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

Cisco 11500 SSL redirect

gary.bennett
Level 1
Level 1

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

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

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

Thanks, Jon. Was unsure of the correct location to post.

gary