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

SSL certificate does not work "out of the box" with Firefox #18

Closed
ignacio opened this issue Aug 19, 2014 · 10 comments
Closed

SSL certificate does not work "out of the box" with Firefox #18

ignacio opened this issue Aug 19, 2014 · 10 comments

Comments

@ignacio
Copy link
Contributor

ignacio commented Aug 19, 2014

As pointed out on lua-l, Firefox shows a security warning when navigating to https://rocks.moonscript.org/

According to http://wiki.gandi.net/en/ssl/faq , an intermediate certificate must be installed in the server.

@blueyed
Copy link

blueyed commented Sep 13, 2014

It appears to work with Firefox for me (on Ubuntu).

But I have problems accessing it with curl, wget etc:

% curl https://rocks.moonscript.org/manifest
curl: (60) SSL certificate problem: unable to get local issuer certificate

This causes a build failure with neovim for me.

@leafo
Copy link
Collaborator

leafo commented Oct 1, 2014

Switching SSL providers, hopefully the issue should be resolved over the day as everything propagates

@ignacio
Copy link
Contributor Author

ignacio commented Oct 1, 2014

Nice, thanks. The change of providers implies that the instructions provided (link in first comment) don't work or are there other reasons?

@leafo
Copy link
Collaborator

leafo commented Oct 1, 2014

I moved the site into cloudflare and they provide free ssl. Cloudflare will only encrypt traffic from your browser to them, so the old cert will still exist on the server.

@ignacio
Copy link
Contributor Author

ignacio commented Oct 1, 2014

Great, thank you.

@leafo
Copy link
Collaborator

leafo commented Oct 1, 2014

I also added the intermediate certificate, so until the new certificate is active, the old one should work in Firefox. (I am unable to test though because my Firefox never had the issue)

@ignacio
Copy link
Contributor Author

ignacio commented Oct 1, 2014

Firefox 32.0.3 does not show the security warning anymore.

@ignacio
Copy link
Contributor Author

ignacio commented Oct 1, 2014

Ehm, it's not working now.

rocks.moonscript.org uses an invalid security certificate. The certificate is only valid for the following names: ssl2000.cloudflare.com, cloudflare.com, *.cloudflare.com (Error code: ssl_error_bad_cert_domain)

@blueyed
Copy link

blueyed commented Oct 1, 2014

Similar issue with curl, which reports:

% curl https://rocks.moonscript.org/manifest
curl: (51) SSL: no alternative certificate subject name matches target host name 'rocks.moonscript.org'

@leafo
Copy link
Collaborator

leafo commented Oct 1, 2014

Alright, cloudflare disabled until I figure it out.

@leafo leafo closed this as completed Mar 17, 2015
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