I'm trying to better understand how SSL works, so I installed a self-signed SSL certificate on my server for testing.
When I send data to the HTTPS url on the test server, the Chrome developer tools display all the data in plain text. Is this what I should expect, or should the data appear encrypted in the developer tools?
I tried running the packet sniffer (Cocoa Analyzer Package), and I do not see any of the data that I am trying to publish in text form, but some messages show that I also host the domain (only the domain, query parameters or other data). This is normal? I got the impression that everything, including the URL, should be encrypted.
source
share