I'm trying to write a middleware app between our Youtube chatbot (Nightbot*) and our AXIS PTZ cams. The cams have a remote HTTP API that requires authentication which the bot can't do. I'm going to have the middleware be a python3 cgi-script on here (Johnny). All it needs to do is use the requests module to send a formatted GET request to the specific camera. Problem is nearly all the cams use a port other than 80 (the one that does, works). When I send the requests.get I get a errno 111. the ports in question are 8080, 8081, 8082, 8291 *Yes I know Nightbot is experiencing an outage