Hello all,
I know this might sound like a terribly dumb question, but here goes:
How secure are packets sent and received over any network through an OpenVPN tunnel? I'm not a certificates' guy, but I was hoping to check if it is possible in anyway, that if packets are sniffed, say by the ISP, could they figure out the contents, or anyone for that matter?
Security question
Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech
Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
-
- OpenVPN User
- Posts: 22
- Joined: Fri May 13, 2011 2:47 pm
- Location: Cairo, EG
Security question
///Sergani
- janjust
- Forum Team
- Posts: 2703
- Joined: Fri Aug 20, 2010 2:57 pm
- Location: Amsterdam
- Contact:
Re: Security question
in default configuration (i.e. no 'tls-auth') openvpn is just as secure as an HTTPS connection, i.e. plenty secure (otherwise I wouldn't do online banking).
if you add 'tls-auth' openvpn is even more secure, as it also protects you from DoS attacks.
if you add 'tls-auth' openvpn is even more secure, as it also protects you from DoS attacks.
-
- OpenVPN User
- Posts: 22
- Joined: Fri May 13, 2011 2:47 pm
- Location: Cairo, EG
Re: Security question
And I believe that's (without tls-auth) is secure, like https?
I mean on the ISP level etc...?
I'm really sorry to bother with this question, but it's of dire importance, and one is still really catching up on the security side of things...
I mean on the ISP level etc...?
I'm really sorry to bother with this question, but it's of dire importance, and one is still really catching up on the security side of things...
///Sergani