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 ...
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 ...
1
vote
3answers
43 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 ...
0
votes
1answer
424 views
How to call a web security with message security and client certificate authentication?
I need to call a web service with a java client.
This service authenticates clients through certificates at the message level (Ws-Security, not SSL).
It should be possible since, I can generate web ...
0
votes
1answer
263 views
Specifics about keytool import of certificate(s)
I have a remote db server's server.crt, root.crt and server.key files to add into our CF8 Enterprise keystore. I learned how to import a certificate via keytool easy enough. My questions focus ...
0
votes
1answer
252 views
MSCAPI Certificate selection box in Java; SunMSCAPI?
I'm experimenting with the relatively new SunMSCAPI security provider. I want to build a simple applet that prompts the browser to pop up the certificate selection box. I'll take it from there.
I have ...
0
votes
1answer
438 views
How to enable optional client certificate requests in GlassFish?
The Blog site (Client-Auth REQUESTED in GlassFish) reads:
In domain.xml, please add the following property to http-listener element
<property name="com.sun.grizzly.ssl.auth" value="want"/>
...
0
votes
1answer
155 views
How to verify the root trust of a ceritifcate
I am new to java security.
I have a certificate which is signed with a self signed root certificate .Say client.pem is the signed certificate and root.pem is the root certificate.
The signed ...
0
votes
3answers
3k views
Mirth: calling an SSL SOAP web service with a client certificate
The scenario is around calling an external SSL SOAP web service from within Mirth. The web service is requires an SSL/TLS connection along with a client certificate.
The intention is to use the ...