hi.. I am deploying azure conatiner app which need...
# general
d
hi.. I am deploying azure conatiner app which need to access mysql database. I am having ssl certificate but I dont understand how to use it with connection string "mysql://user:password@host:port/db"? I am using typescript. Please can anyone help me with this?
b
@dazzling-intern-4212 connection strings and tos certificates are different implementations. Does your MySQL database required tls? You need to modify your application in that case
d
Yes mysql database in azure require tls/ssl certificate. What modifications I need to do in my application?