org.apache.commons.httpclient.HttpException: java.security.cert.CertificateException: No subject alternative names present
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2020 07:47 AM
While executing 3rd Party rest apis with basic auth I am getting the following error:Tried setting the system property "com.glide.communications.httpclient.verify_hostname" to false. After setting this faced with the issue "No Certificate issuer found ".
In one of the community reply it was mentioned to set the system property "com.glide.communications.httpclient.verify_revoked_certificate" to false. But I am not able to find that property under the property list.
Please help.
- Labels:
-
Connect

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2020 07:51 AM
If you don't have that property then create it
refer to
https://hi.service-now.com/kb_view.do?sysparm_article=KB0655967
NOTE: It's not recommended to changing this.