Good articles to read on SSL and HTTPS?
Posted
by Igor Romanov
on Stack Overflow
See other posts from Stack Overflow
or by Igor Romanov
Published on 2010-04-26T13:49:49Z
Indexed on
2010/04/26
14:03 UTC
Read the original article
Hit count: 332
I had a problem with accepting invalid SSL certificate in my iPhone program. That problem is solved now, however I came to understanding that I have very abstract idea on how exactly the whole thing is working:
- how web browser is verifying that received certificate is really for host it communicates to and not faked by same party in the middle?
- if browser talks to some 3rd party (CA?) to do certificate check?
and many other questions... Would someone please recommend good source of information with in-depth enough description of how all parts click together?
© Stack Overflow or respective owner