Forum Discussion

rlb63_75866's avatar
rlb63_75866
Icon for Nimbostratus rankNimbostratus
May 11, 2011

redirect to non standard https port

I am using a vip with client ssl to listen on 443 and the sharepoint server listens on 8082. We are also using server ssl to re-encrypt the traffic.

 

I have a vip listening on port 80 that redirects to 443 and this works. Clients can connect and authenticate. When clicking on certain links in the site, the information returned to the client contains the server port of 8082.

 

 

any ideas? Thanks

 

  • It's most efficient to handle this aliasing with Sharepoint's Alternate Access Mappings (AAM). If you can't do that for some reason you can do this with an iRule. Try searching the forums for AAM to find some examples like this one:

     

     

    http://devcentral.f5.com/Community/GroupDetails/tabid/1082223/asg/62/aft/30877/showtab/groupforums/Default.aspx30883

     

     

    Aaron