Warning: pfsockopen() [function.pfsockopen]: unable to connect to ssl:// 
gefragt von Nicht Registriert am 16. Juni 2008 11:22
Warning: pfsockopen() [function.pfsockopen]: unable to connect to ssl://xxxx.de:443 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?)
Okay, das kapiere ich soweit, mir fehlt das SSL. Und wie kriege ich das jetzt da rein?
Okay, das kapiere ich soweit, mir fehlt das SSL. Und wie kriege ich das jetzt da rein?
Antworten
Du musst openssl in php kompiliert haben,
das macht du beim configure mit der option --with-openssl
also unter debian:
1. apt-get install openssl (falls du es nicht hast)
2. configure --with-openssl (plus deine andere optionen)
3. make und make install nicht vergessen :)
HTH
das macht du beim configure mit der option --with-openssl
also unter debian:
1. apt-get install openssl (falls du es nicht hast)
2. configure --with-openssl (plus deine andere optionen)
3. make und make install nicht vergessen :)
HTH
beantwortet von Nicht Registriert am 16. Juni 2008 11:28
Quelle/Seite: http://de2.php.net/manual/de/transports.php
Quelle/Seite: http://de2.php.net/manual/de/transports.php


















