MySQL Forums
Forum List  »  PHP

Re: Can't for the life of me figure out how to do remote MySQL over SSL in PHP
Posted by: Peter Brawley
Date: December 10, 2021 10:38AM

Did you try MYSQLI_OPT_SSL_VERIFY_SERVER_CERT = false ?

mysqli_options ($connection, MYSQLI_OPT_SSL_VERIFY_SERVER_CERT, false);

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.