Port 443 question
November 2nd, 2013
blah.theirserver.com:443
My question is, can my company see the requests going to “theirserver.com” or is that encrypted?
Thanks.
Eh? What is your question?
I am employed by a company that monitors network traffic. I would like to know if, even though this application sends and receives data over port 443, can my employer see that traffic is going to “theirserver.com”.
If it’s SSL encrypted then no. You could check the headers and match known fingerprints but that ends from there.
ok, so more questions…
So I guess port 443 is by its nature SSL encrypted, right?
If it is encrypted then how does the internet know where to send the packets? It’s got to be decrypted somewhere, right?
So I guess port 443 is by its nature SSL encrypted, right?
No. 443 is just the default port for HTTPS (SSL). Any other software could use the port just fine it’s not in use.
If it is encrypted then how does the internet know where to send the packets? It's got to be decrypted somewhere, right?
Man. You have so much to learn. I suggest you learn some basic networking first.