Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to setup the HTTP proxy in JDBC connection.

Fechen-OracleOct 27 2020

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?

Comments
Post Details
Added on Oct 27 2020
3 comments
8,523 views