Skip to content

Issue with sending notifications from IBM WebSphere Application Server 9.0 #880

Answered by Solo761
Solo761 asked this question in Q&A
Discussion options

You must be logged in to vote

To answer my own question after a lot of testing. Problem lies in IBM Java that runs the WAS. As last desperate attempt I tried running Tomcat with Java from WAS installation and got the same error.

For some reason by default it provides only TLSv1.0, while "regular" Java (8) blend by default provides TLSv1.0, TLSv1.1 and TLSv1.2.

On WAS this can be "fixed" by setting these parameters

-Dcom.ibm.jsse2.overrideDefaultTLS=true
-Dcom.ibm.jsse2.overrideDefaultProtocol=TLSv12

but that will simply force it to provide only TLSv1.2 which might not be ideal if you have services or applications that need TLSv1.0. But if you set second parameter to

-Dcom.ibm.jsse2.overrideDefaultProtocol=SSL_TLSv2

th…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jchambers
Comment options

Answer selected by jchambers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants