OpenBEL / openbel.github.io

Biological Expression Language Community Portal
http://openbel.org
Apache License 2.0
1 stars 3 forks source link

HTTP/HTTPS/Security issues #7

Open cthoyt opened 7 years ago

cthoyt commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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.