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

Enforce TLS 1.2 in Mailer #5138

Merged
merged 1 commit into from
Feb 4, 2021
Merged

Enforce TLS 1.2 in Mailer #5138

merged 1 commit into from
Feb 4, 2021

Conversation

fm3
Copy link
Member

@fm3 fm3 commented Feb 4, 2021

Mailer now uses only TLS 1.2 instead of JDK default. TLS 1.0 and 1.1 have been deprecated by many mailing hosts, as they are now deemed less secure.

Steps to test:

  • set up mailer credentials in application.conf
  • register
  • mail should be sent (no stacktrace in logging)

Issues:


@fm3 fm3 self-assigned this Feb 4, 2021
@fm3 fm3 requested a review from normanrz February 4, 2021 12:16
@fm3 fm3 marked this pull request as ready for review February 4, 2021 12:16
@normanrz normanrz merged commit 64f3403 into master Feb 4, 2021
@normanrz normanrz deleted the mailer-tls12 branch February 4, 2021 12:58
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

Successfully merging this pull request may close these issues.

SSL Connection error for Mailer
2 participants