mailjet-gem icon indicating copy to clipboard operation
mailjet-gem copied to clipboard

"in-v3.mailjet.com" does not match the server certificate

Open codyrickman opened this issue 4 years ago • 2 comments

Hello, I keep getting OpenSSL::SSL::SSLError (hostname "in-v3.mailjet.com" does not match the server certificate):

in my production environment only. I have a valid SSL cert for my domain.

My mailjet.rb file: Mailjet.configure do |config| config.api_key = 'xxxxxxxxx' config.secret_key = 'xxxxxxx' config.default_from = '[email protected]' config.end_point = "https://api.us.mailjet.com" config.api_version = 'v3.1' end

production.rb config.action_mailer.delivery_method = :mailjet

codyrickman avatar May 23 '20 02:05 codyrickman

bump** any update on this?

codyrickman avatar May 31 '20 15:05 codyrickman

is this still an issue?

xab3r avatar Jan 07 '21 04:01 xab3r

No answers. I close this issue

mgrishko avatar Feb 20 '23 12:02 mgrishko