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

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
5 tasks
AlbinoDrought opened this issue Oct 17, 2020 · 2 comments

Comments

@AlbinoDrought
Copy link

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)

@AlbinoDrought
Copy link
Author

AlbinoDrought commented Oct 17, 2020

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
Copy link
Member

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

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