February 2013
Intermediate to advanced
304 pages
8h 26m
English
Scenario/Problem: You discover that WOPI functionality is not functioning and find “Invalid Proof Signature” messages within the SharePoint logs.
Solution: Use the Update-SPWOPIProofKey cmdlet with the WOPI server name.
WOPI uses a public key to for communication between the SharePoint farm and the Office Web Apps server. Sometimes keys become unsynchronized and need to be reset. Use the Update-SPWOPIProofKey cmdlet with the optional -ServerName parameter to update the public key and resolve any invalid proof signature issues. Listing 26.8 shows an example.
Listing 26.8. Updating the WOPI Public Key
Update-SPWOPIProofKey -ServerName "Office.mycompany.com"
Read now
Unlock full access