openworm / OpenWorm

Repository for the main Dockerfile with the OpenWorm software stack and project-wide issues
http://openworm.org
MIT License
2.55k stars 201 forks source link

The openworm.org SSL certificate is valid for github.com, *.github.com, but not openworm.org. browser.openworm.org sends an empty reply over HTTPS. #305

Open AlbinoDrought opened 3 years ago

AlbinoDrought commented 3 years ago

If this issue is intended to be a bug report, please fill out the following:

Expected behavior

Visiting https://openworm.org should not display a browser warning

Visiting https://browser.openworm.org , linked from the https://openworm.org homepage, should return a response.

Actual behavior

Visiting https://openworm.org displays a browser warning:

image

Visiting https://browser.openworm.org/ sends an empty reply:

image

The https://docs.openworm.org/ subdomain works and has a valid certificate :+1:

Steps to reproduce the behavior

(curl https://openworm.org && echo "OK") || (echo "Not OK :(" && exit 1)
(curl https://browser.openworm.org && echo "OK") || (echo "Not OK :(" && exit 1)

curl: (60) SSL: no alternative certificate subject name matches target host name 'openworm.org' More details here: https://curl.haxx.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. Not OK :(

curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to browser.openworm.org:443 Not OK :(


If this issue is intended to be a beginner issue, please add all of the following:

(not sure how to fill out the above)

AlbinoDrought commented 3 years ago

Sidenote: not sure if there is a repository for the main website, couldn't find one nevermind, found it, this issue may be suitable for over there: https://github.com/openworm/openworm.github.io

pgleeson commented 1 year ago

Closing as I believe the issue with the certificate for the main site is fixed, and while https://browser.openworm.org/ fails only http://browser.openworm.org/ is used on the main site