I quote, from the comments on the fopen page: "Playing with fopen("https://xxx", "r") it seems that HTTPS is only supported with OpenSSL AND PHP 4.3 . Older versions of PHP don't seem to be able to do this."
So 4.3 or higher should work. On Tue, 2002-11-05 at 13:01, Jonathan Rosenberg (Tabby's Place) wrote: > I thought that using fopen to create an SSL connection was not yet supported > in PHP. > > I would suggest the CURL functions for this. > > -- > JR > > > -----Original Message----- > > From: Adam Voigt [mailto:adam@;cryptocomm.com] > > Sent: Tuesday, November 05, 2002 12:33 PM > > To: [EMAIL PROTECTED] > > Cc: [EMAIL PROTECTED] > > Subject: Re: [PHP] Creating SSL Connection to Accept Credit Cards > > > > > > Like: > > > > $f = fopen("https://whatever.com","r") > > > > ? > > > > On Tue, 2002-11-05 at 12:31, [EMAIL PROTECTED] wrote: > > > My credit card processor requires that I create an SSL > > connection in order to generate a transaction key. How would I > > go about writing a script to do so. Please point me in the right > > direction. The tech support says that it can only be done in > > ASP, but I find that hard to believe. > > > > > > > > > -- > > > PHP General Mailing List (http://www.php.net/) > > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > > > > > > > -- > > PHP General Mailing List (http://www.php.net/) > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php