You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there are only two WebServiceMessageSender implementations, and neither easily allow communication with web service gateways that use HTTPS / SSL. Specifically, those servers that use self-signed certificates. A new HttpsUrlConnectionMessageSender should be created that allows manipulation of the TrustManager and KeyManager assigned to the URLConnection created by HttpUrlConnectionMessageSender. This would make using self signed certificates considerably easier.