#3612: Cannot connect to mail submission service using STARTTLS
----------------------+-----------------------------------------------------
 Reporter:  sinecure  |       Owner:  me      
     Type:  defect    |      Status:  accepted
 Priority:  major     |   Milestone:          
Component:  mutt      |     Version:  1.5.21  
 Keywords:            |  
----------------------+-----------------------------------------------------
Changes (by me):

  * owner:  mutt-dev => me
  * status:  new => accepted


Comment:

 It appears that when using  TLSv1_2_client_method(), internally it uses
 ssl3_connect() and that does not honor the SSL_OP_NO_TLS* flags.  The
 original patch to add TLSv1.2 support made use of SSLv23_client_method(),
 and that uses ssl23_connect() internally, which does appear to support
 those flags.  So this should be an easy fix.

-- 
Ticket URL: <http://dev.mutt.org/trac/ticket/3612#comment:3>
Mutt <http://www.mutt.org/>
The Mutt mail user agent

Reply via email to