GoGetSSL - Intermediate certificate issue

Hi all,
I have selected the GoGetSSL certificate, and successfully got it installed according to the instructions, but when I try to access an API Ive written I get the follow errors

In POSTMAN
Error: unable to verify the first certificate

So I ran the SSL test through https://www.ssllabs.com/ I get this result
This server’s certificate chain is incomplete. Grade capped to B.

And other tests give me the following
Verify return code: 21 (unable to verify the first certificate)

Clicking in chrome/mac on the padlock is showing me the three certificates, and the intermediate one being valid.

But when I try direct from an application to the API it fails.

Any thoughts please anyone?

Many thanks
Simon

  1. Intermediates are not supported here. The browser takes care of them, and Postman is not a browser.
  2. APIs will not work here because of this security system: Ensuring only web browsers can access your website
4 Likes

Thanks Wacky! That takes care of that then :slight_smile:
Thanks for updating me.
Cheers
Simon

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.