SSH2
Цитата:
$connection = ssh2_connect('https://www.topcoder.com/tc', 443);
Выдаёт:
Цитата:
Warning: ssh2_connect() [function.ssh2-connect]: php_network_getaddresses: getaddrinfo failed: Этот хост неизвестен. in 1.php on line 19
Warning: ssh2_connect() [function.ssh2-connect]: Unable to connect to https://www.topcoder.com/tc on port 443 in 1.php on line 19
Warning: ssh2_connect() [function.ssh2-connect]: Unable to connect to https://www.topcoder.com/tc in 1.php on line 19
Connection failed
Warning: ssh2_connect() [function.ssh2-connect]: Unable to connect to https://www.topcoder.com/tc on port 443 in 1.php on line 19
Warning: ssh2_connect() [function.ssh2-connect]: Unable to connect to https://www.topcoder.com/tc in 1.php on line 19
Connection failed
Может я что-то в настройках пхп не поставил?