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

Incpompatibility with Let's Encrypt certificate? #360

Closed
HTD opened this issue Jan 6, 2018 · 8 comments
Closed

Incpompatibility with Let's Encrypt certificate? #360

HTD opened this issue Jan 6, 2018 · 8 comments

Comments

@HTD
Copy link

HTD commented Jan 6, 2018

Try to visit https://www.codedog.pl. I get a message "Secure connection failed". The problem doesn't occur with any Firefox version or literary any other browser except Waterfox and Pale Moon.

@grahamperrin
Copy link

grahamperrin commented Jan 7, 2018

No problem with https://www.codedog.pl/ in Waterfox 56.0.2 and Pale Moon 27.6.2 on FreeBSD-CURRENT.

Can you provide details of the failure? Thanks.

@Rikk
Copy link

Rikk commented Jan 7, 2018

My Waterfox also give failure for this site.
codedog.pl
My IE 11, instead, gives HTTP 500 - Internal Server Error, so I think this site may have something wrong in its configuration, also affecting HTTPS in Waterfox.

@MrAlex94
Copy link
Collaborator

MrAlex94 commented Jan 7, 2018

Are you using any anti-virus software? They may whitelist connections Firefox makes by default. Check if you can add Waterfox to an exception/white list?

@Squall-Leonhart
Copy link

Squall-Leonhart commented Jan 8, 2018

This is the waterfox user agent, some sites are refusing secure connection on windows unless sent a shorter string.

the initial Get request is rejected.

I just verified that changing the user agent resolves the issue.

Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0.2 works
Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:56.0) Gecko/20100101 Waterfox/56.0.2 works

Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0.2 Waterfox/56.0.2 does not work.

adding a site specific overide is sometimes not sufficient as not all page resources are loaded.

@Squall-Leonhart
Copy link

still occurs in 56.0.3

@HTD
Copy link
Author

HTD commented Jan 14, 2018

I guess we can close that one, it's a site software issue, however none of MY code has issues with UA string. So here: it's .NET Core application served with Kestrel / Caddy combination on Ubuntu server. One of the components is responsible for HTTP 500 error on request with specific UA-s. I'll investigate it and file bug reports to the teams responsible. Of course if it's a weird bug in one of them (Caddy?). Maybe it's just a misconfiguration of some kind. Anyways, it's not a browser bug.

@SpiritQuaddicted
Copy link

This is/was a server-side problem of Caddy. It should not manifest itself with uptodate versions of Caddy (eg 0.10.11). See caddyserver/caddy#2073

Please contact the website admin instead and tell them to update their Caddy.

@grahamperrin
Copy link

Review time. Is this an issue with 56.1.0?

If so: would anyone above like to test 56.2.0 before its general release?

Waterfox 56.2.0 Test Builds! Please give it a whirl. : waterfox

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

6 participants