python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Configure additional truststore in Spring Boot Tomcat Server
I have a spring boot client application and a server application. I am implementing MTLS client authentication part. I have a client certificate that is self signed and this needs to be added to a cus...
SJB
Votes: 0
Answers: 2
Connect to AWS MSK Kafka cluster from azure service, Private key check failed. no certificate assigned
I am trying to connect to an AWS MSK cluster from an Azure Service. We are using confluent kafka dotnet libraries in the code and also mTLS for the connection as below.
var consumerConfig = new Consum...
Priyan Perera
Votes: 0
Answers: 0
Can I use mTLS for authentication instead of Open ID Connect?
I would like to use mTLS to protect microservices instead of Open ID Connect.
As I understand how mTLS works, it encrypts the communications between two services via SSL handshake.
However, can I use ...
softshipper
Votes: 0
Answers: 1