Forum Discussion

Simon_07_150650's avatar
Simon_07_150650
Icon for Nimbostratus rankNimbostratus
Apr 11, 2014

Still problem from http to https.

I want to redirect trafic from http to https from a liferay server. The function CSS is not Redirected. Look the url from httpfox

 

http://liferay-test.mydomain.com/frq-theme/css/layout.css?browserId=ie&themeId=file_WAR_frqtheme&languageId=fr_FR&b=6101&t=1394143338000 I'm used a Stream function and a Redirection Irule If you have a solution, could you please send me the detailed solution ? I have this problem from many month and with the openssl problem, the liferay server was exposed to internet because the redirection doesn't work. I'm not able to use the F5 to all my servers.

 

5 Replies

  • nathe's avatar
    nathe
    Icon for Cirrocumulus rankCirrocumulus

    Simon,

     

    You may want to share your stream profile settings to get DC peeps to check it out. Other things are: are you terminating the SSL connection and/or is the response from the server compressed?

     

    N

     

  • nathe's avatar
    nathe
    Icon for Cirrocumulus rankCirrocumulus

    Simon,

     

    Try removing http from Source and https from target and instead typing the following in the target box:

     

    @http://@https://@

     

    See this sol for more details.

     

    sol7027

     

    Hope it helps.

     

    N

     

  • Always the problem. Do i need to put the Stream configuration on my http-Vserver and https-Vserver ? Or only on the http-Vserver ?