Jump to content

GnomePants

New Members
  • Posts

    2
  • Joined

  • Last visited

GnomePants's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I am migrating a debian server that contains both apache and mysql from the same server that doesn't use SSL for the database. I'll see about how to mimic a wikipedia page from scratch if none are known to offer a SSL connection setup.
  2. I am wondering if anyone knows of a php application that supports SSL connection to a MySQL db. My company has purchased an Azure hosted site. The VM is using CentOS 7. Database requires the following functions to connect: <?php $db - mysqli_init(); $db->options(MYSQLI_OPT_SSL_VERIFY_SERVER_CERT, true); $db->ssl_set(NULL, NULL, <CA Certificate file>, NULL, NULL); $db->real_connect(<HOST>, <USER>, <PASS>, <DB Name>); Checking if anyone here would know of any applications that supports this type of database connection. Had little luck finding info on a Google Search. I've looked into MediaWiki, PHPbb3, and Vanilla Forums. None seems to support providing a CA Certificate File for database connection in the configuration.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.