Tagged Questions
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
1answer
689 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 ...
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 ...
2
votes
1answer
429 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
939 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
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
40 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
1answer
213 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
1answer
110 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
2answers
789 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 ...
0
votes
1answer
65 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
104 views
Saving client certificate passphrase for Git over HTTPS?
I'm trying to use a remote Git repository that only provides access over HTTPS using client certificates. I've (finally...) gotten it working, but now I'm running into a minor issue -- every time I ...