Hi,
I have made a simple local server that is listening on 127.0.0.10:443 for HTTPS request from my browser. I have not used the proxy settings, just the url https://127.0.0.10/ just to see the initial request from the browser and I get encrypted data like:
►?? ↑ / 5 ♣ ?C ?↑;`????D♣9?¶#F%??
?‼?¶? ?
2 8 ‼ ♦☺ ↓ ♣ ♣☺
♠ ♦ ↨ ↑ ♂ ☻☺
I have read up a "little" on SSL protocol and I thought the 1st request was to set a encryption key, then the data was encrypted! Or is it in some other format liek base64?
Thanks