Creating sample SSL certificates for a Basic Loopback Test for XCOM For WINDOWS
book
Article ID: 27876
calendar_today
Updated On:
Products
XCOM Data TransportXCOM Data Transport - Windows
Issue/Introduction
Creating sample SSL certificates for a Basic Loopback Test for XCOM For WINDOWS with documentation reference.
Environment
XCOM™ Data Transport® for Windows
Resolution
Do not edit the ssl configuration files- cassl.conf, clientssl.conf or serverssl.conf.
From your DOS PROMPT:
Change directory to C:\Program Files\CA\XCOM\ssl or the directory you installed into.
Run makeca followed by makeclient and makeserver.
This will create a CERTS and PRIVATE subdirectory under the SSL directory.
The scripts produce the following files:
makeca: random.pem, certs/cassl.pem and private/casslkey.pem
makeclient: certs/clientcert.pem and private/clientkey.pem
makeserver: certs/servercert.pem and private/serverkey.pem
If you did not use the default path when creating the certificates, edit the following parameters in the configssl.cnf and change them to conform to the correct path.
Set XCOM_SHOW_CIPHER= to YES in the xcom.glb file and stop and start xcomd. This will allow you to check the encryption key used for the transfer when you issue an
xcomqm -Dtid
command.
From the GUI, make the following changes:
Change the PORT from 8044 to 8045 since that is the default port for SSL.
Check that the Secure Socket option is selected.
Make sure that the Secure Socket File has the correct path for the configssl.cnf.
At this point, you can perform a loopback transfer using SSL on your machine.