When I run the HTTPclientconsole example sketch on my Arduino Uno With the Yun Shield on, it prints out on the serial monitor this:
Moved Permanently</title></head>
<body bgcolor="white">
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/1.4.2</center>
</body>
</html>
instead of the Arduino ascii logo. But when I go to
https://www.arduino.cc/asciilogo.txt is appears fine. What could be the problem?