Re: OpenJDK SSL problems

2011-01-05 Thread Bradford Wetmore
Francisco, Sorry, but security-dev is not a support mailing list. I encourage you to see the API docs for SSLContext at: http://download.oracle.com/javase/6/docs/api/javax/net/ssl/SSLContext.html Best wishes, Brad On 1/5/2011 8:48 PM, Francisco Tolmasky wrote: Hi, First time poster, so

OpenJDK SSL problems

2011-01-05 Thread Francisco Tolmasky
Hi, First time poster, sorry if this is the wrong list (please point me to the right one if it is). Running the following line: javax.net.SSLContext.getInstance("Default") Gives me this error: java.net.SocketException: java.security.NoSuchAlgorithmException: Default SSLContext not available