When installing Spectrum connector for SOI, if Spectrum OneClick has enabled SSL and you have already imported the keystore from OneClick server to Spectrum connector server. Also make sure the OneClick credential you have entered during the installation is correct. You are getting the following error in the screen capture during the installation.
Please review CA-Spectrum_Connector_InstallDebug.log for any error
Spectrum connector version: 2.x
SOI :4.x,
In Spectrum 10.x, Spectrum uses TLS protocol to communicate through SSL and Spectrum connector uses SSLV3 for communication. This is why the communication has been blocked between OneClick and Spectrum connector.
Please verify the Spectrum OneClick server is up and running and the port is reachable.
if all the above true, then please do the below:
1. Go to Spectrum OneClick server, open $SPECROOT\tomcat\conf\server.xml file.
2. Find the "Connector" session in the file, replace sslProtocol="TLS" with sslEnabledProtocols="TLSv1,TLSv1.1,TLSv1.2,SSLv2Hello,SSLv3".
3. Below is what it should look like after you make the change for the "Connector" session.
4. Restart Spectrum tomcat service.
5. Run the installation for Spectrum connector again.