Re: VeriSign Global Server Intermediate Root CA

2004-01-20 Thread Oleg Kalnichevski
On Tue, 2004-01-20 at 22:0 > Using IE browser works. In my custom java program I use these sentences that allowed > trust before yesterday: > Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider()); > System.setProperty("java.protocol.handler.pkgs","com.sun.net.ssl.internal.www.protoco

VeriSign Global Server Intermediate Root CA

2004-01-20 Thread Catalin Ionescu
Jan. 09-2003 I use a httpclient to download a file on a daily basis from https website The site has: VeriSign International Server CA - Class 3 It was working all 2003 and I have installed httpclient version as Feb. 25th 2003 that was available, but yesterday suddenly it failed with: Usin

Re: PostMethod.setFollowRedirects(true); -> do nothing

2004-01-20 Thread Eric Johnson
Jean-Remi, You should re-read Oleg's previous response. Redirect on a POST request is *not supported*, no matter how many times you set the flag. You will have to follow the redirect yourself, as Oleg suggests (http://jakarta.apache.org/commons/httpclient/redirects.html). This stems from fund

PostMethod.setFollowRedirects(true); -> do nothing

2004-01-20 Thread JEAN REMI LECQ
Somebody help ! I follow all directive in http://jakarta.apache.org/commons/httpclient/redirects.html... But my PostMethode can still not follow redirection !! :-( My code : * Cookie cookie1 = new Cookie("www.XXX.com", "CFID", cookies[0].getValue(), "/", null, false); Cookie cookie2