mailjet / mailjet-gem

[API v3] Mailjet official Ruby GEM

Home Page:https://dev.mailjet.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

codyrickman opened this issue · 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 = 'info@domain.com' config.end_point = "https://api.us.mailjet.com" config.api_version = 'v3.1' end

production.rb
config.action_mailer.delivery_method = :mailjet

bump** any update on this?

is this still an issue?

No answers. I close this issue