Disable certificate check using REST webservice(using mid server)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 07:18 AM
Hi
Can someone please help how to i can skip the certificate check while connecting to thirdparty console using REST webservice,using mid server?
Thank You
SHuvaday Chatterjee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 12:17 PM
Check if these properties are false not recommended though
"com.glide.communications.httpclient.verify_hostname"
"com.glide.communications.httpclient.verify_revoked_certificate"
probably the ones you did from that article still check
***Mark Correct or Helpful if it helps.***
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2022 05:13 AM
still getting this error:
org.apache.commons.httpclient.HttpException: Session contains no certificates - Untrusted

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2022 05:17 AM
Check these solved threads please with same question
Mid Servers Down - Session contains no certificates
org.apache.commons.httpclient.HttpException: Session contains no certificates - Untrusted
***Mark Correct or Helpful if it helps.***
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2022 08:58 AM
I actually followed these steps in another instance,where i was getting "org.apache.commons.httpclient.HttpException: java.security.cert.CertificateException: No subject alternative name for the host" error.
Can someone please help me here,as I am blocked on this for quite sometime.