-
-
Notifications
You must be signed in to change notification settings - Fork 347
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
Comments
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. |
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? |
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 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. |
still occurs in 56.0.3 |
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. |
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. |
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 |
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.
The text was updated successfully, but these errors were encountered: