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

Allow HTTP strategy to ignore self signed SSL certificate #287

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

armanm
Copy link

@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