Copyright © 2026 Unity Technologies
Issue was caused by a recent update to our TLS library that disabled SHA-1 signature hashes But this is the only signature hash supported by Windows Server 2012 and 2016, so this caused a regression as new TLS sessions would now fail to be established. The fix was to re-enable SHA-1 signature hashes.
Issue was caused by a recent update to our TLS library that disabled SHA-1 signature hashes But this is the only signature hash supported by Windows Server 2012 and 2016, so this caused a regression as new TLS sessions would now fail to be established. The fix was to re-enable SHA-1 signature hashes.
Issue was caused by a recent update to our TLS library that disabled SHA-1 signature hashes But this is the only signature hash supported by Windows Server 2012 and 2016, so this caused a regression as new TLS sessions would now fail to be established. The fix was to re-enable SHA-1 signature hashes.
Issue was caused by a recent update to our TLS library that disabled SHA-1 signature hashes But this is the only signature hash supported by Windows Server 2012 and 2016, so this caused a regression as new TLS sessions would now fail to be established. The fix was to re-enable SHA-1 signature hashes.
Issue was caused by a recent update to our TLS library that disabled SHA-1 signature hashes But this is the only signature hash supported by Windows Server 2012 and 2016, so this caused a regression as new TLS sessions would now fail to be established. The fix was to re-enable SHA-1 signature hashes.
How to reproduce:
1. Open the “UnityWebRequestTLS12_2022“ project
2. Open the “SampleScene”
3. Open a packet-capturing software and start capturing packets
4. Enter Play Mode
5. Exit Play Mode, stop capturing packets, and observe the packets that were sent with packet-capturing software
Expected result: TLSv1.2 protocol packets are sent
Actual result: TLSv1 protocol packets are sent
Reproduced with: 2021.3.27f1, 2022.3.4f1, 2023.1.2f1, 2023.2.0a21
Reproduced on: Windows 10 (by reporter), Windows 11
Notes:
1. Also reproduced in Player
2. Latest 2022.3 LTS Stream documentation mentions that TLS 1.2 is supported and has been added since 2018.3 stream: https://docs.unity3d.com/2022.3/Documentation/Manual/dotnetProfileSupport.html
3. Packet-capturing information provided in internal comments
4. Reproduced with 2020.3 (no longer supported)
Issues you vote on will appear here