How does HTTPS work? What's a CA? What's a self-signed Certificate?

preview_player
Показать описание
Is HTTPS really that difficult? Do I need to know crypto theory and a lot of math to understand it? You don't! This video explains how HTTPS works in very simple terms. It will touch upon encryption and digital signatures, as well as explaining what a trusted Certificate Authority is and what a self-signed certificate is.

We will build upon this knowledge in upcoming videos, when we plan to issue a self-signed certificate to secure a microservice app in a testing environment.

You no longer have an excuse to say HTTPS is too complex. Because this video simplifies all the concepts in less than 12 minutes.
Рекомендации по теме
Комментарии
Автор

This 11 min video was more educating then an entire course of pluralsight on How HTTPS works. Thank you for this.

vibhupandey
Автор

I would like to add, for clarity, that:

1. A message encrypted with a public key is used for secrecy
- The message can only be decrypted with the corresponding private key, but you cannot verify who the owner is.
2. A message encrypted with a private key is used for authentication
- The message owner can be verified if you know the corresponding public key, but is not secret.
- This is why a web browsers have a record of public keys for CA Authorities - so they can verify that a "public key certificate" is signed by the a real CA Authority

natdarke
Автор

I was banging my head from 5 days to understand ssl setup to secure my kafka cluster..
And finally my woes are over.
Thanks from the deepest bottom of my heart

spaci
Автор

Finally!!! I’ve been looking for so long to understand it. After this video, the whole process now makes all sense in my mind.
Awesome channel by the way. Keep doing it!

PauloSilva-yppl
Автор

I don’t know what it is but listening to videos that explain anything about technology in detail, I find calming. Loved the video.

Ryan-jbfy
Автор

The diagram at 3:55 is very insightful. It manages to summarize what other videos fail to summarize in 20 minutes. Well done!

Gordin
Автор

After watching a couple of videos on HTTPS, I came to this video, now I feel that I don't need to search for any other videos.
Best explanation ever, thanks for this video.

jayeshmali
Автор

Thank you very kindly. You explain better than most profs, teaching is an art and you’re a natural. Keep up the good work

waterisalive
Автор

Lot of videos talk what is SSL and how it works, but your video talks extensively about certificates explaining why one needs to have it !!! Your way of explanation is very simple, without graphics, jargon. Thanks a bunch!!!

freebk
Автор

Thank you for your time and efforts with this video. I 100% completely understand how HTTPS works with the browsers now with self-signed and CA. This even answered a question I had with a security software my company uses and a certain error message I would see. Great work!

terrancepinkney
Автор

Finally! Finally, someone explains where and how HTTPS uses symmetric keys for encrypted communication!

chenyangwang
Автор

Simple and elegant explanation.. it works as apartment mail box. We provide Public address to all interested party, we buy mail box from apartment building management. USPS post mail in our mail box. Only we have private key to unlock mail box and read all mails. It similar concept applied using cryptography on digital platforms. Thank you very much for the video.

senthilkumar
Автор

Beautifully made complex concept so simple to understand. All these years read multiple articles but this 11 min video just made wonders and injecting the complete concept of CA and HTTPS into my head.... Keep doing more of such wonders...

niranjanbk
Автор

I like it. This video, should be 1st video to view/watch, if anyone is starting with ssl, https, tls etc.

abhishekkumar-tunq
Автор

Awesome. Came here for a refresher on HTTPS to prepare for interview and this video was way beyond what I expected to find in such a short video. You just got yourself a new subscriber. I admire people like you who can give so much information in a short time and in a way that is so easy to understand.

LukeAmaral
Автор

Dude! This is the most simple version of this complex topic I've come across. Hats off!

abdulwahabkhan
Автор

For so many years I have been just looking at https in the browser, without ever trying to know how it works. Thanks for the enlightening video👌

GururajBN
Автор

It´s delightful how you role the technical details out and still kept focused on the objective. Grats!

alvaro_ch
Автор

Thank you my dear man...I was looking for a explanation. I am a developer who needs to know just enough and everything else I could find was too basic.

maximiliandebian
Автор

One of the best videos for understanding SSL. I have been searching for a proper explanation since a long time and this video helped me understand what it really is.

Annndroid