nooberfsh / prusto

A presto/trino client library written in rust.
MIT License
37 stars 23 forks source link

Allow self-signed certificates. #34

Closed siudej closed 11 months ago

siudej commented 11 months ago

Our testing/dev environment for trino is using a "self-signed" certificate. Would you consider allowing unverified certificates in reqwest client?

I have created a fork that works for our setup: https://github.com/nooberfsh/prusto/compare/master...siudej:prusto:master?expand=1

nooberfsh commented 11 months ago

It looks good to me. PR are welcomed.