I currently meet some issue with Chrome behaviour.
My company is using self certificate product on the internal network where are hosted our applications.
My users are following the current steps:
- Going on the website, accept the "untrusted certificate"
- Using the app X time
- Clicking on one button making an Ajax Call to get images on the Apache server
- Ajax calls are resulting in a 404 failed request
I figured out that I can reproduce this behaviour by "Re-enabling" the warning before to click on the button making the Ajax Call:
There is my questions:
- Is it possible that chrome is "Re-enabling" the warning automatically after X times ? If yes how many time ? And where can I find more informations about this subject ?
- Is there an option to disable Chrome to "Re-enable" the warning by itself ? If yes how ?
Thank you.