SSIS Components for MySQL

Build 25.0.9434

UseSSL

This property determines whether Secure Sockets Layer (SSL) is enabled for communication. By default, SSL is set to 'false', meaning that communications are not encrypted unless explicitly enabled.

データ型

bool

デフォルト値

false

解説

This property specifies whether the 本製品 attempts to establish secure connections using TLS/SSL when communicating with a server. When enabled (set to 'true'), the system initiates a TLS/SSL handshake to negotiate a secure communication channel.

  • Default Behavior: If SSL is not enabled, the communication occurs without encryption, and no SSL/TLS handshake takes place.
  • Trusted Certificates: When SSL is enabled, the 本製品 verifies the server’s certificate against the system’s trusted certificate store. This ensures that the server is trusted and that the connection is secure.
  • Custom Certificates: To use a custom server certificate (rather than relying on the system's trusted store), you can set this property to 'true' and then specify the certificate by setting the SSLServerCert property.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434