Skip to content

Allow HTTP strategy to ignore self signed SSL certificate#287

Open
armanm wants to merge 3 commits intofphilipe:mainfrom
armanm:main
Open

Allow HTTP strategy to ignore self signed SSL certificate#287
armanm wants to merge 3 commits intofphilipe:mainfrom
armanm:main

Conversation

@armanm
Copy link
Copy Markdown

@armanm armanm commented Sep 19, 2023

We use this excellent gem for dealing with styles in our mailers using the HTTP strategy and to make all environments match production, in development, we proxy Rails with a local domain name with a self signed SSL certificate.

Currently Net::HTTP borks because it doesn't recognise our self signed certificate so in this PR we are adding a verify_ssl option to Premailer to bypass that verification step.

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.

1 participant