What is the difference between http and https? [answered] | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

What is the difference between http and https? [answered]

17th Mar 2017, 3:18 PM
somebodyyyy
somebodyyyy - avatar
8 Answers
+ 12
HTTP hypertext transfer protocol HTTPS (HTTP over SSL) hypertext transfer protocol secure HTTPS creates a secure channel over an insecure network. This ensures reasonable protection from eavesdroppers and man-in-the-middle attacks , provided that adequate cipher suites are used and that the server certificate is verified and trusted.
17th Mar 2017, 3:36 PM
Wisdom Abioye
Wisdom Abioye - avatar
+ 6
HTTPS is a secure protocol. it run on port 443 while HTTP run normally on port 80. If you want to use HTTPS on your site, you need to have a valid certificate for your domain name. The main benefit from HTTPS is the connection between user and web server will be encrypted.
17th Mar 2017, 3:44 PM
Dadang NH
Dadang NH - avatar
+ 2
s - secure. this protocol protect you from MITM attacks
17th Mar 2017, 3:35 PM
Yaroslav Pieskov
Yaroslav Pieskov - avatar
+ 1
Thanks guys. Now its clear!
17th Mar 2017, 3:46 PM
somebodyyyy
somebodyyyy - avatar
+ 1
this is so amazing and i will like to use opportunity to ask more question about this programming .
16th May 2018, 4:14 PM
Sam Boateng
Sam Boateng - avatar
0
So the second one is more secure, right?
17th Mar 2017, 3:43 PM
somebodyyyy
somebodyyyy - avatar
0
thanks
24th Mar 2017, 4:58 AM
Chinmay pant
Chinmay pant - avatar
0
Thanks
25th Mar 2017, 4:09 PM
somebodyyyy
somebodyyyy - avatar