Is it possible to disable WSO2 BAM thrift authentication? We're publishing BAM on a different host than "localhost" and we're getting the following error
507672 [pool-7-thread-30] ERROR org.wso2.carbon.bam.agent.publish.ThriftAuthenti
cationClient - Transport Exception for user : admin for url : https://XXX.YYY.ZZZ
.WWW:PORT/
org.apache.thrift.transport.TTransportException: javax.net.ssl.SSLHandshakeExcep
tion: java.security.cert.CertificateException: No subject alternative names pres
ent
at org.apache.thrift.transport.THttpClient.flush(THttpClient.java:154)
We've seen here that we should re-generate the truststore; but we're wondering if we can disable the authentication instead as we're just running tests for the moment.
Thanks for your support