[pydotorg-www] password prompt and ssl cert problem on svn.python.org
Jeremy Baron
jeremy at tuxmachine.com
Fri Apr 13 17:14:37 CEST 2012
On Fri, Apr 13, 2012 at 02:29, Charles McLaughlin
<cmclaughlin at atlassian.com> wrote:
> Also, there appears to be something wrong with the ssl
> certificate.
Can you tell us more about the problem?
Seems fine (and unexpired) to me; just using a CA you might not be
configured to trust.
-Jeremy
> $ for CA in '' '-CAfile /usr/share/ca-certificates/cacert.org/cacert.org.crt'; do echo "${CA:-no CAfile}:"; openssl s_client -debug ${CA} -connect svn.python.org:443 2>&1 1>/dev/null </dev/null; done
> no CAfile:
> depth=0 /CN=svn.python.org
> verify error:num=20:unable to get local issuer certificate
> verify return:1
> depth=0 /CN=svn.python.org
> verify error:num=27:certificate not trusted
> verify return:1
> depth=0 /CN=svn.python.org
> verify error:num=21:unable to verify the first certificate
> verify return:1
> DONE
> -CAfile /usr/share/ca-certificates/cacert.org/cacert.org.crt:
> depth=1 /O=Root CA/OU=http://www.cacert.org/CN=CA Cert Signing Authority/emailAddress=support at cacert.org
> verify return:1
> depth=0 /CN=svn.python.org
> verify return:1
> DONE
More information about the pydotorg-www
mailing list