X.509 certificates for client authentication during TLS handshake.

learn more… | top users | synonyms

0
votes
0answers
25 views

Oracle Service Bus (OSB) SSL handshake failure

Using various tutorials tried to make 2-way SSL connection in proxy service that process payments. Working with Weblogic server 10.3.5, where in trusted keystore 'cacerts' added certificates. From ...
0
votes
1answer
21 views

Securing asp.net mvc area with client certificate

I have some troubles with configuring requesting for client certificate to protect mvc area. I can easily configure this for whole application, but is it possible to do this only for one area (admin ...
0
votes
0answers
10 views

How to set ssl_verify_client per location in nginx

I would like to set the ssl_verify_client nginx config value on a per location basis. This appears to not be supported yet: http://trac.nginx.org/nginx/ticket/317 Is there any other workaround that ...
1
vote
0answers
43 views

WCF Service stop responding unexpectedly with error “client authentication scheme 'Anonymous'.The remote server returned an error: (403) Forbidden.”

we developed a WCF service ( running on windows server 2012) and client API which are connected each other with client certificate authentication. They were running cool up to we made a stress test on ...
0
votes
2answers
38 views

X.509 : Server not able to extract user information from client certificate

I have jetty working with SSL set up, client and server certificates (X.509) provided as required according to Spring Security and upto this it all seems working fine and verified by logs. Now! The ...
2
votes
1answer
14 views

How can I configure Simple Framework to require SSL client authentication?

I am writing an HTTP server using the Simple Framework and would like to require clients to present a valid certificate signed by my certificate authority in order to establish a connection. I have ...
0
votes
0answers
22 views

Apache, Client Certs, AJP Proxy, & Spring Security expressions

I have configured my application and had it working in a single server environment, with Tomcat and Apache on the same system. Now, Apache is being hosted on a separate server. As far as I can tell, ...
1
vote
0answers
26 views

File not found error comes when trying to run pvk2pfx.exe file

I am trying to create simple client side certificate and for that I following below link... How to create client certificate I have installed SDK on machine, and I have successfully run below two ...
0
votes
1answer
22 views

How to add registry certificate to HttpWebRequest?

My apologies in advance if this is a duplicate question. I am new to the 'lingo' of HttpWebRequest and my google searching turned up fruitless. Some time ago I wrote a login controller that utilizes ...
0
votes
0answers
37 views

Sending client certificate without installing its CA into the certificate store

Is there a way to use a client certificate without installing its CA into the certificate store? There is exactly one client certificate (as a pfx file) added to HttpWebRequest.ClientCertificates, ...
1
vote
0answers
83 views

Sending Client Certificate with cURL and PHP

I'm trying to send a cURL request to a URL which requires authentication. However I'm having trouble sending the client certificate with it. Error returned is unable to set private key file: ...
0
votes
0answers
35 views

WCF Rest Service with optional client certificate

Is it possible to have an WCF Rest Webservice which excepts SSL Client Certificates and have the IIS SSL Setting to not set to "require SSL" and to anly "accept" client certificates and not "require" ...
0
votes
0answers
85 views

Andorid Webview Client Certificate & Http authorization

The last days i am trying to access a website through webview using client certificate. I used the open source project from https://github.com/yonekawa/webview-with-client-certificate. Evertything ...
0
votes
1answer
72 views

HttpRequestMessage.GetClientCertificate is null when certificate is being set on client

I've set up a WebAPI service to require https and open to accept a client certificate. The SSL part is working fine. I'm using the WebRequestHandler to attach a certificate (a real one, not test ...
0
votes
1answer
66 views

axis2.AxisFault: [clientAuthRequired] Client certificate not found

I am obtaining this exception (client certificate not found) when trying to connect to a secure Web Service that requires a client certificate. I am using a web service client automatically generated ...

1 2 3 4 5 12
15 30 50 per page