-
## Describe the bug
Currently, we call `boost::asio::ssl::stream::async_shutdown()` and ignore the error. We shall log it!
But only if there's an actual error, i.e not a false positive which unn…
-
# Expected Behavior
User should be able to set TLS in different ways via options for TektonResults API server.
# Actual Behavior
If you want to set TLS in the environment variable using options…
khrm updated
2 months ago
-
### Search first
- [X] I searched and no similar issues were found
### What Happened?
a vmess link (with ws and tls) works fine in v2ray and xray:
`vmess://ew0KICAidiI6ICIyIiwNCiAgInBzIjogIjIwMjQt…
-
CurvePreferences (a legacy misnomer for key exchange mechanisms) are about to become a lot more complex with the post-quantum transition. For example on the client side we will want to send both a MLK…
-
TLS 1.3 session resumption can be tested by running
`
openssl s_client -connect c2.testrun.org:443 -tls1_3 -sess_out sess.pem
`
followed by
`
openssl s_client -connect c2.testrun.org:443 -tls1_3…
-
Hey,
I am interested in using mTLS and verifying the client's peer certificate. Based on issue #589 from 3 years ago, it seems that this was not supported at the time. Is this feature currently sup…
-
How can I connect mongodb if I enable tsl/ssl, CAFile\CertificateKeyFile etc..
-
### Before creating an issue, make sure you've checked the following:
- [x] You are running the latest released version of k0s
- [x] Make sure you've searched for existing issues, both open and close…
-
**Is your feature request related to a problem? Please describe.**
When you want to use a valid / signed certificate for pulsar-proxy, the helm charts do not use the certname you entered in the value…
-
Lots of background and a implementation, albeit from 3+ years ago: https://blog.filippo.io/playing-with-kernel-tls-in-linux-4-13-and-go/
Basically, Linux now supports handling TLS encryption in the…