Is this error somehow related to a site not been whitelisted? I thought the entire Yahoo domain are whitelisted? My app is supposed to maintain a server connection <YFconn = httplib.HTTPConnection('finance.yahoo.com')> while it iterates over links contained within the Yahoo domain with < YFconn.request('GET','/q/cp?s=%5EDJI+Components')> and < YFconn.request('GET','/q/ks?s='+tick+'+Key+Statistics')>. My method works locally, but how come it doesn’t work when ran on Pythonanywhere?