Forum Discussion

dilip_bhapkar01's avatar
dilip_bhapkar01
Icon for Nimbostratus rankNimbostratus
Dec 05, 2008

problem during HTTPS access - changing https to http

I have installed the SSL certificate on F5 LTM and I need that site to on HTTPS access like https://site1.com.

 

 

cofig of VS :

 

Virtual server source port 443

 

pool port : 80 .

 

 

When I am trying to access next page https://site1.com changes to http://site1.com. It results to got "Page not found error".

 

 

Please suggest me any irule which will solve the current issue.

 

  • hoolio's avatar
    hoolio
    Icon for Cirrostratus rankCirrostratus
    It sounds like the application is redirecting the client back to http. You can add a custom HTTP profile with 'Rewrite redirects' enabled to the VIP to fix this. Check the online help under the HTTP profile for details on the options.

     

     

    Aaron