SSLFIPSREQUIRED
This property determines whether a TLS connection must use a CipherSuite that is supported by the IBM Java JSSE FIPS provider (IBMJSSEFIPS).
Applicable Objects
ConnectionFactory, QueueConnectionFactory, TopicConnectionFactory, XAConnectionFactory, XAQueueConnectionFactory, XATopicConnectionFactory
JMS administration tool long name: SSLFIPSREQUIRED
JMS administration tool short name: SFIPS
Programmatic access
Setters/getters
- MQConnectionFactory.setSSLFipsRequired()
- MQConnectionFactory.getSSLFipsRequired()
Values
- NO
- A TLS connection can use any CipherSuite that is not supported by the IBM Java JSSE FIPS provider (IBMJSSEFIPS).
- YES
- A TLS connection must use a CipherSuite that is supported by IBMJSSEFIPS.
Parent topic: Properties of IBM MQ classes for JMS objects