python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How do I include issuing/intermediate CA certificates in mutual TLS/gRPC
I am working in C++ adopting mTLS for communication in a peer network. I have a private root CA and one issuing CA. The gRPC server struct for a secure TLS channel looks as follows:
struct SslServerC...
sn0wbl1nd
Votes: 0
Answers: 1
TLS with OAuth2.0 in K8s application
I am trying to configure my K8s app with TLS. I have 2 containers in that pod, one is OAuth2.0 proxy container and the other container has my backend code.
I am using OAuth2.0 for doing that. So basic...
codego123
Votes: 0
Answers: 1
Has anyone tried using TLS 1.3 using SChannel with Windows-11 21h2?
I'm working on a TLS client that needs to be upgraded to use TLS 1.3 on Windows-11. Has anyone successfully implemented TLS 1.3 using SChannel APIs?
As per Microsoft below link TLS 1.3 is supported in...

ajay kumar Jaiswal
Votes: 0
Answers: 3
Is it possible to use an asio ssl stream class to alternate between encrypted and clear traffic?
I am writing a client server application using the standalone version of asio.
I would like to use the same tcp socket for ssl and non ssl traffic.
Say I have a variable m_socket of type asio::ssl::st...
Fabio
Votes: 0
Answers: 0