Error related to SSL/TLS version
Hi All,
I have created HTML5 extension for InDesign CC 2017 and CC 2018.
The extension makes GET request to communicate with the server and get the required data.
a. In case of CC 2017, GET request fails with ERR_SSL_VERSION_OR_CIPHER_MISMATCH.
b. In case of CC 2018, works fine.
I looked further into this and my findings are,
- HTML5 extensions are hosted in embedded version of Chromium (Google Chrome).
- CC 2017 uses Chrome version 41. Chrome 41 supports TLS version 1.2 (and previous versions).
- CC 2018 uses Chrome version 57. Chrome 57 supports TLS version 1.3 (and previous versions).
The server that the extension connects to supports TLS 1.2, therefore Chrome 41 (CC 2017) should work fine. Do I need to make any change for CC 2017? Please advise.
Regards,
Narayan
