I developed a chatbot with pinecone and when I run it locally it works but when I deploy it on a WSGI server on the web, it gives me thet error:
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host=‘controller.gcp-starter.pinecone.io’, port=443): Max retries exceeded with url: /databases (Caused by NewConnectionError(‘<urllib3.connection.HTTPSConnection object at 0x7f7143552b00>: Failed to establish a new connection: [Errno 111] Connection refused’))