I am trying to get Mainwp up and running on a new install.
As i am using windows and mainwp requests location of openssl.conf but i cannot find this file within the sites but found a .conf file in app/roaming. This created an error within the mainwp dashboard. Where can i find this and allow mainwp access the operations of it?
An error also occurred with curl but i cannot see line stating - ;extension=php_curl.dll so i added it like so ‘extension=php_curl.dll’ to activate it. I also realised there is no php_curl.dll
All of the config files are in either the conf directory or inside the site container itself. You can “SSH” into the site by right-clicking on the site in the sidebar then going to “Open Site SSH”.
cURL is already enabled for all versions of PHP in Local. Also, DLLs won’t work since the Local site containers are running Linux
In that case /usr/lib/ssl/openssl.cnf is what the PHP info screen in Local shows. /usr/lib/ssl/openssl.cnf is symlinked directly to /etc/ssl/openssl.cnf so either one should work.