Hi, I have MySQL 5.5.16 installed on a Windows/IIS server, and I am trying to set have_openssl to ENABLED. Currently have_openssl is set to DISABLED.
I have already installed OpenSSL-Win32 and set the following parameters in my.ini:
ssl-ca="C:\\newcerts\\ca-cert.pem"
ssl-cert="C:\\newcerts\\server-cert.pem"
ssl-key="C:\\newcerts\\server-key.pem"
I also created a user with REQUIRE SSL.
It seems like the only thing left to do is enable have_openssl, but I haven't found any documentation on how to do that on Windows. Can anyone tell me how, or point me to the documentation for it?
I should also mention that I am running MySQL as a Windows service.
Thanks!
H
I have already installed OpenSSL-Win32 and set the following parameters in my.ini:
ssl-ca="C:\\newcerts\\ca-cert.pem"
ssl-cert="C:\\newcerts\\server-cert.pem"
ssl-key="C:\\newcerts\\server-key.pem"
I also created a user with REQUIRE SSL.
It seems like the only thing left to do is enable have_openssl, but I haven't found any documentation on how to do that on Windows. Can anyone tell me how, or point me to the documentation for it?
I should also mention that I am running MySQL as a Windows service.
Thanks!
H