Node-RED: Handle Error "SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c"
This documentation is part of the Getting Started guide. You can view the complete guide here: How to Get Started with Node-RED.
👋 Welcome to the Stackhero documentation!
Stackhero offers a ready-to-use Node-RED cloud solution that provides a host of benefits, including:
- MQTT server included (Mosquitto).
- Full access to Node-RED admin UI.
- Node-RED Dashboard included.
- Unlimited and dedicated SMTP email server included.
- Effortless updates with just a click.
- Customizable domain name secured with HTTPS (for example, https://node-red.your-company.com).
- Optimal performance and robust security powered by a private and dedicated VM.
Save time and simplify your life: it only takes 5 minutes to try Stackhero's Node-RED cloud hosting solution!
If you see this error when sending an email, it is likely because you have selected the "Use secure connection" option in your email node configuration.
Since the Stackhero email server and the Node-RED server run on the same instance, they communicate locally, so you do not need to use TLS (SSL) encryption. Enabling the secure connection option causes Node-RED to use TLS to communicate with the email server, leading to the SSL error about a "wrong version number".
Please note that if the recipient server supports encryption, the email will be automatically encrypted with TLS. This has been pre-configured for you.