Skip to main content

Questions tagged [ssl-client-authentication]

The tag has no usage guidance.

ssl-client-authentication
0 votes
0 answers
12 views

SSL client authentication Server hello Certificate request contains Distinguished names of all CA authorities present in /etc/ssl/certs

**Configured tomcat (on Ubuntu) for client authentication by setting Server.xml ** <Connector port="8443" protocol="org.apache.coyote.http11.Http11NioProtocol" ...
nitin gupta's user avatar
1 vote
0 answers
67 views

Cannot get Client certification authentication working with Tomcat 9

I am trying to enable client-authentication on a Tomcat 9.0.90 instance (running on Windows). I was able to easily get server-authenticated/1-way SSL working, but I have been struggling to get the ...
user555303's user avatar
  • 1,236
1 vote
1 answer
106 views

400 The SSL certificate error from Azure Application Gateway with mTLS setup by Terraform

I try to setup mTLS with an Azure Application Gateway. Unfortunately I always get an error <html> <head><title>400 The SSL certificate error</title></head> <body> &...
UoS's user avatar
  • 93
0 votes
0 answers
22 views

Ignore Self-Certificate with RestTemplate in a Simple and Standard Way

Is there a simple way to allow uncertifiable REST responses with RestTemplate without throwing an error? The solution is and won't be able to use any ISPs, Certificate Authorities (CAs), or many ...
Zach's user avatar
  • 735
0 votes
0 answers
30 views

Spring-Boot: How to add client authentication to TLS

I use a Spring-Boot webservice via HTTPS/TLS. My app has a server-keypair configured in application.properties. Now I need to upgrade it to add TLS client authentication. Any idea how I can integrate ...
chris01's user avatar
  • 12k
0 votes
1 answer
275 views

Ingress with client certificate authentication [closed]

I have a service that needs to be protected by client certification. I have this configuration for my ingress resource nginx.ingress.kubernetes.io/auth-tls-secret: "namespace/ca-chain" nginx....
mslot's user avatar
  • 5,176
0 votes
0 answers
120 views

Nginx returns Unsupported Certificate Purpose Error

I am trying to send a search request from web server to another server through nginx proxy. I have server_hostname.pem file as server certificate and ca-chain.cert.pem file as client certificate. ...
Rashed's user avatar
  • 11
1 vote
1 answer
2k views

Using Nginx to proxy the client certificate authentication. Peer closed connection in SSL handshake while SSL handshaking to upstream

We used the nginx as reverse proxy and the gitblit as backend with the client certificate authentication. Given the nginx configuration as below. server { listen 443 ssl http2 default_server; ...
Bruce's user avatar
  • 681
2 votes
1 answer
222 views

.NET6 REST API with Client Certificate Authentication always throws 403 Forbidden

I'm implementing rest api project using .net6 protected with Client Certificate Authentication. I'm currently trying everything locally. Following the MS docs I first created a selfsigned client ...
Matteo Pietro Peru's user avatar
0 votes
0 answers
45 views

Android SSL Client authentication error using PKI applet client certificate and private key

I'm trying to send a HTTPS request to Tax Core API. It worked fine until Android 10, but ever since it came out I'm having trouble sending HTTPS requests, because client authentication is unsuccessful....
Angela's user avatar
  • 1
1 vote
0 answers
139 views

Envoy client side authetication with certificate only - no key

I am looking to configure envoy to do downstream client authentication. Basically what cloudflare did here on nginx, I need to do that in envoy. The question is since the pem has certificate only and ...
user3547998's user avatar
0 votes
0 answers
546 views

mTLS with server Let's Encrypt certificate and client self-signed certificate

I'm using nginx as a web server. the server certificate generated by Let's Encrypt. I want to have certificate-based client authentication. I created a CA certificate and key with openssl, client ...
Michael Cab's user avatar
0 votes
0 answers
820 views

Sending a HTTPS-Request with Client Certificate from Azure Function to external Webserver

I am starting to get a little bit desperate. When sending an HTTPS-Request from my local machine using the following code, everything works fine and I get my expected response from the webserver. # ...
ABF's user avatar
  • 79
2 votes
0 answers
672 views

How do you see a client authorization certificate in Chrome devtools?

Is there a way to see a client authentication certificate in devtools? While Chrome asks me what cert I want to send, I don't see it in the headers anywhere. I assume this is because the TLS setup is ...
Grant Curell's user avatar
  • 1,661
1 vote
0 answers
377 views

"No available authentication scheme" and TLS 1.3

I am getting the "no available authentication" scheme in Oracle Java 11.0.17 with client authentication and TLS 1.3. Server is 11.0.18. Many of my search results say the problem is a DSA ...
John Gregg's user avatar

15 30 50 per page
1
2 3 4 5
7