Https (RTC) & Http
Our RTC server is https and we just renewed our security certificate. Our JTS server is also https but never really had a security certificate and the one I guess we were using was revoked. Can our JTS be switched to http and still leave RTC on https? I saw a configuration in the tomcat server.xml file and changed it but when I tried to login I just got a blank screen from JTS, so I changed it back. Unfortunately what ever security certificate we were using its now revoked so I either need to configure it for http or buy a security certificate.
Thx!
jeff
2 answers
You do not have to buy a certificate. Please consider using a self-signed certificate:
http://pic.dhe.ibm.com/infocenter/asehelp/v8r5m0/topic/com.ibm.common.help.doc/topics/t_generate_self-signed_certificate_jts.html
http://pic.dhe.ibm.com/infocenter/asehelp/v8r5m0/topic/com.ibm.common.help.doc/topics/t_generate_self-signed_certificate_jts.html
Comments
Thx! I''ve done that but now I get "Error: SSL_Protocol_ERROR" When I click to view the certificate information it says "Identity not verified" If I try to load the site I get a SSL connection error.
I looked at the old keystore from 2011 and it had "Certificate chain length=4". The one I just generated only has a chain length=1.
Thx for any help!