Reputation: 11
I am new to the JBoss server and I need to migrate my application from JBoss 5.1 to JBoss 7.
Currently JBoss 5.1 is using SSLProtocal=TLS
and in JBoss 7 I need to use SSLProtocal=TLSv1.0,TLSv1.1,TLSv1.2
as per the JBoss documentation.
Can anyone help me on following points:
Does JBoss 7 support TLS1.0, TLS1.1, TLS1.2?
Suppose one request is coming from a TLS 1.0 supported client and another is coming from TLS 1.2 supported client. Is there any issue anyone faced?
I have read on some forums that sometime if the first request is coming from a TLS1.2 client and the handshake is successful, and then if any client is sending a request with TLS1.0 version, the server refused the request. Is this true?
Upvotes: 1
Views: 3671
Reputation: 4604
Upvotes: 1