Monika Bainsala created KAFKA-8961: -------------------------------------- Summary: Unable to create secure JDBC connection through Kafka Connect Key: KAFKA-8961 URL: https://issues.apache.org/jira/browse/KAFKA-8961 Project: Kafka Issue Type: Bug Components: build, clients, KafkaConnect, network Affects Versions: 2.2.1 Reporter: Monika Bainsala
As per below article for enabling JDBC secure connection, we can use updated URL parameter while calling the create connector REST API. Exampl: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS=(PROTOCOL=tcp)(HOST=XXXXXXXXX)(PORT=1520)))(CONNECT_DATA=(SERVICE_NAME=XXAP)));EncryptionLevel=requested;EncryptionTypes=RC4_256;DataIntegrityLevel=requested;DataIntegrityTypes=MD5" But this approach is not working currently, kindly help in resolving this issue. Reference : [https://docs.confluent.io/current/connect/kafka-connect-jdbc/source-connector/source_config_options.html] -- This message was sent by Atlassian Jira (v8.3.4#803005)