English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-12-19 07:11:24 · 4 answers · asked by Anonymous in Computers & Internet Security

4 answers

How do I make SSL work through the firewall?


Security / Firewall



SSL is a protocol that allows secure connections across the Internet.
Typically, SSL is used to protect HTTP traffic. However, other protocols
(such as telnet) can run atop SSL.

Enabling SSL through your firewall can be done the same way that you would
allow HTTP traffic, if it's HTTP that you're using SSL to secure, which is
usually true. The only difference is that instead of using something that
will simply relay HTTP, you'll need something that can tunnel SSL. This is a
feature present on most web object caches.

2006-12-19 07:13:54 · answer #1 · answered by god knows and sees else Yahoo 6 · 1 0

The default TCP port for SSL I believe is 443, you'd need to make it so that incoming HTTP SSL requests coming in on port 443 are redirected to your web server in your router / firewall configuration.

2006-12-19 15:14:35 · answer #2 · answered by Anonymous · 0 0

Change the policy to allow port 443

2006-12-19 15:14:13 · answer #3 · answered by π² 4 · 0 0

It really depends on whether you have control over the firewall or not and what you're trying to do.

SSL is typically run on port 443, but you can run it through any port. With web browsers you can do this by tacking the port on after the url such as https://www.yourdomain.com:123 This would try to create a SSL connection to yourdomain.com through port umber 123. Of course, the computer/server you are contacting needs to be setup to be listening to the port your trying to connect with.

If you have control of the firewall, the configure it to allow you to use port 443. If you don't your next best option might be to look into tunneling and see if you can push your port 443 requests through the tunnel instead.

2006-12-19 15:26:44 · answer #4 · answered by Anonymous · 0 0

may not apply to all firewalls but generaly it will ask for permision accept or deny access.
in advanced settings you should be able to get it set up there

2006-12-19 15:25:36 · answer #5 · answered by great one 6 · 0 0

fedest.com, questions and answers