openVPN Server handling requests

This forum is for admins who are looking to build or expand their OpenVPN setup.

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.
Post Reply
konnn
OpenVpn Newbie
Posts: 2
Joined: Tue Jul 11, 2017 10:22 am

openVPN Server handling requests

Post by konnn » Tue Jul 11, 2017 11:49 am

Hello,
Let's assume that an openVPN server's built . A client requests an https website. As far I know the data will be encrypted with the protocol that openvpn uses, then transferred to the server side, decrypted and now the latter requests the initial website. Will that server uses the https protocol at his turn? Is it autosetup when building the openvpn or the admin have to enable any module at the server before?

The main question though is, does the server follows the initial request protocol, like https, sftp etc towards the target website or another set up must be done to the server who works as a vpn server, too.

Thank you.

TinCanTech
OpenVPN Protagonist
Posts: 11137
Joined: Fri Jun 03, 2016 1:17 pm

Re: openVPN Server handling requests

Post by TinCanTech » Tue Jul 11, 2017 12:51 pm

konnn wrote:does the server follows the initial request protocol, like https, sftp etc towards the target website
The openvpn server simply forwards the packets to the target (with or without NAT), the client determines the protocol (unless you do something funky on the server).

konnn
OpenVpn Newbie
Posts: 2
Joined: Tue Jul 11, 2017 10:22 am

Re: openVPN Server handling requests

Post by konnn » Wed Jul 12, 2017 8:14 pm

Thank you very much.

Post Reply