I'm trying to connect to IIS (on WS2016 where TLS 1.2 is only available TLS version - the other ones are disabled).
- Exploring with IE works fine
- Exploring with Chrome (up to date) finishes with ERR_CONNECTION_RESET
I tried many configurations with Registry SCHANNEL / IE Options. Moreover Wireshark logs that:
- IE makes Client Hello with TLSv1.2 - what works fine.
- Chrome makes Client Hello with TLSv1 - what finishes with ERR_CONNECTION_RESET
Any idea what configuration force Chrome to use TLSv1 instead of configured TLSv1.2?