Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > Staging Service Error (WSE563) View modes: 
User avatar
Member
Member
ben-banfield - 10/22/2013 12:16:43 PM
   
Staging Service Error (WSE563)
Hi Guys-
I'm getting this error when attempting to use the staging service to synchronize content between two sites:

Synchronization client error: Exception occurred: The security token could not be authenticated or authorized ---> WSE563: The computed password digest doesn't match that of the incoming username token.

Can y'all help?

User avatar
Member
Member
TimmyB - 10/22/2013 2:30:20 PM
   
RE:Staging Service Error (WSE563)
Did this just start for you today? I just started getting this error this afternoon. No idea what is causing it.

User avatar
Member
Member
kentico_edwardh - 10/22/2013 3:57:13 PM
   
RE:Staging Service Error (WSE563)
Hello,

This error can only be thrown when the source and target server passwords do not match. Please ensure the source staging server has the same password which is set in Site Manager -> Settings -> your site -> Versioning & Synchronization -> Staging area on the target server.

Best Regards,
Edward Hillard

User avatar
Member
Member
TimmyB - 10/22/2013 5:00:23 PM
   
RE:Staging Service Error (WSE563)
Adding this web.config setting fixed my error:
<add key="CMSStagingAcceptAllCertificates" value="true"/>