Secure Connection Failed error when logging in through the Integration Server for Cloud Data Protection
book
Article ID: 168990
calendar_today
Updated On:
Products
CDP Integration Server
CDP for Salesforce
Issue/Introduction
When users try to login through the Integration Server, they receive the following error message:
Cause
This is due to a weak cipher suite in Java which the Integration Server is attempting to use.
Resolution
The cipher suites used by the Integration Server can be defined in the following comma-delimted value in the Integration Server's configfile.xml
<revproxy:ssl-ciphersuites>TLS_RSA_WITH_AES_128_CBC_SHA</revproxy:ssl-ciphersuites>
<revproxy:tls-ciphersuites>TLS_RSA_WITH_RC4_128_SHA,TLS_RSA_WITH_RC4_128_MD5</revproxy:tls-ciphersuites>
Feedback
thumb_up
Yes
thumb_down
No