Tagged Questions
The client-certificates tag has no wiki summary.
22
votes
2answers
15k views
Java HTTPS client certificate authentication
I'm fairly new to HTTPS/SSL/TLS and I'm a bit confused over what exactly the clients are supposed to present when authenticating with certificates.
I'm writing a Java client that needs to do a simple ...
6
votes
7answers
1k views
RESTful web service - how to authenticate requests from other services?
I am designing a RESTful web service that needs to be accessed by users, but also other web services and applications. All of the incoming requests need to be authenticated. All communication takes ...
6
votes
1answer
691 views
How can I determine which SSL client certificate a connection is using in mod_perl?
I am writing a web service in Perl that will run under SSL (HTTPS) with client certificates.
How can I determine which certificate is being used by the client in the current connection so I can ...
5
votes
2answers
71 views
Does IIS do the SSL certificate check or do I have to verify it?
I have a IIS set up to only accept client connections with a SSL certificate. I have a WCF service running on IIS. I have a Certification Authority in the servers trusted CAs.
Now, when a client ...
5
votes
1answer
3k views
Make IIS require SSL client certificate during initial handshake
I am trying to configure an IIS website to require SSL client certificates. The website is set up in both IIS 6 and 7, though I am more interested in making it work for 7. I set the require client ...
3
votes
1answer
223 views
Programmatically or declaratively demand client certificate for a single asp.net page in IIS
The title pretty much says it, I've rolled out an IIS 7 website with an SSL certificate and now willing to set "SSL Settings/Client certificates/Accept" for a single page but programmatically or ...
3
votes
1answer
1k views
Android connect to a WCF rest service in IIS with self-signed client-certificate authentication
Greetings,
I am trying to create an Android test application that will only perform the following action 'Connect to a JSON WCF rest service in IIS with self-signed client-certificate ...
3
votes
2answers
443 views
2-way SSL with CherryPy
From CherryPy 3.0 and onwards, one-way SSL can be turned on simply by pointing to the server certificate and private key, like this:
import cherrypy
class HelloWorld(object):
def index(self):
...
3
votes
3answers
1k views
How do I sign a HTTP request with a X.509 certificate in Java?
How do I perform an HTTP request and sign it with a X.509 certificate using Java?
I usually program in C#. Now, what I would like to do is something similar to the following, only in Java:
private ...
3
votes
4answers
869 views
get firefox to decrypt using private portion of client certificate
I am interested in having something that I encrypt using a public key on a LAMPhp server, decrypted using the appropriate private key on the web client (firefox at least, best if it is standard ...
3
votes
1answer
255 views
Certificate Authority for myself/small organisation
I need a small CA software which meet following criteria:
CLI Interface (we all really hate gui things for server software, don't we?)
Issuing certificates for websites. So I just can install one ...
2
votes
1answer
414 views
Problem with WCF client certificates in a ASP.NET application hosted on IIS 7.5
I have a WCF service that I need to call in a ASP.NET web application hosted on IIS 7.5. This WCF service uses transport security with client certificates. I am provided with a client certificate ...
2
votes
1answer
67 views
Can the .NET ClickOnce downloader pull files from a site protected by a PIN-requiring client certificate?
(I tried this over a year ago using an older (than 4.0; I don't recall exactly which) version of the .NET framework. The non-browser downloader wasn't capable (to my knowledge) of negotiating the ...
2
votes
1answer
223 views
Certificate problem 403.7
So, I have the following system: there is a client app, which requests the service as follows:
blar.ServiceSecurity wsSecurity = new blar.ServiceSecurity();
wsSecurity.Url = this.tURL + ...
2
votes
1answer
432 views
Cross-domain SSL handshake failure in Firefox using xhr, client-certificate
The setup is as follows:
Firefox (both 3.x and 4b) with properly set up and working certificates, including a client certificate.
Web page with an XMLHttpRequest() type of AJAX call to a different ...
2
votes
1answer
946 views
iPhone https authorization using client certificates
I am interested in playing HTTP live streaming data from my app. The stream (which I create) is encrypted, and a URL pointing to the AES key is included in the stream index file.
MPMoviePlayer hits ...
2
votes
1answer
1k views
Object contains only the public half of a key pair
Upon installation of a client side certificate, I am getting the exception "Object contains only the public half of a key pair. A private key must also be provided". My application is a VC#.NET ...
2
votes
4answers
7k views
How to generate an SSL client certificate from a disconnected network?
I have a unique situation where I need to implement client certificate authentication over HTTPS between IE browser and IIS 6. The browser and IIS are separated by a firewall that only allows the ...
1
vote
3answers
44 views
JAVA - SSL - Client Certifcates
I've been developing a WS client using JAVA and I'm having a problem with SSL authentication. The WS are created on WCF and I have no access to the server, they work through HTTPS and uses a client ...
1
vote
0answers
77 views
Not able to do authentication using client certificate in iPhone
team,
I have .net based REST service configured with 2-way SSL. In my iphone side, i have installed the server certificate in the device profiles and client certificate is bundled as application ...
1
vote
2answers
113 views
How do I setup a asmx web service in Azure that accepts a client certificate?
I apologize in advance if the question is ridiculous.
I have an asmx service running in Azure (HTTP - no SSL).
I have a WPF app that loads a X509Certificate2 and adds it to the request by doing ...
1
vote
1answer
216 views
How to use p12 certificates in Android (client certificates)
I'm trying to use client certificates in android.
I got a .p12 file that i want to use to authenticate towards the server.
I am using portecle to convert the .p12 file to a .bks file but i don't seem ...
1
vote
0answers
85 views
Requesting Client Certificate with Asp.net MVC
I'm trying to retrieve from the client browser a client certificate to authenticate the user. I know i can create a folder with the same name as the controller and, with IIS, set its SSL settings to ...
1
vote
1answer
113 views
Get a client certificate off of a DoD CAC Card
I have a C application that uses LibCurl (LibCurl is a C API that makes an HTTP connection to a web server). Using LibCurl I need to download a file from an HTTPS server that requires a client ...
1
vote
0answers
85 views
How to access SSL client certificate from rack app
Actually -- question title tells almost everything. In earlier Rails (2.x) I've seen code that was accessing client certificate details via request.env hash. My rack app is receiving call with env ...
1
vote
1answer
192 views
.NET 4.0 client certificate validation error
I have the following code
var factory = new ChannelFactory<INewsClient>();
factory.Credentials.ClientCertificate.Certificate = GetCertificate();
factory.Endpoint.Address = new ...
1
vote
1answer
122 views
Setting up a proxy that performs client certificate authentication to a remote server
I am setting up an infrastructure where I have an nginx web server configured to require a client certificate for access to a resource.
However, the clients do not themselves have support for client ...
1
vote
1answer
422 views
ASP.NET Request.ClientCertificate returning empty on IIS 7
I'm migrating a web app from an IIS 6 server to an IIS 7 server and I'm having some troubles with getting the client's certificate.
The piece of code that I'm using looks like this:
...
1
vote
0answers
144 views
Client PC authentication in ASP.NET MVC (Advice needed)
I've have some authentication scenario that I'm not sure how to approach. I'll appreciate any advice on the subject.
Requirement:
Website will contain one section
that will be only available to
...
1
vote
1answer
165 views
Virtually chroot clients using mod_rewrite?
I am attempting to setup a webdav website for various clients to upload/download files. However I don't want each client to see the other clients' data. Each client uses SSL client certificates to ...
1
vote
1answer
2k views
How to view the contents cacerts.bks (Certificate file /system/etc/security/carcerts.bks)
Does anybody tried in viewing the list of root certificates that android device supported.
I would like to see that information.
I found that, /system/etc/security/carcerts.bks contains the root ...
1
vote
0answers
563 views
IIS 6+ SSL Client Certificates Configuration
I started down this path getting smart card authentication working in asp.net mvc in this question: ASP.NET MVC 2 and request client certificate (Smart Card authentication), which is working ...
1
vote
1answer
429 views
Switch SSLVerifyClient within ReverseProxy context
This is a part of an Apache virtualhost configuration, the incoming request, which matches, are forwarded to the Apache Tomcat server. All clients must send a client certificate for authentication for ...
1
vote
0answers
402 views
Applets & client certificate authentication
I have an applet that loads its jar dependencies from a server using SSL + client certificate authentication.
The web page that loads the applet is already authenticated using a client certificate.
...
1
vote
0answers
73 views
Access Identities within Configuration Profiles
I'm developing an application for a company that requiers their users to identify themselves using a certificate.
Basically the application will create a connection with the server and, using the ...
1
vote
2answers
794 views
How to create Client certificates for Azure?
I have created HTTPS endpoint for my Cloud application (using Self signed certificate). One of the requirements of my application is requirement of Client Certificate. When i run my application i do ...
1
vote
4answers
673 views
Restricting access to server to iPhone app
I'm building a client/server iPhone game, where I would like to keep third-party clients from accessing the server. This is for two reasons: first, my revenue model is to sell the client and give away ...
1
vote
2answers
659 views
Apache 2 authentication error
Attempting to implement client authentication with an SSL cert, according to this HOWTO,
I receive the following errors.
Apache:
Re-negotiation handshake failed: Not accepted by client!?
...
1
vote
1answer
559 views
Client certs without using the keystore
I'm trying to figure out if there is any way to have a .NET client use a client certificate without involving the Windows keystore in any way.
I have a code snippet like this:
test1.Service s = new ...
1
vote
4answers
4k views
unable to post a https WebRequest in .net?
Hi i am encountering problems trying to post a WebRequest under Https.
i received the following errors
1.-The underlying connection was closed: Unable to connect to the remote server.
2.-the ...
1
vote
3answers
962 views
Passing a client certificate only works on my machine
I have a web service that is protected by requiring the consuming third party application to pass a client certificate. I have installed the certificate on the providing web service in production and ...
0
votes
0answers
39 views
Ruby 1.8.7 and Net::HTTP: Making an SSL GET request with client cert?
I'm trying to fetch a resource via SSL using Net::HTTP. Here is the relevant code fragment:
req = Net::HTTP::Get.new(ContentURI.path)
https = Net::HTTP.new(ContentURI.host, ContentURI.port)
...
0
votes
0answers
33 views
Restricting access to website based on client certificates, on IIS7
I'm trying to restrict access to a webservice publised on a website on my local IIS (7.5 on Windows 7).
My site is set to use a server certificate, SSL is enabled, and client certificates are ...
0
votes
1answer
67 views
Default Client Certificate on BlackBerry
I'm trying to connect to a server using https and when I do it says that the connection requires a client certificate. If I press yes to continue I'll get a TLSAlertException.
The connection code ...
0
votes
1answer
67 views
Client certificate authentication over HTTP (without HTTPS)
Can client certificates be used for authentication without HTTPS, only over HTTP on Windows IIS platform with ASP.NET ?
I need to authenticate a client using a digital certificate and i can't use ...
0
votes
4answers
32 views
How do I request re-login from PHP script using client ssl certificate?
I have several client certificates on the client machine, and once I logged in to the site using one of them, the server remembers me.
How do I force server to stop remembering me and to ask for a ...
0
votes
0answers
126 views
Importing a client certificate into the iPhone's keychain
I am writing an application that is communicating with a server which requires the client to authenticate itself using a client certificate. I need to extract the certificate from a .p12 file in the ...
0
votes
1answer
86 views
WCF client with Client Certificate and Basic Authentication
I need to access web services of one of our partners.
Their services are secured with both a Client Certificate and Basic Authentication.
I'm using WCF with BasicHttpBinding.
I am able to hook up the ...
0
votes
1answer
30 views
Is it possible to have a client certicate authentication only for a subdirectory in Tomcat behind Apache?
Let's say I have
example.com
and I would like a client certificate authentication on
example.com/admin
Is this possible?
0
votes
0answers
90 views
Client certificate authentication negotiation problems between Apache and .Net
We have a web service built in PHP and running on Apache that requires client certificate based authentication. The client which is consuming this service is using some combination of .Net ...