I am trying access secured presto from redash. But, I am getting the below Error. I can able to connect to presto from dbeaver by specifying the keystore path. How to specify the keystore path for presto in redash.

Error:
HTTPSConnectionPool(host=‘presto’, port=443): Max retries exceeded with url: /v1/statement (Caused by SSLError(SSLError(“bad handshake: Error([(‘SSL routines’, ‘tls_process_server_certificate’, ‘certificate verify failed’)])”)))

Please check your network port or proxy!

Setting the below env vaiable to blank in redash env file will work. Not an ideal solution. But, If the security is not a concern. It’s the quick solution

CURL_CA_BUNDLE=