shaka-player-embedded
shaka-player-embedded copied to clipboard
Curl CA cert location
Currently, we configure curl's CA cert location at compile time to refer to some system-wide location. When we have defined local storage for runtime resources, we should configure curl at runtime to look for CA certs there, instead. The macro to define curl's default should be /dev/null or something so that only the runtime configuration can be used.
The compile-time search for CA certs will be used to copy the bundle to the runtime folder in the build output.
This also only affects desktop platforms as we don't set the CA location on iOS.
Traceback (most recent call last):
File "/Users/cgenzmer/Desktop/google-shaka/shaka-player-embedded/third_party/curl/config/mac/find_curl_ca_bundle.py", line 32, in
I am hitting this problem?
Err no, it was a different problem
I fixed this problems after reading comment https://github.com/google/shaka-player-embedded/issues/5#issuecomment-439552520