I have another question about a pair of servers that I cannot turn off TLS 1.0/1.1. Even though IISCrypto showing them off and made right reg entries.
The servers run an IIS10/PHP7.4/MySQL8 stack. (I am not the person who set up the server builds - just trying to update it)
Anyway normally for mysql on apache I would add the following to make sure it wasn't using older TLS versions:
MinProtocol = TLSv1.2
Well when I go into the MYSQL path I see an SSL folder but there is nothing in it including the openssl config file that I need to update. From the command prompt I see that ssl is working. So where is it getting it's config? Can I inject that config setting into the server settings?