Troubleshooting
Problem
I am trying to establish secure connection between our program (API) and Sterling Control Center (SCC) server but we receive message "Remote host closed connection during handshake". A non-secure connection works fine but how do I setup secure connection between an API client and a SCC server? .
Symptom
// EXAMPLE:
scc = new CCProxy("myuser", "********".toCharArray(), "myhost.nsroot.net", 58080, true);
List<String> grNames = scc.getServerGroupIDs();
// OUTPUT
0 [main] DEBUG com.sterlingcommerce.scc.sdk.CCProxy - connect() invoked
with id= db11831 secure=true
0 [main] DEBUG com.sterlingcommerce.scc.sdk.CCProxy - Signing on ....
Registering hostname verifier ...
120468 [main] ERROR com.sterlingcommerce.scc.sdk.CCProxy - System:
Name=AccessControlService,Type=Security.getServerGroupTable failed -
Remote host closed connection during handshake
120468 [main] ERROR com.sterlingcommerce.scc.sdk.CCProxy - com.sun.jdmk.
comm.CommunicationException: Remote host closed connection during
handshake
120468 [main] DEBUG com.sterlingcommerce.scc.sdk.CCProxy - disconnect()
invoked - connected=false
Remote host closed connection during handshake
Log InLog in to view more of this document
Was this topic helpful?
Document Information
Modified date:
17 December 2019
UID
swg21650061