You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given I am not logged in: cURL error 35: Unknown SSL protocol error in connection to [REDACTED].local:8000 (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) (GuzzleHttp\Exception\ConnectException)
I tried to set the CURLOPT_SSLVERSION, but couldn't figure it out.
Ahh -- on Circle, it's set up to run the site with the PHP's built in development server, so it's not set up to serve via https. I wonder whether that server can use https instead, since I've run into this issue as well and while minor, it's still a hurdle!
I ended up having to set the base url to
http
instead ofhttps
to get Circle CI to pass.I tried the
HTTPS
and I was getting errors because my local cert is not valid.I made this change to get it to work locally, but still get an error on Circle CI:
error:
I tried to set the
CURLOPT_SSLVERSION
, but couldn't figure it out.See https://curl.haxx.se/libcurl/c/CURLOPT_SSLVERSION.html
The text was updated successfully, but these errors were encountered: