Re: [Harbour] SSL

2009-11-15 Thread Alex Strickland
Gerald Drouillard wrote: Another approach is consider using the curl support. For us it works great. Thanks, I probably will. Are you using the exe or the library? wget.exe does not appear to support adding a pass key on the command line. I think curl.exe does, I would appreciate a heads up

Re: [Harbour] SSL

2009-11-15 Thread Alex Strickland
Viktor Szakáts wrote: Unfortunately not. I had not touched the certificate topic yet. No problem, thanks again. Regards Alex ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman

Re: [Harbour] SSL

2009-11-13 Thread Gerald Drouillard
On 11/13/2009 10:09 AM, Alex Strickland wrote: Hi Viktor I have to write some code to pick up an XML file from an https address. I did some test with wget to get the client certificate stuff working ok. Then I downloaded OpenSSL and compiled Harbour. I ran test.prg in hbssl\tests which seems

Re: [Harbour] SSL

2009-11-13 Thread Viktor Szakáts
Hi Alex, On 2009 Nov 13, at 16:09, Alex Strickland wrote: > Hi Viktor > > I have to write some code to pick up an XML file from an https address. > > I did some test with wget to get the client certificate stuff working ok. > > Then I downloaded OpenSSL and compiled Harbour. > > I ran test.pr

[Harbour] SSL

2009-11-13 Thread Alex Strickland
Hi Viktor I have to write some code to pick up an XML file from an https address. I did some test with wget to get the client certificate stuff working ok. Then I downloaded OpenSSL and compiled Harbour. I ran test.prg in hbssl\tests which seems fine. Now, I start to understand just what a hu