From the JDBC documentation, it says that HTTPS_PROXY can be set in the connection description, and "This parameter is applicable only to the connect descriptors where PROTOCOL=TCPS
." Since TCPS is TCP/IP protocol over SSL, does this mean if the HTTPS_PROXY is set, SSL also needs to be configured in JDBC?