Skip to content

feat(smtp): add setting to ignore cert validation#161

Merged
pkheav merged 2 commits into
masterfrom
smtp_ssl_ignore
May 18, 2021
Merged

feat(smtp): add setting to ignore cert validation#161
pkheav merged 2 commits into
masterfrom
smtp_ssl_ignore

Conversation

@pkheav
Copy link
Copy Markdown
Contributor

@pkheav pkheav commented May 17, 2021

Ideally it would have been better to add a setting called setting?(OpenSSL::SSL::VerifyMode, :ssl_verify_mode) so we could specify other enums/values of OpenSSL::SSL::VerifyMode instead of setting?(Bool, :ssl_verify_ignore) but that doesn't work because of this issue crystal-lang/crystal#7382

@pkheav pkheav requested review from a team, stakach and w-le May 17, 2021 09:14
to ignore ssl verify
@pkheav
Copy link
Copy Markdown
Contributor Author

pkheav commented May 18, 2021

Thanks for approving @caspiano :)

@pkheav pkheav merged commit 3c3c6a2 into master May 18, 2021
@pkheav pkheav deleted the smtp_ssl_ignore branch May 18, 2021 10:05
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.

2 participants