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
- UI Toolkit meshes are fully rendered and rasterized when opacity is 0
- Light rendering artefacts appear in the Editor when assigning unsupported 3D Custom Render Texture in Camera’s Output Texture, unclearable errors and warnings spammed
- Memory leak when running a test with "GfxThreadingMode" set to "SplitJobs"
- Loading Unloaded unsaved Scene throws “ArgumentException” error in the Console
- Crash on std::__1::__tree_const_iterator when opening the Build Profiles window in a specific project
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.