0

I'm using these doc's to configure https://fabriciosanchez-en.azurewebsites.net/copying-data-from-aws-rds-mysql-into-azure-through-data-factory-integration-runtime/ the complete set up was done but when I'm running the pipeline to copy the data this error is coming

I attatched error image here enter image description here

"ErrorCode=UserErrorAzureMysqlNetConnectionError,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=connection exception:No certificates were found in the certificate store,Source=Microsoft.DataTransfer.Runtime.AzureMySqlNetConnector,''Type=MySql.Data.MySqlClient.MySqlException,Message=No certificates were found in the certificate store,Source=MySqlConnector,'".

Nick.Mc
  • 18,304
  • 6
  • 61
  • 91

1 Answers1

0

No certificates were found in the certificate

Is an SSL related error. You can try and resolve that or just disable SSL using the option in the MySQL Connector.

Nick.Mc
  • 18,304
  • 6
  • 61
  • 91