What can cause ERR_SSL_PROTOCOL_ERROR during session?
Posted by Sad_Mastodon_1815@reddit | sysadmin | View on Reddit | 5 comments
We use google chrome in our company. Our ERP system is webbased and we chrome with it too. At the moment we have the problem, that the webbrowser breaks the connection during session with ERR_SSL_PROTOCOL_ERROR. The user authenticate with a client certificate. The first connection always works, but minute later, sometimes 10, sometimes 20... the connection breaks with this error. Our system is externally hosted by our service provider. The connection breaks multiple times a day.
What i tested:
- clearing cache / cookies...
- clearing SSL
- disable firewall / whitelisting the ERP
On Edge it works without any issues. No errors on the server itself visible, so that looks not like the problem.
Any ideas?
strongest_nerd@reddit
Did you ask your IT?
Ok_Rip_5338@reddit
any security products in your environment doing ssl/tls inspection? if so, make sure you exempt that domain from inspection.
I would also block QUIC at the firewall level, it can cause changes in SSL state and will cause issues at certain times with SSL inspection.
e_t_@reddit
Check what cipher suites and TLS protocols are enabled on the server. Check if there are multiple load-balanced servers and one (or more) of them have different cipher suites or TLS protocols enabled.
krattalak@reddit
Or the clock could be wrong on one of the load-balancers...
Sad_Mastodon_1815@reddit (OP)
Thats what i was thinking.. because we dont have this issue on edge