It seems there’s an SSL handshake failure while attempting to establish a secure connection with the OpenAI API server. When running the following command: ```bash aishell 'print Hello World' ``` I'm getting this error: ```bash SSLError: HTTPSConnectionPool(host='explorer.api.openai.com', port=443): Max retries exceeded with url: /api/auth/session (Caused by SSLError(SSLError(1, '[SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:992)'))) ``` Are there any specific Brave browser settings that could be causing this issue?