Closed
Bug 164806
Opened 23 years ago
Closed 23 years ago
Proxy: Switch to secure connection fails (https)
Categories
(Core :: Networking, defect)
Tracking
()
People
(Reporter: Geert.Poels, Unassigned)
Details
(Keywords: verifyme)
(Mozilla 1.1)
Surf to http://www.mail2web.com/, click on 'secure login' in the middle and I
got the error 'www.mail2web.com not found. Please check the name..'
IE6 gives no error.
Reporter, please tell us what version of mozilla you are
seeing the reported bug on ? You can do that by entering
"about:" in the location bar
Going to the site mentioned and clicking on the secure
login works fine for me on cvs 20020823.
Reporter | ||
Comment 2•23 years ago
|
||
My version is Mozilla 1.1, Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US;
rv:1.1) Gecko/20020826
I've found the issue. As I'm behind a proxy, I had to configure the SSL
proxy ... . This brings up two other things :
- it would be nice to have the option to use the same proxy for all instead of
having to type the proxy host in each of the cases.
- IE features a "bypass proxy for local adresses".
![]() |
||
Comment 3•23 years ago
|
||
to networking for triage
Assignee: asa → new-network-bugs
Component: Browser-General → Networking
QA Contact: asa → benc
The latter
> - it would be nice to have the option to use the same proxy for
> all instead of having to type the proxy host in each of the cases.
> - IE features a "bypass proxy for local adresses".
can be implemented using the proxy.pac file in the Automatic Proxy
URL configuration box. Infact using the right javascripting
you can do timed proxying (some times in the day you can get to different
proxied). We use these features in Sun Microsystems. I can send you a
sample .pac file if you email me.
Are you behind a firewall that blocks DNS? That would be the only reason you
would get that particular error, because necko tried to make a direct connection.
Both the things you mention are described in existing bugs, but I can't seem to
find them easily.
Summary: Switch to secure connection fails (https) → Proxy: Switch to secure connection fails (https)
You need to log in
before you can comment on or make changes to this bug.
Description
•