openssl and windows 2000 and visual basic and winsock

2004-02-20 Thread phpdevelop
I wrote an vb script which GETs and POSTs to http urls using the winsock in visual basic.. is there anyway at all I can do the same thing for https urls ? can openssl help ? prem please see below for the code that I'm using now ---

Re: openssl and windows 2000 and visual basic and winsock

2004-02-20 Thread Frédéric Giudicelli
Under Windows and vb SSPI is your friend ! [EMAIL PROTECTED] wrote: I wrote an vb script which GETs and POSTs to http urls using the winsock in visual basic.. is there anyway at all I can do the same thing for https urls ? can openssl help ? prem please see below for the code that I'm using

Re: openssl and windows 2000 and visual basic and winsock

2004-02-20 Thread Ng Pheng Siong
On Fri, Feb 20, 2004 at 04:51:21AM -0400, [EMAIL PROTECTED] wrote: I wrote an vb script which GETs and POSTs to http urls using the winsock in visual basic.. is there anyway at all I can do the same thing for https urls ? 2 possibilities: Easier: Use the MSIE ActiveX already installed on

Re: openssl and windows 2000 and visual basic and winsock

2004-02-20 Thread M.E. Post
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 20, 2004 9:51 AM Subject: openssl and windows 2000 and visual basic and winsock I wrote an vb script which GETs and POSTs to http urls using the winsock in visual basic.. is there anyway at all