I use Restlet Version 1.1

I tried it this way:

Client client = new Client(new Context(), Protocol.HTTPS);
        Context con = client.getContext();
        Series<Parameter> param1 = con.getParameters();
        param1.add("sslContextFactory","MySSLContextFactory");
        
where MySSLContextFactory has the base class 
com.noelios.restlet.util.SslContextFactory

But it is not working that way. 

Any suggestions? 

Thanks,
Chris

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1014547

Reply via email to