October 5, 20232 yr Hi to everyone, I've installed Froxlor on my Debian 12 server. Today, I tried to install WordPress in the customer panel via FTP and create a database, all fine! But... Something doesn't work, and the problem is the SSL. I'm using Cloudflare, with the Full option in the SSL settings, also I created an origin CA and inserted it in Froxlor. The IP/Ports are correctly configured, but... This is the screenshot:
October 5, 20232 yr What exactly shows the certificate error? Opening the website in your browser? It's hard to test anything from our site without the domain being known
October 5, 20232 yr Author Opening the website in the browser does not show any kind of error, but WordPress claims that trying to contact some resources available on the site via ssl://*.com:443 does not work (the errors are available in the screenshot related to OpenSSL and CURL)
October 5, 20232 yr Solution ah, wordpress itself okay. that *might* be due to a disabled *curl_exec* function in the corresponding php.ini (not entirely sure, but looks like it)
October 5, 20232 yr Author Works fine removing "curl_exec,curl_multi_exec" from "disable_functions" and add "extension=php_curl.dll" in the file. Thanks again!
October 5, 20232 yr if you have php-curl installed it's already enabled, no need to add an extension. And if, the file-extension on linux is .so
Create an account or sign in to comment