Can i acknowledge this TLS warning message for Azure Mysql server ?

Sachin Jayaprakash 0 Reputation points
2024-11-12T05:03:26.0933333+00:00

User's image

Can i acknowledge this message? I have require_secure_transport = OFF and tls_version = TLSv1.2 in the server parameters section. Will it cause any issues to the application that is connecting to this mysql server? Thanks

Azure SQL Database
Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
857 questions
{count} votes

1 answer

Sort by: Most helpful
  1. akinbade abiola 18,960 Reputation points
    2024-11-12T08:00:37.3733333+00:00

    No, doesn’t change any configuration; it simply confirms that you’ve read and understood the requirement. You will still need to make any necessary updates to your applications.

    remember to test your applications for TLS 1.2 compatibility before enforcing secure transport.

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.