Forum Discussion

Blue_whale's avatar
Blue_whale
Icon for Cirrocumulus rankCirrocumulus
Aug 25, 2021

https connection with URI shows as not secured ?

Hi Team ,

 

We have a new VIP with url https://example.test.com , but when we try to access the url with uri it says "The information you're bout to submit is not secure "

 

 

https://example.test.com >> WORKS

 

https://example.test.com/sap/saml2/sp/acs/100 >> error : "The information you're bout to submit is not secure "

 

Please advice .

6 Replies

  • Hi, can you check if you have any specific iRule or LTM policy configured on the vServer to select different client SSL profile for that specific URI. And that client SSL profile's certificate is either not matching CN name with the URL or it may be expired ?

    • Blue_whale's avatar
      Blue_whale
      Icon for Cirrocumulus rankCirrocumulus

      HI  

       

      VIP is on F5 on port 443 and SSL certificate in on F5 and backend servers are on port 80 .

       

       

      • Mike757's avatar
        Mike757
        Icon for MVP rankMVP

        Hi chethan,

         

        This does not mean that the web server's content is fully local. For example, it might contain a frame that points to a fully different URL, which might be what's causing the error.

         

        Open the browser in debug mode and confirm that you only opening pages within example.test.com.

         

        Mike