Jason van Zyl wrote:
> On Thu, 2002-04-25 at 16:29, William Lee wrote:
> 
>>Does the SecureXmlRpcClient code actually work in 1.1?  From the service 
>>it doesn't look like it would.  It's essentially using the underlying 
>>XmlRpcClient code and eventually involke the a URLConnection.  In fact, 
>>I got the error when it tries to construct the URL object with the 
>>string "https://blahblah:8888/RPC2"; and complain about https is not a 
>>valid protocol (???).  Does anyone know what's going on there?
> 
> 
> What context are you using the security in. It works fine, been using it
> for about a year with no problems.
>  
> 

First of all, do you need to setup the SecurityTool before you do it? 
I'm essentially doing:

SecureXmlRpcClient c = new SecureXmlRpcClient("https://blahblah:8888/RPC2";);

c.execute(...)

When it executes, however, the URL class complains that "https" is not a 
valid protocol.
-- 
William Lee (Will)        | Sendmail Inc.
Email:  [EMAIL PROTECTED] | http://www.sendmail.com
Tel:    (510) 594-5505    |

Reply via email to