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’)])”)))