openworm/OpenWorm

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.

Opened this issue · 2 comments

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 👍

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:

  • Requirements are clearly specified
  • Links to relevant "getting started" documentation
  • Tagged as "beginner"
  • Tagged with language skill needed to complete
  • Level of difficulty:
    • Trivial = Changing one-line of code somewhere.
    • Standalone = Changes & Development do not affect other components of project. Tasks can be on a critical path, but probably should not be.
    • Simple = from 2 hours work to maybe a week’s work (Thinking + Coding)

(not sure how to fill out the above)

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

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