- Package:
- iceweasel
- Source:
- firefox-esr
- Submitter:
- W Forum W
- Date:
- 2021-06-05 07:51:03 UTC
- Severity:
- important
Dear Maintainer,
*** Please consider answering these questions, where appropriate ***
Hi,
Before the upgrade of iceweasel in wheezy (stable-sec) we could open (https://cmip-pcmdi.llnl.gov/cmip5/) without erro, now we get an error like:
Secure Connection Failed
An error occurred during a connection to cmip-pcmdi.llnl.gov.
SSL received a record that exceeded the maximum permissible length.
(Error code: ssl_error_rx_record_too_long)
I tried to open this with iceweasel 10.0.12 (debian testing) and had no problem
I tried to open this with firefox 21.0 (under windows) and also had no problems
* What led up to the situation?
* What exactly did you do (or not do) that was effective (or
ineffective)?
* What was the outcome of this action?
* What outcome did you expect instead?
*** End of the template - remove these lines ***
Hi, Debian Bug Tracking System wrote: Debian Bug Tracking System wrote: The cause for this was actually PEBKAC. I do have a SOCKS proxy running on IPv4 localhost, port 1080 and Iceweasel/Conkeror is configured to use "localhost:1080" as SOCKS proxy. I've recently installed robustirc-bridge, which by default also opens a SOCKS proxy on port 1080. And upon reboot that one either was started first or started up on IPv6 localhost. In either case: Iceweasel/Conkeror was connecting to robustirc-bridge's SOCKS proxy which can only proxy the IRC protocol as it changes those connection to the robustirc protocol. Hence HTTPS (and HTTP) didn't work over it and Iceweasel/Conkeror failed for HTTPS with the error message reported in this bug report. I think it's possible that the original reporter had similar proxy issues. Regards, Axel