Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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  

0 votes



2 answers

Permanent link
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

2 votes

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!


Permanent link

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

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Oct 22 '13, 11:13 a.m.

Question was seen: 4,651 times

Last updated: Oct 23 '13, 7:28 a.m.

Confirmation Cancel Confirm