Is it possible to disable host check for HTTPS call in EDS5?
Issue
We are trying to access the web service from remote host via HTTPS call that requires self-signed certificate so we imported the certificate into our trust store on the EDS server.
Then, when we run the query, it is still throwing an error "java.security.cert.CertificateException: No name matching found". Is there anyway we can disable host check if this is checked in EDS and EDS is throwing this error ?
I saw some online info regarding using below parameter so i tried to set this parameter in the JVM, and restarted servers. But still getting the same error.
-Dorg.jboss.security.ignoreHttpsHost=true
Environment
- JBoss Enterprise Data Services Platform (EDS) 5.x
- JBoss Enterprise Application Platform 5.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.