Hello,
I wanted to write myself a php script which queries a URL with file_get_contents and gets information there.
Unfortunately, I always get the following message:
Warning
: failed loading cafile stream:/etc/pki/tls/certs/ca-bundle.crt' in
/www/wwwroot/calces/euve/cont/class/modul_extern.class.php
on line
35
Warning
: file_get_contents(): Failed to enable crypto in
/www/wwwroot/calces/euve/cont/class/modul_extern.class.php
on line
35
Warning
: file_get_contents(https://vms1-scripte.de/api/module/ModulList.php?action=getlist): failed to open stream: operation failed in
/www/wwwroot/calces/euve/cont/class/modul_extern.class.php
on line
35
Warning
: Invalid argument supplied for foreach() in
/www/wwwroot/calces/euve/cont/class/modul_extern.class.php
on line
36`
Did I miss something here or is the SSL certificate not installed correctly?
thank you in advance for the feedback.