cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2606
Views
0
Helpful
3
Replies

Clientless SSL VPN Access to HP iLO

gusdalinis
Level 1
Level 1

Equipment:

ASA5505

Configured Clientless SSL VPN Access and it works properly for everything except connectivity to an HP iLO.  When I go to the http address, I see the redirect page come up but as soon as it goes to the https page, I get the following:

Connection failed
Server 192.168.10.252 unavailable.

It happens on any HP iLO web sites I try to connect to.

Here is my debug config:

debug webvpn html 255

debug webvpn request 255

debug response 255

debug webvpn url 255

debug webvpn util 255

When I try to hit the site, I get the following:

#0xcb4dc9c0 (GET). Request line:/+CSCO+0075676763663A2F2F697A7679622E716E79766176662E7962706E79++/login.htm

#0xcb4dc9c0 Hand-off to CTE.

#0xcb4dc3c0 (GET). Request line:/+CSCOE+/portal.css

#0xcb4dc3c0 (Response) Start

#0xcb4dc3c0 File to execute: /+CSCOE+/portal.css

#0xcb4dc3c0 (Response) Open handler file [/+CSCOE+/portal.css]

#0xcb4dc3c0 (Response) Processing LUA page.

#0xcb4dc3c0 (Response) Finish, connection keep-alive.

#0xcb4dccc0 (GET). Request line:/+CSCOU+/gradient.gif

#0xcb4dccc0 (Response) Start

#0xcb4dccc0 File to execute: /+CSCOU+/gradient.gif

#0xcb4dccc0 (Response) Open handler file [/+CSCOU+/gradient.gif]

#0xcb4dccc0 (Response) Processing C page.

#0xcb4dccc0 (Response) Finish, connection keep-alive.

As you can see, it doesn't give much information.  I'm not really sure why it only doesn't work with HP iLO but it works with everything else.  Any help would be greatly appreciated.  Thanks.

Gus

1 Accepted Solution

Accepted Solutions

Not exactly sure how the HP ilo app works but if it's calling java this will cause your issue because you are only permitting http or https via the client less portal. Try and enable smart tunnel and allow the java.exe on your local pc to utilize the smart-tunnel. This will force your local java client to be tunneled via ssl(443)

Sent from Cisco Technical Support iPad App

View solution in original post

3 Replies 3

gusdalinis
Level 1
Level 1

Anyone that can help on this one?

Not exactly sure how the HP ilo app works but if it's calling java this will cause your issue because you are only permitting http or https via the client less portal. Try and enable smart tunnel and allow the java.exe on your local pc to utilize the smart-tunnel. This will force your local java client to be tunneled via ssl(443)

Sent from Cisco Technical Support iPad App

That did it!  Thanks vabruno!