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

HTTP/HTTPS/Security issues #7

Open
cthoyt opened this issue May 20, 2017 · 2 comments
Open

HTTP/HTTPS/Security issues #7

cthoyt opened this issue May 20, 2017 · 2 comments

Comments

@cthoyt
Copy link
Contributor

cthoyt commented May 20, 2017

I'm receiving a privacy warning from Google Chrome when visiting pages on the subdomain at wiki.openbel.org. I think this means there's a problem with the security certificate.

@abargnesi
Copy link
Member

Yes you are correct. The certificate is expiring shortly:

$ echo | openssl s_client -servername wiki.openbel.org -connect wiki.openbel.org:443 2>/dev/null | openssl x509 -noout -dates
notBefore=May 31 13:32:25 2016 GMT
notAfter=May 31 13:32:25 2017 GMT

@wshayes Can this get renewed?

@wshayes
Copy link
Member

wshayes commented May 23, 2017

Best would be to setup Let's Encrypt. Since this is annoying, but not fatal, it's not on my critical task list. This is a TranSMART server hosting the OpenBEL Wiki and Bamboo build server. All of the applications hosted on this server need SSL certs updated.

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

3 participants