Enabling SSLv2Hello:
- On the Integration Server, navigate to navigate to the ReverseProxy/config folder
- Open the configfile.xml
- Ensure that the revproxy:ssl-protocol contains SSLv2Hello
Syntax:
<revproxy:ssl-protocol>SSLv2Hello,TLSv1.2</revproxy:ssl-protocol>Importing the Integration Server certificate into Data Loaders cacerts:
1. Data Loader, with default settings is created under the following folder structure on a Windows desktop.
C:\Program Files (x86)\salesforce.com
2. The location of the Java cacerts are found in the following:
C:\Program Files (x86)\salesforce.com\Data Loader\Java\lib\security\cacerts
3. Copy the Integration Server certificate into the security folder (optional):
C:\Program Files (x86)\salesforce.com\Data Loader\Java\lib\security\
4. Run keytool to import the certificate into the cacerts
..\..\bin keytool -import -trustcacerts -alias <alias> -file <cert> -keystore <keystore name>
..\..\bin keytool -import -trustcacerts -alias cdp_cert -file ca_cert.pem -keystore cacerts