Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMTP: Start TLS failed to enable crypto #45

Open
JustAnother1 opened this issue Dec 30, 2020 · 2 comments
Open

SMTP: Start TLS failed to enable crypto #45

JustAnother1 opened this issue Dec 30, 2020 · 2 comments

Comments

@JustAnother1
Copy link

I have a newly installed Dokuwiki 2020-07-29 "Hogfather". With the SMTP Plugin installed today.
I had the same issue reported here:dokuwiki/dokuwiki#3138

And the described solution(changing

STREAM_CRYPTO_METHOD_TLS_CLIENT

to

STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT

in lib/plugins/smtp/subtree/txtthinking/Mailer/src/Mailer/SMTP.php, line 201

fixed it for me.

For me it was not an update as in the reported issue but a new install. I assume that the reason is that the mail server does not accept "old unsafe" protocols and kicking the version up a notch fixes it. But that is just my assumption, I might be completely wrong.

Anyway I think it would be good to include this patch in the next version.

@Cyrille37
Copy link

Hello.

With config $conf['plugin']['smtp']['smtp_ssl'] = 'ssl'; it works for me, with the original plugin.

Perhaps you have a specifics openssl version or something like ?

@Cyrille37
Copy link

duplicate #31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants