Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 
Custom Alert Banner

https connection with URI shows as not secured ?

Sarovani
Cirrocumulus
Cirrocumulus

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 6

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 ?

Hi  

 

There is no irule configured for this VIP .. Once thing I observed is if I remove "acs/100" from the path while accessing from browser it works without any issue .

 

Example : https://example.test.com/sap/saml2/sp/acs/100  >> Not working , getting NOT SECURE error .

 

https://example.test.com/sap/saml2/sp >> If I remove "acs/100" page loads with secure connection .

Rut5623
Nimbostratus
Nimbostratus

<SPAM CONTENT REMOVED>

<USER BANNED>

HI  

 

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

 

 

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

HI  ,

 

on which tab I can find this info inside debug mode in Chrome ?