cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
788
Views
5
Helpful
4
Replies

No connection to ssl VPN

Hi all


I have an asa 5510, on which i configured a clientless ssl vpn.

But when i try to connect to https://ip address, i get an "connection timed out" error.

I've attached the config, if anyone has an idea, please let me know.

Thank you

Bert

1 Accepted Solution

Accepted Solutions

Hi Bert,

Sounds like your ISP may be blocking HTTPS (TCP port 443) inbound.

Either check with the ISP if that is the case, or try this:

conf t

webvpn

  no enable outside

  port 4443

  enable outside

then, try to connect to https://your-asa:4443/

hth

Herbert

View solution in original post

4 Replies 4

Jennifer Halim
Cisco Employee
Cisco Employee

You would need to enable the "webvpn" protocol under the group policy as follows:

group-policy DfltGrpPolicy attributes

     vpn-tunnel-protocol webvpn

Here is a sample configuration for your reference:

http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a008072462a.shtml

Hope that helps.

Hi, I've been away for a couple of days, I added your suggestions

but still no go. When i connect my laptop directly to the outside interface i

can connect to the ssl vpn, when i go over the internet, i get a connection timed out.

If anyone has an idee, pleas tell me.

Hi Bert,

Sounds like your ISP may be blocking HTTPS (TCP port 443) inbound.

Either check with the ISP if that is the case, or try this:

conf t

webvpn

  no enable outside

  port 4443

  enable outside

then, try to connect to https://your-asa:4443/

hth

Herbert

Thanks Herbert

That last suggestion did the trick.

Thanks

Bert