Re: Follow-Up: Re: HTTPS POST Authentication Error

2004-04-25 Thread Chris Scott
Fagyal, Csongor wrote: Hi, Just a follow-up After trying everything (using IO::Socket::SSL, using different actions, double-checking MD5, etc...), I got so desperate that I have generated a new private key, and bingo! It works! Could anyone at Tucows confirm that it is indeed possible that o

Re: Follow-Up: Re: HTTPS POST Authentication Error

2004-04-25 Thread inbox
That might explain problems I have had in the past however I'm not in a position to sanity check that as things are now working. If the problem returns I will try this suggestion and see if there is a clear corelation. Thanks! On Sun, 25 Apr 2004 19:59:30 +0200 "Fagyal, Csongor" <[EMAIL PROTEC

Follow-Up: Re: HTTPS POST Authentication Error

2004-04-25 Thread Fagyal, Csongor
Hi, Just a follow-up After trying everything (using IO::Socket::SSL, using different actions, double-checking MD5, etc...), I got so desperate that I have generated a new private key, and bingo! It works! Could anyone at Tucows confirm that it is indeed possible that one _has_to_ generate

Re: HTTPS POST Authentication Error

2004-04-25 Thread Fagyal, Csongor
Hi Michael, I use PHP so I don't know if this applies but I include a Content-Length header: Content-Length: [length of the XML] here's a working XML snippet: 0.9 XCP SET COOKIE [the IP address] [domain.com] [user] [password] Thank you for your suggestion. However, I don't thin

Re: HTTPS POST Authentication Error

2004-04-24 Thread Michael Masin
I use PHP so I don't know if this applies but I include a Content-Length header: Content-Length: [length of the XML] here's a working XML snippet: 0.9 XCP SET COOKIE [the IP address] [domain.com] [user] [password] regards, m2 - Original Message - From: "Fagyal, Csongor

Re: HTTPS POST Authentication Error

2004-04-24 Thread Michael Masin
Check your , I think it should be attributes m2 - Original Message - From: "Fagyal, Csongor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 24, 2004 9:49 AM Subject: HTTPS POST Authentication Error > Hi, > > I am trying to deploy the "new" HTTPS POST API via Perl. H