Recent content by twaxter

  1. twaxter

    XF 2.3 Unable to Connect to Managed MYSQL Digital Ocean via SSL

    This does work. I set --ssl-mode=VERIFY_CA since I got this warning: WARNING: no verification of server certificate will be done. Use --ssl-mode=VERIFY_CA or VERIFY_IDENTITY. But it worked even without any SSL options.. confused. I did add this droplet to the trusted servers on the managed...
  2. twaxter

    XF 2.3 Unable to Connect to Managed MYSQL Digital Ocean via SSL

    Okay I believe you are right. When I connect to the database, and I don't enable SSL or pass the CA (I comment out the lines in the config.php), I am able to connect!
  3. twaxter

    XF 2.3 Unable to Connect to Managed MYSQL Digital Ocean via SSL

    Thanks for replying. Yes I downloaded it directly from digital ocean, and I was able to use it to connect to the database via the mysql client directly. Upon running that query I see: SHOW VARIABLES LIKE '%ssl%'; I also see, in my connection settings for the managed database on digital...
  4. twaxter

    XF 2.3 Unable to Connect to Managed MYSQL Digital Ocean via SSL

    Hello, I've been trying to connect to my MySQL managed database over SSL that is un in digital ocean. This code is run in a droplet. I am able to connect to mySQL using mysql client directly and inside of php using msqli ie. like this: mysql -u XXXXX -h mysql-db.XXXXXXX.db.ondigitalocean.com...
  5. twaxter

    Publish Official Docker Containers

    Additional Progress: Added entrypoint so that it will check to see if Xenforo is already installed, if it is, don't run the installer else Run it. The installer does indeed restart the server so the entrypoint should not just blindly run install. I feel like I could just mount the volumes in...
  6. twaxter

    Publish Official Docker Containers

    Getting Closer: my config.php: docker-compose yaml Dockerfile I'm able to use localhost/install with fresh volumes and it works, but anytime I try to use this command, which is the entrypoint I get this. I have deleted the install-lock.php file. I do a fresh install, see the output. And...
  7. twaxter

    Publish Official Docker Containers

    Hello, Based on documentation and various forum posts I've read, it seems very difficult (I've been trying past few days) to get Xenforo running with docker in a production environment. The approaches I've seen is mounting the xenforo code base via a container inside a php container, but this...
Back
Top Bottom