spring - Enable Fips for MQ-messaging no effect -


i try use ssl_rsa_with_3des_ede_cbc_sha fips enabled connect ibm mq 7.5.0.5.

my problem receive error because ciphersuites don't match. in queuemanager see, suite, used client still triple_des_sha_us if fips still disabled. in springframework-bean i'm using:

<prop key="javax.net.ssl.sslfipsrequired">true</prop> 

and in mqqueueconnectionfactory-bean i'm using:

<property name="sslfipsrequired" value="true" /> 

is there possible place have add fips-required property?

edit:

the jms-report says:

 jvm not contain fips compliant jsse 

so think problem jsse.


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -