You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure this project is still active, I just try to ask for an enhancement, on which I could help working on.
It would be grate to have the possibility to set a trusted certificate for the ReqwestClient, in order to access servers with a self signed certificate.
That is usual case in environments like dev, test or even production in case of intranets.
I think it can be done by using a reqwest::ClientBuilder with the setter add_roor_certificate().
Of course it should be added an optional configuration attribute to activate this part.
The text was updated successfully, but these errors were encountered:
Hello,
I'm not sure this project is still active, I just try to ask for an enhancement, on which I could help working on.
It would be grate to have the possibility to set a trusted certificate for the ReqwestClient, in order to access servers with a self signed certificate.
That is usual case in environments like dev, test or even production in case of intranets.
I think it can be done by using a reqwest::ClientBuilder with the setter add_roor_certificate().
Of course it should be added an optional configuration attribute to activate this part.
The text was updated successfully, but these errors were encountered: