[jnc-users] SSL error - How can I apply the patch/Fix to JNC
Status: Beta
Brought to you by:
soapy
From: Syed A. <sye...@sb...> - 2007-11-27 02:27:07
|
I am trying to connect to ldap using ssl and getting following exception: java.lang.UnsupportedOperationException: use javax.net.ssl.SSLEngine for NIO at gnu.javax.net.ssl.provider.SSLSocketImpl.getChannel I am only opening one connection and it does work using Sun's java Socket. After searching web I found that the but is fixed ur:http://gcc.gnu.org/ml/java-patches/2007-q2/msg00052.html. How can I apply this patch to the JNC - any suggestions? comments? pointers? |