I am trying to implement implement HTTPS server using Rustls with Hyper, but am not able to get proper example of how to implement the same. And for that i have followed and tried example given on hyper-rustls repository here (Hyper Rustls server example)
It always gives this error
FAILED: error accepting connection: TLS Error: Custom { kind: InvalidData, error: AlertReceived(CertificateUnknown) }
I am completely new to Rust and hence don't know how to properly implement the HTTPS over Hyper. I also gone through question related to this here
But still not able to find the solution. If more information is required do let me know for the same.