Forum Discussion
Report Server no conecta a MySQL v8
Hi Syndicate_Admin ,
Use both:
config mysql system configuration (require_secure_transport=off)
Client connection to mysql server using SSL/TLS protocol configuration
Properly configure the MySQL server to support SSL connections. This includes having a valid server certificate
Below is the link will help you:
Best Regards
Community Support Team _ Rongtie
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- vcarazo2 years agoFrequent Visitor
Hello
we cannot modify require_secure_transport on the server since we use MySQL in a cloud and it is a managed service. The only solution is to be able to force the Report Server to initiate an encrypted connection.
Regarding what is indicated in https://dev.mysql.com/doc/refman/8.0/en/using-encrypted-connections.html I do not see a way to indicate any parameter in the report server connection form.
Best regards.