cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
583
Views
0
Helpful
2
Replies

can I use urql in HTTPS rule?

zhichao
Level 1
Level 1

we have an urql configured. However it seems it did not work in HTTPS rule. Need advise! thanks

!**************************** URQL **************************** urql TimeTable

url 10

url 10 url "/webexe/owa/aus_stars_planner.main"

url 20

url 20 url "/webexe/owa/aus_stars_planner.planner"

domain "test.scs.edu.sg"

active

content https_timetable

vip address 10.1.1.1

balance aca

no persistent

add service wis7stu

protocol tcp

port 443

url urql TimeTable

1 Accepted Solution

Accepted Solutions

Gilles Dufour
Cisco Employee
Cisco Employee

HTTPS means HTTP over SSL.

So the HTTP traffic is encrypted.

The purpose of encryption is to avoid 3rd parties to look into the traffic.

In other words, the CSS can't see the url inside HTTPS traffic. So it is not possible to use urql or any other functions that would require to see the HTTP traffic.

If this is really needed, you can buy an SSL offloader (there is an ssl module for the CSS 1150x) and decrypt the traffic before it gets to the CSS or on the CSS itself.

Regards,

Gilles.

View solution in original post

2 Replies 2

Gilles Dufour
Cisco Employee
Cisco Employee

HTTPS means HTTP over SSL.

So the HTTP traffic is encrypted.

The purpose of encryption is to avoid 3rd parties to look into the traffic.

In other words, the CSS can't see the url inside HTTPS traffic. So it is not possible to use urql or any other functions that would require to see the HTTP traffic.

If this is really needed, you can buy an SSL offloader (there is an ssl module for the CSS 1150x) and decrypt the traffic before it gets to the CSS or on the CSS itself.

Regards,

Gilles.

thanks. I have realised it also using a sniffer.

Review Cisco Networking for a $25 gift card