Peter Gerber
Results
2
issues of
Peter Gerber
I enabled `kubernetes.io/tls-acme` on a route that so far used a non-ACME certificate. Doing so, however, resulted ExtendedValidationFailed error. As far as I can tell this is caused by the...
kind/bug
lifecycle/frozen
I've recently had [this code added to rustls-tls-native](https://github.com/rustls/rustls-native-certs/pull/109): ``` /// Cargo, at least sometimes, sets SSL_CERT_FILE and SSL_CERT_DIR internally, /// it uses OpenSSL. So, always unset both at the beginning...