Closed GoogleCodeExporter closed 8 years ago
Same error using a self-signed certificate here. How about an option in the SSL
tab to
trust any certificate.
Original comment by yab...@gmail.com
on 20 Oct 2009 at 4:43
@yabiah : Good suggestion. Let me see if this is possible.
Original comment by subwiz
on 20 Oct 2009 at 7:38
I am not much into SSL programming. I use:
KeyStore ks = KeyStore.getInstance(KeyStore.getDefaultType());
Where KeyStore is java.security.KeyStore. Could it be that the KeyStore format
you
supply differ?
Original comment by subwiz
on 20 Oct 2009 at 8:11
The following KeyStore types are supported in Sun Java:
* JKS
* PKCS12
This could be received as input from the user.
At present, it is taking the default (JKS) type only.
Original comment by subwiz
on 20 Oct 2009 at 9:23
Marking as Won't Fix as information requested has not been provided.
Original comment by subwiz
on 23 May 2012 at 2:15
r579 and r580 has the fix.
Original comment by subwiz
on 8 Jul 2012 at 9:15
Original issue reported on code.google.com by
pen...@gmail.com
on 16 Jul 2009 at 9:25