aboutsummaryrefslogtreecommitdiff
path: root/src/tls_util.rs
Commit message (Collapse)AuthorAgeFilesLines
* TLS works \o/Alex Auvolat2020-04-121-0/+152
| | | | | | | | | So, the issues were: - webpki does not support IP addresses as DNS names in URLs, so I hacked the HttpsConnector to always provide a fixed string as the DNS name for server certificate validation - the certificate requied a SAN section which was complicated to build but eventually the solution is there in genkeys.sh
* Trying to do TLSAlex Auvolat2020-04-121-0/+46