Bugs item #2974221, was opened at 2010-03-21 21:15
Message generated for change (Comment added) made by bagder
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=2974221&group_id=976
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: libcurl
Group: wrong behaviour
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Alex (windeagle)
Assigned to: Daniel Stenberg (bagder)
Summary: STARTTLS before EHLO/HELO
Initial Comment:
>curl -V
curl 7.20.0 (i386-pc-win32) libcurl/7.20.0 OpenSSL/0.9.8l zlib/1.2.3 libidn/1.14 libssh2/1.2.3
Protocols: dict file ftp ftps http https imap imaps ldap pop3 pop3s rtsp scp sftp smtp smtps telnet tftp
Features: AsynchDNS IDN Largefile NTLM SSL SSPI libz
>gecho "testing 123"|curl -v --ssl-reqd --tlsv1 --mail-from *****@gmail.com --mail-rcpt *****@gmail.com smtp://smtp.gmail.com:587
* About to connect() to smtp.gmail.com port 587 (#0)
* Trying 74.125.91.109... TCP_NODELAY set
* connected
* Connected to smtp.gmail.com (74.125.91.109) port 587 (#0)
< 220 mx.google.com ESMTP 23sm950276qyk.3
> STARTTLS
< 503 5.5.1 EHLO/HELO first. 23sm950276qyk.3
* STARTTLS denied. ≈
> QUIT
< 221 2.0.0 closing connection 23sm950276qyk.3
* Closing connection #0
curl: (67) STARTTLS denied. ≈
----------------------------------------------------------------------
>Comment By: Daniel Stenberg (bagder)
Date: 2010-03-21 23:00
Message:
Please let us know if this is still a problem in the current code.
----------------------------------------------------------------------
Comment By: Alex (windeagle)
Date: 2010-03-21 21:46
Message:
I googled for "curl smtp starttls" and got this
http://curl.haxx.se/mail/lib-2010-02/0161.html so its possible that this is
fixed but I need to compile from the daily to find out. Of course if there
is a way to get a daily already compiled instead of doing it myself then
that's even better =]
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=2974221&group_id=976
Received on 2010-03-21