- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2007 07:39 PM
I have configuration as:
content myweb-443
vip address 10.1.1.10
port 443
protocol tcp
balance leastconn
add service myweb-myhost-443
active
service myweb-myhost-443
ip address 10.4.4.23
protocol tcp
port 443
keepalive type tcp
keepalive port 443
active
now, my client want to add sorry page, http://mysorrypage.mydomain.
Could anyone confirm, if it can be done?
what about a sorry page https://mysorrypage2.mydomain?
If so, how to do it?
Any comments will be appreciated
Thanks in advance
Solved! Go to Solution.
- Labels:
-
Application Networking
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2007 03:17 AM
you can't send a redirect to a sorry page since the traffic is encrypted.
The only way would be if you had an ssl module to do the encryption.
You can try to use another remote server as a sorryserver and this server would print an error message if it can do ssl.
Gilles.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2007 03:17 AM
you can't send a redirect to a sorry page since the traffic is encrypted.
The only way would be if you had an ssl module to do the encryption.
You can try to use another remote server as a sorryserver and this server would print an error message if it can do ssl.
Gilles.
