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

Error: 7288:error:1408F10B:SSL routines:ssl3_get_record:wrong version #1074

Closed
renanbastos93 opened this issue Oct 22, 2019 · 14 comments
Closed

Comments

@renanbastos93
Copy link

Can you help me?

[Error: 7288:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:c:\ws\deps\openssl\openssl\ssl\record\ssl3_record.c:332:
] {
library: 'SSL routines',
function: 'ssl3_get_record',
reason: 'wrong version number',
code: 'ESOCKET',
command: 'CONN'
}

@andris9
Copy link
Member

andris9 commented Oct 29, 2019

You are either trying to use TLS on a non-TLS port or the openssl version you use is not compatible with the server.

@andris9 andris9 closed this as completed Oct 29, 2019
@funkenstrahlen
Copy link

I have exactly the same issue.

@renanbastos93
Copy link
Author

@funkenstrahlen I changed approach to use an email address from Gmail.

@gabrielmaximo
Copy link

gabrielmaximo commented Dec 7, 2019

Oh god I have the same problem, somebody help me!

@apachevirus
Copy link

\ws\deps\openssl\openssl\ssl\record

@Durgaa-G
Copy link

@renanbastos93 What you have changed? I am facing same issue

@renanbastos93
Copy link
Author

@renanbastos93 What you have changed? I am facing same issue

@Durgaa-G

I had used an email private example renan@bastos.com so I changed to use the email from Gmail then I have succeeded. But I don't understand why it.

@Durgaa-G
Copy link

I was using business gmail, even though I changed to personal Gmail, Its not working for me. :(

@renanbastos93
Copy link
Author

I was using business Gmail, even though I changed to personal Gmail, It's not working for me. :(

You need to change the permission of the email for can using

@Durgaa-G
Copy link

@renanbastos93 Thanks for help.

@renanbastos93
Copy link
Author

@renanbastos93 Thanks for help.

anytime, see ya

@umair1126
Copy link

i have exact same issue occuring when i'm using the nodemailer and send mail to mailtrap and then this issue is happening and even mail is not to send to mail trap......
please! someone help me to reslove the issue!!

@carvalholeo
Copy link

carvalholeo commented Sep 12, 2021

Heys guys, do you have some update about this issue?

I'm using Umbler (Brazilian hosting and email provider) as Email provider, for sending emails from my private, corp email from Nodemailer, and I'm getting this same error right now.

EDIT: By using Outlook on PC, I'm able to receive and send emails, so I think it isn't a problem with the provider.

@jodeperezlo
Copy link

I configured my transporter like this:

export const transporter = nodemailer.createTransport({
	host: Config.EMAIL_HOST,
	port: Config.EMAIL_PORT,
	auth: {
		user: Config.EMAIL_USER, 
		pass: Config.EMAIL_PASSWORD,
	},
	secureConnection: false,
});

With that is working.

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

No branches or pull requests

9 participants