Closed Bug 152785 Opened 22 years ago Closed 9 years ago

Mozilla does not try an HTTPS connect

Categories

(Core :: DOM: Navigation, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1002724

People

(Reporter: bugzilla.mozilla.org, Unassigned)

Details

If there is a "https://test.com" but no "http://test.com" and the user enters
only "test.com", mozilla tries the http connect, but not the https connect.
MSIE seems to try https if http fails.
to UI design.
Assignee: Matti → mpt
Component: Browser-General → User Interface Design
QA Contact: imajes-qa → zach
Jens,

Please provide some details:
 - Provide an example of a url with this problem?
 - What operating system (Windows 98?) and build of Mozilla (look at the title
bar; mine is 2002072204) are you using?
ie5.01 for windows doesn't seem to do this.
Assignee: mpt → adamlock
Component: User Interface Design → Embedding: Docshell
QA Contact: zach → adamlock
I was unaware that IE did this, but this behavior is remarkably intuitive. 
Today, when we have a site that really needs to be entirely SSL, we end up
having to build a non-SSL version on port 80 to catch these types of entries and
issue an HTTP redirect.  While we'll probably have to continue to do this
workaround for some time in the future, it would be great if the functionality
were there to try multiple protocols when one is omitted.  I view our workaround
today to be a rather annoying kludge.

Perhaps a pref for "protocol search order" might be in order?
Also IE 6 SP 1 does not do this.
Could someone please post a test URL for this?
I received a test URL in e-mail from someone who wants to keep it anonymous.

No dupes. Confirming.

Regardless of whether IE does this, we should. 

Following up on comment 4, if HTTP and HTTPS fail, we should try Gopher and then
anonymous FTP.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Mozilla does not try a HTTPS connect → Mozilla does not try an HTTPS connect
OS: other → All
Hardware: Other → All
Assignee: adamlock → nobody
QA Contact: adamlock → docshell
This bug is ancient, though still valid, however the proposed strategy in comment 7 is no longer desired. Gopher is dead and plaintext FTP is not something we should be auto-falling-back to. This bug proposes trying HTTP, then HTTPS. Bug 1158191 proposes trying HTTPS, then HTTP. As this bug has effectively been abandoned for years, but bug 1158191 is now being actively discussed and tracked, I'm going to forward dupe this there.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Actually, bug 1002724 is the better place to dupe this to, as that proposes a fallback order similar to this. (all the same thing; one strategy will need picking)
You need to log in before you can comment on or make changes to this bug.