You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2018/05/10 11:08:00 UTC

[GitHub] izenk commented on issue #2625: Could not connect to SMTP host

izenk commented on issue #2625: Could not connect to SMTP host
URL: https://github.com/apache/cloudstack/issues/2625#issuecomment-388023920
 
 
   project.smtp.useAuth was already enabled
   Issue is related to SSL or STARTTLS.
   In general there are two cases for secure SMTP connection:
       SSL (First SSL handshake, then SMTP HELO)
       TLS (First SMTP HELO, then STARTLS)
   
   CloudStack by default use SSL and only it. When it should be possible to choose. 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services