Questions tagged [client-certificates]

X.509 certificates for client authentication during TLS handshake.

Client certificates are X.509 certificates used for TLS/SSL connections. In conjunction with , they allow clients to identify during TLS handshake, thus ensuring two-way authentication.

Client certificates are verified against one or more CA certificate(s) stored on the server.

1304 questions
0
votes
1 answer

SSL authentication at website

I need to make something like ssl certificate authentication at website. As far as I understand my task I need to get user's ssl certificate and send it to server what will decide can user be authenticated or not. How can I get user's SSL by…
Vitalii
  • 10,091
  • 18
  • 83
  • 151
0
votes
1 answer

IIS7 Require SSL with must Require option

I hosted an ASP.NET Web API project in my Windows 7(IIS7) developer machine on HTTPS(443) and SSL Required ticked with Require Option true. For testing I give its host header value : www.certtest.com, and the same I add in host file of local…
Dipal Mehta
  • 440
  • 6
  • 20
0
votes
2 answers

Windows Phone 8 authentication with client certificate

Does Windows Phone 8 OS and it's API supports client authentication using certificates?
0
votes
2 answers

IIS with mutual SSL not workin

I'm new to mutual SSL. Therefore my understanding how client certifcates might be wrong. When using Client certificates in IIS, do they need to be issued from the same certificate (or CA) as the IIS HTTPS binding has configured? My dev IIS has a…
Thomas Zweifel
  • 627
  • 1
  • 6
  • 19
0
votes
1 answer

Java - Mutual Authentication to IIS 7.5 Server - Connection reset - peer not authenticated

I am building a java client to connect to a Windows IIS 7.5 Server. Right now I have control over both systems, as I am building a proof of concept so the windows machine is a VM on my laptop. I have successfully setup the Client Certificates in…
0
votes
1 answer

Websockets via secure http server with client certificate authentication

I have a PSGI/Plack application hosted behind a reverse https proxy. Visitors are authenticated with client certificates. I use websockets to pass data (say, the output of "tail -f " to the browser asynchronously. The application works fine when…
Gurunandan Bhat
  • 3,544
  • 3
  • 31
  • 43
0
votes
1 answer

SSL Cert Client Validation - How to?

We're setting up a VIP using F5 load balancer in Windows 2008 Server. My IT dept has setup this VPI URL https://mydomain.com & I need to test below scenarios but not sure how to do it? SSL termination should happen for all requests. Should…
Mike
  • 7,606
  • 25
  • 65
  • 82
0
votes
1 answer

Client Certification Authentication works but postback causes 403.7 error

I've been tasked to utilize Client Certification Authentication for communication between an external vendor and our Web Form. I've set-up iisClientCertificateMappingAuthentication using oneToOneMappings and the authentication is working fine. SSL…
0
votes
1 answer

Custom WCF client certificate over ssl validation

Hello, I am trying to use WCF to do some authentication: Authenticate the user using Username/Passoword Authenticate the client using a client certificate Customize which root certificate are accepted After some trial and error, i managed to…
user644342
  • 61
  • 7
0
votes
1 answer

How do I diagnose client certificate errors with the requests module?

I'm writing tests which validate our JSONRPC server, and I wanted to use the requests module to test things like setting invalid Content-Length and Content-Type headers, etc. However, our server requires valid client certificates, and I can't get…
Eli Courtwright
  • 186,300
  • 67
  • 213
  • 256
0
votes
0 answers

Client Certificates Required - but only for specific route

I've got my WCF REST service running fine with a combination of: standardEndpoint configuration Adding client certificates to a standardEndpoint? IIS7 SSL configuration of "Client Certificates Required" WCF Transport Security, specifying…
Dave R
  • 1,626
  • 19
  • 28
0
votes
0 answers

Installing Certificate on Websphere 8 for authentication

I'm trying to add a .pfx certificate to Websphere8 server to establish a connection to an IIS server. I tried to add the certificate to the deaultkeystore as a personal certificate and added the same as a signing certificate to the…
Bharath ABK
  • 324
  • 3
  • 4
  • 16
0
votes
2 answers

Adding client certificates to a standardEndpoint?

I have a REST service that I would like to require client certificates. The system.serviceModel looks as follows:
Kyle
  • 17,317
  • 32
  • 140
  • 246
-1
votes
1 answer

Windows IIS failed to configure client certificates

I succeeded in adding the following configuration in the Nginx server, it works fine after I install the client certificate in the client side. ssl_client_certificate /home/test/clientkey/client.crt; ssl_verify_client on; But I have another…
Gordon
  • 396
  • 2
  • 15
-1
votes
0 answers

Can't create a custom CSR using mmc and certificates snap-in on Windows 10

I am trying to generate a custom CSR using the certificates snap-in for mmc on Windows 10. The certificate I want to create is a client authentication cert using ECC. However, I have run into a persistent issue that is preventing me from generating…
1 2 3
86
87