Re: HTTPS Support - getting error java.net.MalformedURLException
After setting the properties as given in the mail, if I try to excute the client I am getting error as unable to open the socket :null What is the error? Any help is appreciated Rgds,
Re: HTTPS Support - getting error java.net.MalformedURLException
You need to setup an ssl provider. This is unrelated to proxy. An ssl provider can be done in code included below. More typically its configured in the JAVA_HOME\jre\lib\security\java.security file. I dont remember the proper configuration off hand. System.setProperty("java.protocol.handl