| Author |
javax.net.ssl.SSLException: No available certificate or key corresponds to the SSL cipher suites
|
john price
Ranch Hand
Joined: Feb 24, 2011
Posts: 495
|
|
I don't wan't any stupid certificates or keys...
How do I get rid of this stupid error :
|
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” (Mosher's Law of Software Engineering)
“If debugging is the process of removing bugs, then programming must be the process of putting them in.” (Edsger Dijkstra)
|
 |
john price
Ranch Hand
Joined: Feb 24, 2011
Posts: 495
|
|
Figured it out...Needed to add KeyStore and password and stuff...Found a great, simple, easy solution :
http://stilius.net/java/java_ssl.php
|
 |
 |
|
|
subject: javax.net.ssl.SSLException: No available certificate or key corresponds to the SSL cipher suites
|
|
|