08-25-2011 11:10 AM - edited 03-07-2019 01:53 AM
I'm attempting to redirect SSL from the base site to a different page on the same SSL site. I want to redirect https://10.4.16.54/* to https://10.4.16.54/AHC/SitePages/Home.aspx. If I enter https://10.4.16.54/AHC/SitePages/Home.aspx, site loads, but if I enter simply https://10.4.16.54, it times out. The ssl_sharepoint service is my ssl_proxy_list. Thanks for any help.
content Sharepoint_https
flow-timeout-multiplier 10
sticky-inact-timeout 35
vip address 10.4.16.54
application ssl
add service ssl_sharepoint
advanced-balance ssl
url "/*"
port 443
protocol tcp
redirect "/AHC/SitePages/Home.aspx"
active
content Sharepoint_https_redirect
vip address 10.4.16.54
application ssl
advanced-balance ssl
flow-timeout-multiplier 10
sticky-inact-timeout 35
add service ssl_sharepoint
port 443
protocol tcp
url "/AHC/SitePages/Home.aspx"
active
08-25-2011 11:17 AM
Gary
You will get a quicker response if you move this thread to "Data Center -> Application Networking" where they deal with load-balancing issues.
Jon
08-25-2011 11:30 AM
Thanks, Jon. Was unsure of the correct location to post.
gary
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