pantheon-deprecated / terminus-deprecated

Deprecated CLI for Pantheon. Do not install. Current project:
https://github.com/pantheon-systems/cli
82 stars 24 forks source link

pauth - SSL certificate problem #138

Closed jnauman closed 10 years ago

jnauman commented 10 years ago

After entering my username and password I am presented with an error.

Dashboard unavailable: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routine :SSL3_GET_SERVER_CERTIFICATE:certificate verify failed.

joshkoenig commented 10 years ago

Hey Justin,

Can you run the following command from your terminal and tell us the output:

curl -I https://terminus.getpantheon.com/
jnauman commented 10 years ago

C:\wamp2\www\ameslab2>curl -I https://terminus.getpantheon.com/

HTTP/1.1 302 Moved Temporarily Server: nginx Date: Mon, 05 May 2014 16:39:02 GMT Content-Type: text/html Connection: keep-alive X-Powered-By: PHP/5.3.17 Expires: Sun, 19 Nov 1978 05:00:00 GMT Last-Modified: Mon, 05 May 2014 16:39:02 +0000 Cache-Control: no-cache, must-revalidate, post-check=0, pre-check=0 ETag: "1399307942" Set-Cookie: very_special_mixpanel_session_id=Ak2pgw2CiEqvr7AjO8biqXgAajxizMWS39h IytrndDg Location: https://terminus.getpantheon.com/login

joshkoenig commented 10 years ago

hmmm... that's interesting; no SSL error there.

Can you see if the issue replicates after you do a terminus auth? The initial error suggests that your local CA cert doesn't contain the signer of our SSL certificate, but if that's the case it should fail on every single request.

If you can verify that this fails reliably after login, it bears looking into. If not, I blame WAMP. ;)

jnauman commented 10 years ago

I setup a Ubuntu server VM and it authenticated just fine, I also blame WAMP.

Thanks. :)