The sslhandshakeexception tag has no wiki summary.
22
votes
7answers
50k views
Java client certificates over HTTPS/SSL
I am using Java 6 and am trying to create an HttpsURLConnection against a remote server, using a client certificate.
The server is using an selfsigned root certificate, and requires that a ...
6
votes
3answers
11k views
How do a send an HTTPS request through a proxy in Java?
I am trying to send a request to a server using the HttpsUrlConnection class. The server has certificate issues, so I set up a TrustManager that trusts everything, as well as a hostname verifier that ...
5
votes
3answers
796 views
How to solve javax.net.ssl.SSLHandshakeException Error?
I connected with VPN to setup the inventory API to get product list and it works fine. Once I get the result from the web-service and i bind to UI. And also I integrated PayPal with my application for ...
3
votes
1answer
73 views
Accepting certificates in Java
I'm having problems interacting with an HTTPS site via Java. My program uses one URL with an untrusted certificate each time the program runs. This program has to run on more than one system. ...
3
votes
3answers
2k views
Exception at start of request - ClientAuth SSL
I have an application embedding Jetty. I would like to use client cert authentication in SSL and when I enable that; I am getting the following exception at start of request. But the request is ...
3
votes
2answers
499 views
JBoss reload certificate truststore without restart
Is there a way to "reload" the certificate truststore in JBoss 4.2 without restart?
I am trying to have an EJB call a web service on a remote server with ssl and am seeing a similar problem with ...
3
votes
2answers
3k views
SSLHandshakeException unknown_ca apns java
I am trying to implement a standalone application for iphone; for which I wish to use Apple Push notification for iphone clients.
I am getting javax.net.ssl.SSLHandshakeException: Received fatal ...
2
votes
1answer
1k views
“Not trusted Server Certificate” in Android 2.2 but not 3.0
I'm using the BouncyCastle provider and Apache HttpClient to trust an SSL certificate, as described by Antoine Hauck here.
The app I've made targets Android 1.5, and works fine on the emulator and a ...
2
votes
1answer
3k views
Received fatal alert: handshake_failure trough SSLHandshakeException
I have a problem with authorized SSL connection. I have created Struts Action that connects to external server with Client Authorized SSL certificate. In my Action I am trying to send some data to ...
1
vote
0answers
170 views
How to solve RECV SSLv3 ALERT: fatal, bad_record_mac
Over the last few days I have tried to install a working CAS server (Jasig CAS) on Ubuntu 10.10. I installed Tomcat 6 and configured (server.xml) it for SSL port 8443:
<!-- Define a SSL HTTP/1.1 ...
1
vote
0answers
166 views
Received fatal alert: handshake_failure with Tomcat
I've problem with authorized ssl connection in Tomcat. I've developed class that connects to external server with certificate. It works fine when I run it in command line. But when I call it from JSP ...
1
vote
1answer
308 views
Java HttpsURLConnection SSLHandshakeException
I am attempting to make a HTTPS connection to a website using HttpsURLConnection, and then perform a PUT request. When I try to create the OutputStreamWriter from HttpsURLConnection.getOutputStream(), ...
0
votes
1answer
350 views
Javamail: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException when sending mail from VPS
I have the following problem. I have a Seam web application which features e-mail composition and sending using Javamail. The application sends mail just fine in my local JBoss application server, but ...
0
votes
2answers
399 views
HANDSHAKE_FAILURE alert received
I am writing a Java client (on weblogic 10.3) to invoke a secure web service.
I have been provided with a client certificate which I have installed in cacerts, DemoIdentity.jks and DemoTrust,jks
In my ...
0
votes
2answers
712 views
Android C2DM: Could not verify SSL certificate javax.net.ssl.SSLHandshakeException
I'm receiving the following SSLHandshakeException when trying to send a push notification through the C2DM servers.
javax.net.ssl.SSLHandshakeException: Could not verify SSL certificate for: ...
0
votes
1answer
2k views
Java Mail: SSLHandshakeException when sending email on port 25 without SSL
Although I'm trying to send an email on port 25 without SSL, I'm getting an SSLHandshakeException. Below you can see debug messages printed by javax.mail.Session and the SSLHandshakeException.
Can ...