DEV Community

Discussion on: A beginners guide to gRPC with Rust

Collapse
 
marshalshi profile image
MarshalSHI

Hi Anshul,

Nice post. Thanks.

A question about CA. You used self-signed CA. and I did same like your posted. But my client cannot talk to server. It tells me transport error.

After checking online, I found that libwebpki said they are not supporting self-signed CA currently. (Link is here: github.com/briansmith/webpki/issue...)

Could you describe more for CA part? Thanks

Best,
Marshal