videokit-ai / videokit

Low-code, cross-platform media SDK for Unity Engine. Register at https://videokit.ai
https://videokit.ai
Apache License 2.0
107 stars 14 forks source link

Error Unity Curl error 60: Cert verify failed. Certificate has expired. UnityTls error code: 7 - Causes Crash #58

Closed max-critcrew closed 1 year ago

max-critcrew commented 1 year ago

On some older devices, if you call StartRunning, it will not actually start - instead the camera will stay black since the sessionToken is null due to the Unity error.

Reference: https://forum.unity.com/threads/curl-error-60-cert-verify-failed-unitytls_x509verify_flag_expired-ssl-ca-certificate-error.1204672/#post-7697590

image

olokobayusuf commented 1 year ago

Because the underlying error is from the device's certificates (not even Unity in this case), there's nothing we (or Unity) can do to fix it. Closing this one out.

max-critcrew commented 1 year ago

@olokobayusuf If we only use offline features - is there any way that we do not need to authenticate? Can you create the session token at compile time?