hey
i m using https connections and ssl:
//setting the ssl part
System.setProperty("javax.net.ssl.trustStore", keystorePath);
System.setProperty("java.protocol.handler.pkgs",
"com.sun.net.ssl.internal.ww.protocol");
Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
Everytime i send something, i get a printing:
Providers com.sun.net.ssl.internal.www.protocol|com.sun.net.ssl.internal.ww.protocol
can i disable this printing?
thanks
yair
|
|
0
|
|
|
|
Reply
|
yair_ben_meir (10)
|
10/20/2003 8:51:53 AM |
|