Closed
Bug 98372
Opened 24 years ago
Closed 24 years ago
SSL (host:port) fails without error
Categories
(MailNews Core :: Networking: SMTP, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 106631
People
(Reporter: ajs, Assigned: mscott)
References
Details
I just downloaded 2001090408 for Linux, and installed. I immediately found that
I could not send mail. I can if I go back to non-SSL SMTP.
The odd thing that I do is I set SMTP server to smtp-host:465 (e.g. the smtps
port) because we run non-SSL SMTP on 25 (see bug 86648). I then had set use SSL
to "Always".
I discovered this workaround via bug 86648, and it was most distressing to have
even the workaround for that bug evaporate in this nightly.... Going back to
previous version for now.
I'm also adding a comment to 86648, but since that bug is a "nice if we could"
and this is a "used to work", I figure it's worthy of a seperate bug.
Updated•24 years ago
|
QA Contact: nbaca → junruh
Updated•24 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Reporter | ||
Comment 1•24 years ago
|
||
My bad. Our SMTPS server had a cert problem that cropped up right around when I
installed the nightly. Please be aware that Mozilla did not report the cert
failure to me, even though an entry showed up in stunnel's log when I tried to
send the mail.
Comment 2•24 years ago
|
||
So.... does host:port work? If so, please resolve this invalid and file a
separate bug on PSM on the cert thing.
Comment 4•24 years ago
|
||
No, it does not work. I'm not using SSL, just a plain SMTP
connection defined as "hostname:9025" (it's forwarded by ssh).
That's from a build of today's tree on SunOS 5.9 and every
other build I've made over the past few days. I can confirm
that a build I made on Sep 13 works. 99878 may very well
not be a duplicate of the problem that Aaron reported.
Comment 5•24 years ago
|
||
This is a follow up to Greg Onifer's comment: about whether
99878 is a dup or not.
99878 was about smtphost:port no longer working. Ignoring
the SSL part of the description this bug sounds like the same
problem.
Comment 6•24 years ago
|
||
My reasoning was that Aaron claimed "my bad" and the timeframes don't
match. My builds from long after his problem report still work properly
with host:port (non-SSL). His last update was 9/6, my 9/13 build
works fine. It's only in the last few days that host:port stopped
working for me (I build at least once a day).
Comment 7•24 years ago
|
||
*** Bug 101583 has been marked as a duplicate of this bug. ***
Comment 8•24 years ago
|
||
0.9.5 on Linux has the same problem.0.9.4 did not have.
regardless of SSL.
Comment 9•24 years ago
|
||
Debugged it via tcpdump: Mozilla is not even trying to do a connection. Probably
there is a bad check for validness: In the setup-wizard you are not allowed to
enter the ":port" part - it responds with "please enter a valid hostname".
Comment 10•24 years ago
|
||
Looks like a dupe of bug 106631.
Comment 11•24 years ago
|
||
I agree, it is a duplicate of bug 106631.
Comment 12•24 years ago
|
||
*** This bug has been marked as a duplicate of 106631 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•