Api call with Https

I am used to using SSC to call my own APIs via http: as in the example below.


Everything was working fine until i try to work with https.
image
I am now facing this error when calling my Api’s
image

My local web https server seems to be ok because my web site work’s fine if i do not call any Api.

Something seems to be wrong with PHP ?

Thank’s for your help !

It seems the ssl certificate configuration is not properly set up for your wamp server. How did you enable SSL there/how did you install a certificate? From the error it seems a common name is probably not set for it.

I think you’re right. I have a problem with the generation of my certificate. I haven’t totally succeeded but I’m making progress. Thank you for pointing me in the right direction !

And it works Now !
Pb was the FQDN when generating certificate. AS it was for my local wamp server i had to input “localhost” as FQDN.