It's all about the answers!

Ask a question

Https (RTC) & Http


Jeff Foege (45266960) | asked Oct 22 '13, 11:13 a.m.
 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



permanent link
Jeff Foege (45266960) | answered Oct 22 '13, 4:16 p.m.

Thanks for your help Piotr!

In the end it took this command to solve my issue: keytool -genkey -keyalg RSA -alias selfsigned -keystore keystore.jks -storepass password -validity 360 -keysize 2048


permanent link
Piotr Aniola (3.7k11738) | answered Oct 22 '13, 11:38 a.m.
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


Comments
Jeff Foege commented Oct 22 '13, 1:35 p.m. | edited Oct 23 '13, 7:28 a.m.

 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!

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.