24-Aug-2021 23:28
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 .
25-Aug-2021 00:26
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 ?
27-Aug-2021
03:56
- last edited on
24-Mar-2022
01:12
by
li-migration
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 .
27-Aug-2021
03:50
- last edited on
24-Mar-2022
01:12
by
li-migration
HI
VIP is on F5 on port 443 and SSL certificate in on F5 and backend servers are on port 80 .
27-Aug-2021 04:09
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
30-Aug-2021
04:59
- last edited on
24-Mar-2022
01:12
by
li-migration
HI ,
on which tab I can find this info inside debug mode in Chrome ?