Is their a way to disable hostname check during certificate verification

1
Hi, I am facing issue with certificate verification during SSL handshake. SSLException: hostname in certificate didn't match: <xxx> != <yyy> Is there any way to disable hostname check during certificate verification in mendix. Or what other solution would be appropriate for this issue?  
asked
1 answers
1

The obvious solutions are:

  • access the service at it's intended URL (the one in the certificate)
  • fix the certificate so it has the right URL

Are either of these approaches feasible here?

answered