I am a newbie to VPN and OpenVPN technology.
I have a question.
When I signed up with the commercial OpenVPN service provider, I was provided *.crt, *.key and ta.key.
Will the commercial OpenVPN service provider be able to decrypt my traffic data that I send to or receive from websites?
Is it possible to decrypt traffic data on OpenVPN?
Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech
-
- OpenVPN Power User
- Posts: 87
- Joined: Sun May 22, 2011 8:14 am
- krzee
- Forum Team
- Posts: 728
- Joined: Fri Aug 29, 2008 5:42 pm
Re: Is it possible to decrypt traffic data on OpenVPN?
Yes.
Unless you also have encryption between yourself and the website (such as SSL).
OpenVPN secures the connection between the openvpn client and the openvpn server. Between the server and the website, everything is as it would be if openvpn was not involved.
You can sniff the tun interface to see whats happening inside the vpn tunnel (unencrypted)... Your provider could do this as well.
Unless you also have encryption between yourself and the website (such as SSL).
OpenVPN secures the connection between the openvpn client and the openvpn server. Between the server and the website, everything is as it would be if openvpn was not involved.
You can sniff the tun interface to see whats happening inside the vpn tunnel (unencrypted)... Your provider could do this as well.
-
- OpenVPN Power User
- Posts: 87
- Joined: Sun May 22, 2011 8:14 am
Re: Is it possible to decrypt traffic data on OpenVPN?
Thanks for your clarification, krzee.krzee wrote:You can sniff the tun interface to see whats happening inside the vpn tunnel (unencrypted)... Your provider could do this as well.
Other than myself and my commercial OpenVPN service provider, no other individual can sniff my traffic?
- janjust
- Forum Team
- Posts: 2703
- Joined: Fri Aug 20, 2010 2:57 pm
- Location: Amsterdam
- Contact:
Re: Is it possible to decrypt traffic data on OpenVPN?
as soon as the decrypted traffic leaves your provider then somebody can sniff it ; the only thing a VPN does , is secure the traffic between two endpoints. In most cases those two endpoints are your PC (the client) and the VPN provider. From a device to your PC people can sniff traffic, and from the VPN provider to anywhere else somebody can (in theory) sniff traffic.