From the course: Node.js: Security
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Use secure HTTPS protocol - Node.js Tutorial
From the course: Node.js: Security
Use secure HTTPS protocol
- [Instructor] What is the HTTPS control? It is basically, the same hypertext transfer protocol that we've been using to browse a web, but secure. It allows to transfer the web page you view in a secure manner. It means the communication between your browser and the website is encrypted. In recent years, most browsers will indicate when an application or website isn't using the more secure HTTPS protocol and therefore, advises users against using your site or application, so it is strongly recommended you use it. In fact, in some cases, the browser will even prevent the site from being loaded into your browser, if it isn't using HTTPS. So how do you make sure your website or application is using the secure protocol? By making sure the domain you are using has an SSL certificate. Most domain selling entity offer SSL certificates, nowadays, and if yours isn't, you can get one for free from letsencrypt and then install it on your server. The way it works, you get the certificate from the…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.