I have a Generic REST Linked Service in Azure Data Factory which will be used as a Source. I need to set the SSL protocol to TLS1.2 because it is failing with certain endpoints with QUIC (http/3).
Any ideas on where to set that?
In REST linked service
enableServerCertificateValidation
property is used to validate server-side TLS/SSL certificate when connecting to the endpoint. This is set totrue
by default.
Also, in ADF, you can add EncryptionMethod=1
in the connection string (in the Linked Service). This will use SSL/TLS as the encryption method. TLS version used is 1.2