Hello group, I am using the ActiveMQ-CPP (3.9.5) product to connect to an ssl host.
In my case, I am using a self-signed certificate, which I am setting with the respective decaf.net.ssl.* properties. I am running into hostname validation with this certificate, as the following runtime error: Server Certificate Name doesn't match the URI Host Name value. It appears that the respective ActiveMQ Classic option ( https://activemq.apache.org/components/classic/documentation/ssl-transport-reference#client-side-configuration-of-hostname-validation) for disabling hostname validation may not be supported on the C++ equivalent. Is there any alternative means of configuring the CPP client to disable hostname validation for SSL? Is this a feature that has been previously discussed or that could be added as an enhancement request? Please let me know if any additional context would be helpful. Zac