Error using mailgun api
library: 'SSL routines',
reason: 'wrong version number',
15 Replies
Project ID:
6b8a0a45-fc6c-4e10-b873-0d5d7ee918ec
6b8a0a45-fc6c-4e10-b873-0d5d7ee918ec
I implement library mailgun.js to send email by webhooks, on logs says
i dont see anything about mailgun in that stack?
my probles is im using mailgun.js library
and i cannot set tls version when send to mailgun api
okay but what do you think that stack has to do with mailgun? im seeing the hono module mentioned, not mailgun
and i think node has problem with tls version
thats a service using another of email by internal network and thats catch of mailgun library
theres nothing in that stack about mailgun though? unless im blind
i want to know if i can select tls version that uses node
le me reproduce another error
are you trying to start the hono server with an ssl cert?
no no, im trying to send emails
service-payment.webhooks -> (send http request to internal service) -> service-email
service email has trouble to deliver email by tls mismatch version i guest
tls version*
again, there is nothing about mailgun in that stack
service-email has mailgun library called mailgun.js and when uses the function to send email, has that error msj
if it was an error from mailgun, mailgun would show in that stack, your issue is very likely elsewhere
are you trying to start the hono server with an ssl cert?
no, sorry
i found that its and error of fetch on webhook to service-email
sorry for your time brody and thx again
i fount i tryng to sen api request via https
on internal
my bad