ruby on rails - ActionMailer and a self-signed SSL Cert -


i have application (an installation of discourse) i'm trying deploy. however, email server pointed @ has self-signed ssl cert smtp.

is there workaround this? or need find way send mail using "valid" ssl cert?

few things care proper cert smtp. user agents.

if cert problem won't timeouts, you'll validation errors. suspect what's happening you're trying connect on smtps port isn't listening or exposed firewall.

try using smtp+starttls. negotiates tls on port 25 or 587 instead of trying connect directly 465.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -