Closed puneetjaiswal closed 2 years ago
We should add the following config under GwConfig to enable SSL/TLS:
ssl: true keystorePath: /path/to/keystore.jks keystorePass: keystorePass truststorePath: /path/to/truststore.jks truststorePass: truststorePass
checked the ProxyServer code, seems like SSL/TSL and mTLS between proxyServer and trino-coordinator has been implemented already. Closing it.
We should add the following config under GwConfig to enable SSL/TLS: