Page 1 of 1

Encrypt over HTTPS

PostPosted: 25 Nov 2015, 16:45
by Ratchet Skids
Hello,

I have a Teamdrive Personal Server set up, which I proxy via Apache. This works fine.

But when analyzing this with Wireshark, I can read all the "metadata", for example HTTP POST, GET, PUT etc. While I cannot see any file content, I guess I can identify which files are accessed, if a file is newly created etc. I think this is a huge problem and I want to encrypt all of this over HTTPs.

Proxying it via a SSL virtual host in Apache did not help: When entering port 443 in the client, I only get a Connection closed.

Is there any way to properly encrypt this, or do I have to resort to a VPN?

Thanks!