05-18-2004 11:17 PM
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
Solved! Go to Solution.
05-20-2004 12:46 AM
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.
05-20-2004 12:46 AM
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.
05-20-2004 12:53 AM
thanks. I have realised it also using a sniffer.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide