Jump to content

Installing on mysql that requires SSL


gmarko

Recommended Posts

Hi,

I'm trying to install revive adserver using mysql provided by azure which requires usage of SSL. During the instalation process there are no input fields to specify SSL certificate and I get the error:

"MDB2 Error: Array
connect: [Error message: SSL connection is required. Please specify SSL options and retry.] [Native code: 9002] [Native message: SSL connection is required. Please specify SSL options and retry.]
Installation failed to create the database revive
"

Is there any solution for this and is this even possible to do?

Link to comment
Share on other sites

  • 1 year later...
On 9/26/2019 at 8:09 AM, gmarko said:

 

I suppose that in the domain.conf.php on the database section you couold put you certificate

[database]
type=mysqli
host=XXX.XXX.XXX.XXX
port=3306
username=DB_USER
password="DB_PASSWORD"
name=DATABASE_NAME
persistent=
mysql4_compatibility=1
protocol=tcp
compress= [ASUME 1 or 0]
ssl= [ASUME 1 or 0]
capath=PATH/FOR/YOUR/CERTIFICATE.CER
ca=PATH/FOR/CA/CERTIFICATE.CER

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...