Search Issue Tracker
By Design
Votes
2
Found in
2021.3.37f1
2022.3.24f1
2023.2.19f1
6000.0.0b15
6000.1.0a7
7000.0.0a1
Issue ID
UUM-69572
Regression
No
“Curl error 60: Cert verify failed. Certificate is not correctly signed by a trusted CA. UnityTls error code: 7” Error on macOS when initializing UnityWebRequest for a specific URL
Reproduction steps:
1. Open the attached “TestProject” project
2. Open the “Assets/Scenes/SampleScene.unity” Scene
3. Enter the Play Mode
4. Observe the Console Window
Expected result: No errors are thrown
Actual result: “Curl error 60: Cert verify failed. Certificate is not correctly signed by a trusted CA. UnityTls error code: 7” Error
Reproducible with: 2021.3.37f1, 2022.3.24f1, 2023.2.19f1, 6000.0.0b15
Reproducible on: macOS 14.4.1 (M1 Max)
Not reproducible on: Windows 10
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
- Last segment of a Sprite Shape Spline is affected by other segments' Sprite Variant change when no edge Sprite is selected
Resolution Note:
This is caused because the server is not sending the full certificate chain. It works on Windows, in Postman, and in browsers like Chrome and Firefox because those perform chain rebuilding. That is, when provided an incomplete chain they try to complete it automatically using locally-known certificates.
This behavior is not supported on OSX; if possible, the server in question needs to be modified to send the full certificate chain.