Trying to complete an OAuth handshake from inside the staging cluster leads to a timeout based failure:
Authentication failed: HTTPSConnectionPool(host='meta.wikimedia.org', port=443): Max retries exceeded with url: /w/rest.php/oauth2/access_token (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98d83234a8>: Failed to establish a new connection: [Errno 110] Connection timed out'))- Why did this not get routed via the http://url-downloader.eqiad.wikimedia.org:8080 proxy?
- Should we actually be using some very different URL to talk to metawiki?