file_get_contents e https

ciao

ho dei problemi ad effettuare una file_get_contents su un virtual host sotto https.

Se provo con http invece che https funziona tutto...

codice:
Codice PHP:
$a=file_get_contents("https://virtualhostlocale/esportazione_101.xml"); 
errore:
Warning: fopen(https://virtualhostlocale/esportazione_101.xml) [function.fopen]: failed to open stream: No such file or directory in /home/nik600/proveparsing.php on line 13