Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL certificate for HTTPS version is expired #66

Closed
kevin1024 opened this issue Oct 12, 2012 · 2 comments
Closed

SSL certificate for HTTPS version is expired #66

kevin1024 opened this issue Oct 12, 2012 · 2 comments

Comments

@kevin1024
Copy link
Contributor

Looks like the SSL cert for the (awesome) HTTPS version of httpbin.org has expired

$ openssl s_client -connect httpbin.org:443 | openssl x509 -noout -enddate
depth=0 serialNumber = VfPfjnJUJZ/LfEDvEOwYu/2VX2Jg1/AW, C = US, O = httpbin.org, OU = GT16068112, OU = See www.rapidssl.com/resources/cps (c)11, OU = Domain Control Validated - RapidSSL(R), CN = httpbin.org
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 serialNumber = VfPfjnJUJZ/LfEDvEOwYu/2VX2Jg1/AW, C = US, O = httpbin.org, OU = GT16068112, OU = See www.rapidssl.com/resources/cps (c)11, OU = Domain Control Validated - RapidSSL(R), CN = httpbin.org
verify error:num=27:certificate not trusted
verify return:1
depth=0 serialNumber = VfPfjnJUJZ/LfEDvEOwYu/2VX2Jg1/AW, C = US, O = httpbin.org, OU = GT16068112, OU = See www.rapidssl.com/resources/cps (c)11, OU = Domain Control Validated - RapidSSL(R), CN = httpbin.org
verify error:num=21:unable to verify the first certificate
verify return:1
notAfter=Sep 27 14:09:21 2012 GMT

Let me know if there's anything I can do to get it updated. I'm handy with server stuff.

@kennethreitz
Copy link
Contributor

I purchased a new cert, will try to get to updated today. Sorry for the trouble!

Sent from my iPhone

On Oct 12, 2012, at 8:05 AM, Kevin McCarthy notifications@github.com wrote:

Looks like the SSL cert for the (awesome) HTTPS version of httpbin.org has expired

$ openssl s_client -connect httpbin.org:443 | openssl x509 -noout -enddate
depth=0 serialNumber = VfPfjnJUJZ/LfEDvEOwYu/2VX2Jg1/AW, C = US, O = httpbin.org, OU = GT16068112, OU = See www.rapidssl.com/resources/cps (c)11, OU = Domain Control Validated - RapidSSL(R), CN = httpbin.org
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 serialNumber = VfPfjnJUJZ/LfEDvEOwYu/2VX2Jg1/AW, C = US, O = httpbin.org, OU = GT16068112, OU = See www.rapidssl.com/resources/cps (c)11, OU = Domain Control Validated - RapidSSL(R), CN = httpbin.org
verify error:num=27:certificate not trusted
verify return:1
depth=0 serialNumber = VfPfjnJUJZ/LfEDvEOwYu/2VX2Jg1/AW, C = US, O = httpbin.org, OU = GT16068112, OU = See www.rapidssl.com/resources/cps (c)11, OU = Domain Control Validated - RapidSSL(R), CN = httpbin.org
verify error:num=21:unable to verify the first certificate
verify return:1
notAfter=Sep 27 14:09:21 2012 GMT
Let me know if there's anything I can do to get it updated. I'm handy with server stuff.


Reply to this email directly or view it on GitHub.

@kennethreitz
Copy link
Contributor

Thanks! All should be better know. Let me know if you have any trouble.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants