A resposta à sua pergunta (Você pode obter uma resposta de um site HTTPS usando o comando Ping?) é Sim, você pode, contanto que Respostas de ICMP estão habilitadas no provedor de sites HTTPS. No entanto, não tem nada a ver com HTTP ou HTTPS:
O Ping usará Protocolo ICMP , ele pertence a TCP / IP Camada de Internet , que é uma camada inferior a HTTP ou HTTPs (de < a href="http://en.wikipedia.org/wiki/Application_Layer"> Camada de Aplicação ):
Ping operates by sending Internet Control Message Protocol (ICMP) echo request packets to the target host and waiting for an ICMP response. In the process it measures the time from transmission to reception (round-trip time)1 and records any packet loss. The results of the test are printed in form of a statistical summary of the response packets received, including the minimum, maximum, and the mean round-trip times, and sometimes the standard deviation of the mean.
Você pode testar com "cmd" (botão Iniciar do Windows / digite cmd na caixa de pesquisa, abra "cmd.exe") e, em seguida, com ping:
ping www.hotmail.com
Se você tentar fazer o ping de um URL HTTP, segue o seguinte:
ping http://www.hotmail.com
Você receberá o mesmo erro que receberia ao tentar executar ping em uma URL baseada em HTTPS:
ping https://www.hotmail.com
(Um erro como o de um ping que não alcança o endereço solicitado aparecerá em ambas as tentativas).