Re: [PHP-WIN] trouble while connecting with HTTPS server with certificate. Using cURL

2001-10-23 Thread Huang Yuzhen
OTECTED]> To: "PHP-WIN" <[EMAIL PROTECTED]> Sent: Monday, October 22, 2001 10:32 PM Subject: [PHP-WIN] trouble while connecting with HTTPS server with certificate. Using cURL > > Hi, > > I need to run a script in a https server. > > I'm u

[PHP-WIN] trouble while connecting with HTTPS server with certificate. Using cURL

2001-10-22 Thread Hugo Alexandre Almeida Soares Dias
Hi, I need to run a script in a https server. I'm using cURL but it returns me: Your connection is using a weak random seed! * Closing live connection (#0) Here is my code: $ch=curl_init(); curl_setopt($ch,CURLOPT_VERBOSE,1); curl_setopt($ch,CURLOPT_URL,$url); curl_setopt($ch,CURLOPT_