Provided certificates are not being used by cronet
aam opened this issue · 0 comments
aam commented
If one attempts to run grpc example on linux, unless their add private.crt manually to the database (certutil -d sql:$HOME/.pki/nssdb -A -t "C,," -n "Private CA" -i example/lib/assets/data/private.crt), the example fails with CertVerifyProcBuiltin error:
[ ] [0711/105211.778882:ERROR:cert_verify_proc_builtin.cc(681)] CertVerifyProcBuiltin for localhost failed:
[ ] ----- Certificate i=0 (CN=localhost,O=US,L=US,ST=US,C=US) -----
[ ] ERROR: No matching issuer found
[ ] [0711/105211.779354:ERROR:ssl_client_socket_impl.cc(994)] handshake failed; returned -1, SSL error code 1,
net_error -202
[ ] bicronet_grpc c++ on_failed 0x7f3b2854e420 net_error:-202
[