Version 4.0 - Registration Email not Send - The request was aborted: Could not create SSL/TLS secure channel.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hi,

When I test the email account set for the shop to send emails, everything works fine, I receive the email correctly.

When I set the option to get a notification of a new registration or a confirmation email of the registration, I get the error: The request was aborted: Could not create SSL/TLS secure channel.

Any idea why?

My server is a Windows Server 2008 R2.
6 years ago
Hello,

If the problem is regarding ssl than you have to look at

http://admin-demo.nopcommerce.com/Admin/Setting/GeneralCommon.

In which you can find Force SSL for all site pages.

It should be enable.

Restart your application from admin panel.

May be it would be helpful to you.
6 years ago
Hi, Thank you for your response, but it's enabled :(
6 years ago
Try connecting to your SMTP server without TLS.

Or follow this link to setup TLS 1.2 on your site: https://www.nopcommerce.com/boards/t/47248/nopcommerces-paymentauthorizenet-free-plugin-is-tls-12-supported.aspx#187454


6 years ago
Hi, thanks but how can I do that in version 4.0? I don't have the Global.asax.cs file now
6 years ago
I have changed the URL of the shop from https://SHOPURL to http://SHOPURL and it started to send the emails, any reason why?
6 years ago
patrick_sardinha wrote:
I have changed the URL of the shop from https://SHOPURL to http://SHOPURL and it started to send the emails, any reason why?


Does you have ssl ?
6 years ago
What do you mean?
5 years ago
I had the same issue.  Discovered that TLS1.2 was not enabled at the OS level (Win2008 R2)...
Made some changes to the registry as per this page...

https://tecadmin.net/enable-tls-on-windows-server-and-iis/

and hey presto, emails are now being sent using the scheduled task.  Other scheduled tasks started to work too :)

Happy days!
5 years ago
Hi,

I have found the issue, it was related with the fact that the shop's URL was including the https in the url. I have put http instead and it solved the problem.

Thanks.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.