Howdy all,
I want to make a request to a private API that requires a HTTPS connection. When I try the connection on my development server (using HTTP) the connection works properly.
Then, when I try to connect to the production server I get the following connection:
"The certificate for this server is invalid. You might be connecting to a server that is pretending to be 'server.url', which could put your confidential information at risk"
The server is on Amazon AWS, sitting behind a load balancer (standard ELB), which has the valid, SSL Certificate installed on it. I'm able to make a request against the API using curl, which validates the certificate properly.
Am I just missing a setting or similar? Or is there an issue with BubbleWrap connecting to HTTPS? Or is it the fact that the requests are being passed through a load balancer?
Using Safari (on iOS) I am able to connect to the server using HTTPS.
Many thanks,
Jordan Brock