Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.5K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Node.js
3.0K+ articles
Node.js-Methods
403+ articles
Node.js
19+ articles
Node.js-TLS/SSL
3 posts
Recent Articles
TLS/SSL Module in Node.js
Last Updated: 25 April 2026
The TLS/SSL module enables secure communication by encrypting data between clients and servers using TLS/SSL protocols.Used to create secure servers and clients and common...
read more
Web Technologies
Node.js
Node.js
Node.js-TLS/SSL
Node.js TLS/SSL Complete Reference
Last Updated: 23 July 2025
The tls module provides an implementation of the Transport Layer Security (TLS) and Secure Socket Layer (SSL) protocols that are built on top of OpenSSL.Example:JavaScript...
read more
Web Technologies
Node.js
Node.js-TLS/SSL
Node.js tls.rootCertificates Property
Last Updated: 06 April 2023
The tls.rootCertificates property is an inbuilt application programming interface of class TLS within tls module which is used to return the array of strings representing ...
read more
Web Technologies
Node.js
Node.js-Methods
Node.js-TLS/SSL
✕