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

Build Forge TLS 1.2 configuration

 Hi

We have a new Build Forge environment and we have configured TLSv12 in  Administration->Security-> SSL

TLSv12 for all SSL Configurations

We also updated Master BFClient.conf

From Apache we verified ssl.conf includes:
To:  SSLProtocol -ALL +TLSv1 +TLSv1.1 +TLSv1.2

And from Tomcat:
server.conf  , protocol ->  sslProtocol="TLS"

How could we ensure TLS1.2 is enabled instead of TL1.0?

Regards.

0 votes



One answer

Permanent link
I'm not familiar with Build Forge so would say it in general. For an SSL connection to be established, both the client and the server need to support the same protocol(s). So if you restrict the BF Server to support TLSv1.2 only, no clients can connect to it with TLSv1.0 or TLSv1.1. In this sense, I would expect you set "SSLProtocol -ALL +TLSv1.2" for Apache and sslProtocol="TLSv1.2" for Tomcat. You cannot specify multiple protocols and hope that the strictest protocol is picked. It's in my experience that the opposite is true.

Note that the application has to be capable of handling TLSv1.2 connections, otherwise it will not work. That is, in the case the application itself needs to create an SSL connection, it needs to be able to negotiate a TLSv1.2 one.

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
× 6,125

Question asked: Dec 13 '16, 5:41 p.m.

Question was seen: 2,919 times

Last updated: Dec 13 '16, 10:44 p.m.

Confirmation Cancel Confirm