cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
265
Views
0
Helpful
1
Replies

if possible to add sorry page for 443 port?

julxu
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

Gilles Dufour
Cisco Employee
Cisco Employee

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.

View solution in original post

1 Reply 1

Gilles Dufour
Cisco Employee
Cisco Employee

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.