phpbar.de logo

Mailinglisten-Archive

[php] Curl mit SSL erheblich langsamer?

[php] Curl mit SSL erheblich langsamer?

Zobel M. zobel at hnw-online.de
Son Aug 17 20:17:37 CEST 2003


Hallo,

sobald ich bei Curl einen SSL http request ablasse dauet er erheblich
länger!

Macht bei 5 Zugriffen schon ab und zu mehr als 30 Sekunden.

$ch = curl_init ("https://url/bla.php?getuser=".$uid);
curl_setopt ($ch, CURLOPT_HEADER, 0);
curl_setopt ($ch, CURLOPT_USERPWD, 'user:pw');
curl_setopt($ch, CURLOPT_USERAGENT, 'irgendwas');
curl_setopt($ch, CURLOPT_REFERER, 'nochwas');
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt ($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt ($ch, CURLOPT_TIMEOUT, 34);
curl_setopt ($ch, CURLOPT_SSL_VERIFYHOST, 2);
$rs=curl_exec ($ch);
curl_close ($ch);

mfg Zobel M.
hnw health network GmbH i.G.


php::bar PHP Wiki   -   Listenarchive