Hi team i found below exception when calling an api
https://abc_xyz.stg.myweb.com/api/AuthorizedUser?username=admin&password=admin
java.security.cert.CertificateException: Illegal given domain name
when getting response from server using Jersey. Everything is fine when i get response from postman.
Why it is illegal domain name, whether browser not refuse to open this.
If my domain name not contains underscore then this exception is not rising. Is this problem of underscore in domain name?