HTTPS through VPN

Associate
Joined
10 Jul 2006
Posts
2,423
If you are connected to a VPN and visit a HTTPS site, encryption between the website and the vpn-server or the vpn-client and the website?

(Ignoring all VPN encryption)

Also...is it likely that a VPN-server would cache/log what clients visit under a standard configuration...or would something like that have to be purposely setup?
 
Client & the website. Traffic travels over the VPN.

Logging would depend on the VPN server configuration.
 
If you are connected to a VPN and visit a HTTPS site, encryption between the website and the vpn-server or the vpn-client and the website?

(Ignoring all VPN encryption)

Also...is it likely that a VPN-server would cache/log what clients visit under a standard configuration...or would something like that have to be purposely setup?

assume everything is logged, its like asking "if I walk down a unspecified road in some town some where will I be seen on CCTV"...
 
With SSL the encryption is between the client/browser and destination/website; the VPN connection is secondary to this.
If the provider was to log then it would only show the source, destination and encrypted SSL data.

However a MITM attack could be possible but it'd either require spoofing the destinations certificate or spoofing certificates and passing the traffic through a proxy (which would require to accept the VPN's/Proxy certificate).
 
assume everything is logged, its like asking "if I walk down a unspecified road in some town some where will I be seen on CCTV"...

Its my own VPN I'm using but I don't actually know anything other than how to follow an internet guide to set one up....

however, I did not completely blindly set it up...I was actually aware of what I was doing at the time and would have checked what something did before I executed the commands....however I don't have the skill to now go back and check what I did.
 
If it's your own VPN and you have box/root access then disable logging (if it's OpenVPN then you can use the switches --log-destination or --log-level) if you're worried.
 
Back
Top Bottom