Callback failing
Monday, November 14, 2016 at 12:43pmHello,
I had successfully set up a callback on Package Completed in my Development environment that worked fine, now I have moved to a beta test server that is using SSL and the call back is failing?
In the Sandbox I have a url https://myurl
and I have a Callback Key
But my last two test sent an email saying failed to
Failed to communicate with the callback server.
URL: https://myadbeta.trilogyir.com/ADFile/SaveSignedFile
Payload: {"@class":"com.silanis.esl.packages.event.ESLProcessEvent","name":"PACKAGE_COMPLETE","sessionUser":"7c521a78-a512-4d3e-9cd6-1485d78e3f7c","packageId":"36599759-63fd-4838-9832-d854fefe39bd","message":null,"documentId":null}
What am I missing?
Thanks,
Todd
Reply to: Callback failing
Monday, November 14, 2016 at 04:14pmHave you tried installing the GlobalSign root certificate? See at the link below: https://community.onespan.com/products/onespan-sign/sdks Let me know.
Reply to: Callback failing
Tuesday, November 15, 2016 at 02:30pmReply to: Callback failing
Tuesday, November 15, 2016 at 03:53pmDid you only set up the callback key for this one? Or were you using it before? What the callback key does is pass a value through the authorization header of the http call so that you can check that it's a valid call coming from eSignLive. If it contained no key or the wrong key, you'd know it wasn't from us. It will come through the auth header like: "Basic YOUR_KEY". As for not getting the bad communication emails anymore, are you able to see the call hitting your server in your logging or anything? You might also make sure you white list the eSignLive IP addresses, in case your firewall is blocking the communication. https://community.onespan.com/documentation/onespan-sign/guides/quick-start-guides/developer/environment-urls-ip-addresses#aanchor88
Reply to: Callback failing
Wednesday, November 16, 2016 at 06:23amReply to: Callback failing
Wednesday, November 16, 2016 at 06:59amReply to: Callback failing
Wednesday, November 16, 2016 at 07:53amReply to: Callback failing
Wednesday, November 16, 2016 at 08:09amReply to: Callback failing
Wednesday, November 16, 2016 at 08:15amReply to: Callback failing
Wednesday, November 16, 2016 at 10:25amReply to: Callback failing
Wednesday, November 16, 2016 at 11:16amReply to: Callback failing
Wednesday, November 16, 2016 at 11:40amReply to: Callback failing
Wednesday, November 16, 2016 at 12:03pmReply to: Callback failing
Wednesday, November 16, 2016 at 12:15pmReply to: Callback failing
Wednesday, November 16, 2016 at 05:23pmReply to: Callback failing
Thursday, November 17, 2016 at 10:00amReply to: Callback failing
Thursday, November 17, 2016 at 10:04am