Most Popular

Login:

Your Login Details


Forget Your Password?

Create an account

SSL VPN Servers

What is an SSL VPN Server?

How an SSL VPN WorksA VPN (Virtual Private Network) simulates a private network over the public Internet by encrypting communications between the two end-points. An SSL VPN is a type of VPN that are normally accessed with a Web browser rather than special client software. It allows you to create a separate, virtual network on top of a physical network. For example, you can connect your home computer to the network at your office and have the same connectivity and privacy as if your computer were physically at the office.

Common application used with SSL VPN servers include e-mail, file sharing, remote backup, and remote system management. With SSL VPN security you can securely access your files and applications anywhere in the world.

How does an SSL VPN server work?

An SSL VPN server works by creating a virtual channel over the public Internet using symmetric encryption. Both sides of the channel have keys that are used to encrypt and decrypt the traffic. Because symmetric encryption algorithms (AES, Blowfish, etc.) are so fast, they are used to encrypt the majority of the traffic. However, a different method must be used, at first, in order to transfer the keys to the correct parties. This ensures that you are talking with who you think you are talking to. This is where SSL certificates come into play. SSL certificates use Public Key Cryptography using a public and a private key. Any data encrypted with the public key can only be decrypted with the private key, and vice versa. Once identities are verified, a symmetric key is generated and used to encrypt the rest of the data.

How do you set up SSL VPN Security?

To set up an SSL VPN you will need to use a special device or software. If you’re low on cash, we recommend the excellent, free SSL VPN solution OpenVPN. You can also check out one of the following commercial solutions:

How do you get an SSL Certificate for an SSL VPN server?

Most SSL VPN servers and devices include self-signed certificates or the ability to generate them. The problem with self-signed certificates is that most web browsers will give an “SSL certificate not trusted” error when accessing them. To enable error-free SSL VPN security you will want to compare SSL certificates and buy from a certificate authority. We recommend using the SSL Wizard to find the right certificate.

Compare SSL Certificates

Once you have generated a CSR and received a certificate, you will need to install it to the SSL VPN server or device. Devices are varied so you will need to consult your device or server documentation on how to do this.

SSL VPN Server Links

 Digg  Slashdot  del.icio.us  Reddit  furl

Posted on January 18, 2009
Robert
Posts: 2
Comment
Re: VPN
Reply #5 on : Tue January 20, 2009, 06:55:11
From the "Guide to SSL VPN" document linked to above:

"An SSL VPN consists of one or more VPN devices to which users connect using their Web browsers. The traffic between the Web browser and the SSL VPN device is encrypted with the SSL protocol or its successor, the Transport Layer Security (TLS) protocol. This type of VPN may be referred to as either an SSL VPN or a TLS VPN. This guide uses the term SSL VPN. SSL VPNs provide remote users with access to Web applications and client/server applications, and connectivity to internal networks. Despite the popularity of SSL VPNs, they are not intended to replace Internet Protocol Security (IPsec) VPNs. The two VPN technologies are complementary and address separate network architectures and business needs. SSL VPNs offer versatility and ease of use because they use the SSL protocol, which is included with all standard Web browsers, so the client usually does not require configuration by the user. SSL VPNs offer granular control for a range of users on a variety of computers, accessing resources from many locations. There are two primary types of SSL VPNs:

* SSL Portal VPNs. This type of SSL VPN allows a user to use a single standard SSL connection to a Web site to securely access multiple network services. The site accessed is typically called a portal because it is a single page that leads to many other resources. The remote user accesses the SSL VPN gateway using any modern Web browser, identifies himself or herself to the gateway using an authentication method supported by the gateway, and is then presented with a Web page that acts as the portal to the other services.

* SSL Tunnel VPNs. This type of SSL VPN allows a user to use a typical Web browser to securely access multiple network services, including applications and protocols that are not web-based, through a tunnel that is running under SSL. SSL tunnel VPNs require that the Web browser be able to handle active content, which allows them to provide functionality that is not accessible to SSL portal VPNs. Examples of active content include Java, JavaScript, Active X, or Flash applications or plug-ins."

"The “tunnel” in an SSL tunnel VPN is both similar and quite different from the tunnels seen in typical IPsec VPNs. The two types of tunnels are similar in that almost all IP traffic is fully protected by the tunnel, giving the user full access to services on the network protected by the VPN gateway. The tunnels are quite different in that SSL/VPN tunnels are usually created in SSL using a non-standard tunneling method, while IPsec tunnels are created with methods described in the IPsec standard.
The tunneling in an SSL tunnel VPN allows a wide variety of protocols and applications to be run through it. For example, essentially any protocol that runs over TCP or UDP can be tunneled through such a gateway, making the remote user’s experience of the protected network very similar to being directly on the network. To the user, an SSL tunnel VPN may appear quite different from a typical Web site because the tunneling plug-in or application needs to be loaded into the user’s browser before the user can access the VPN. This might involve warning messages about the software being loaded, and it could also prevent users from entering the VPN if their Web browsers are instructed not to allow such programs to run. Because of the active content requirement, SSL tunnel VPNs may be accessible to fewer users than SSL portal VPNs."
Last Edit: January 20, 2009, 07:06:25 by Robert  
Duane
Posts: 3
Comment
OpenVPN
Reply #4 on : Tue January 20, 2009, 00:39:37
Uses UDP on port 1194, and uses tap/tun type devices to create a network tunnel, I fail to see how this would even be created by a browser.
Duane
Posts: 3
Comment
VPN
Reply #3 on : Tue January 20, 2009, 00:36:55
I wouldn't trust browsers to be host to any VPN, the amount of access plugins have they would then be given almost free reign to any network supposedly protected by the VPN, nightmare waiting to happen. :)

OpenVPN has it's own client/server model that doesn't, to the best of my knowledge, use browsers, most of the time it uses UDP by default, where as https is over TCP.
Robert
Posts: 2
Comment
Re: Ummm WTF?
Reply #2 on : Mon January 19, 2009, 09:03:35
Actually, using a web browser is the most common way to access an SSL VPN. The US National Institue of Standards and Technology define an SSL SPN this way:

"An SSL VPN consists of one or more VPN devices that users connect to using their Web browsers."

If you are using client certificates to authenticate usesr you definitely want to create your own CA certificate. OpenVPN has some great instructions for doing this here:

http://openvpn.net/index.php/documentation/howto.html#pki
Duane
Posts: 3
Comment
Ummm WTF?
Reply #1 on : Sun January 18, 2009, 20:47:30
This is completely misleading, you don't use web browsers with SSL VPN unless it's some kind of java client, and even then still nothing to do with the browser since Java has it's own key store.

This is one application where you SHOULD only use self signed certificates otherwise you run the risk of some third party letting others onto your network if they re-issue certificates by mistake for an attacker.

Write a comment


If you have trouble reading the code, click on the code itself to generate a new random code.
Security Code:
 
Post Comment