Moin,
ich bin momentan recht ratlos warum ich die Warning
Warning: file_get_contents() [function.file-get-contents]: SSL: fatal protocol error in ... on line 73
bekomme, wenn ich folgende Zeile Code ausführen lasse:
Die zurückgelieferten Daten sind korrekt, trotzdes Fehlers. Nur kann der ja nicht bleiben und hat ja sicher einen Grund. Nur welchen?
ich bin momentan recht ratlos warum ich die Warning
Warning: file_get_contents() [function.file-get-contents]: SSL: fatal protocol error in ... on line 73
bekomme, wenn ich folgende Zeile Code ausführen lasse:
PHP-Code:
$url = 'https://usr:pwd@domain.de:port/xml-api/listaccts?searchtype=user&search=';
$result = file_get_contents($url);
Kommentar