I did a new install but I'm not getting ssl. When I send an email to my gmail it gets blocked. When I added a client and try to set limits I get: Field 'account' doesn't have a default value root@ns1:~# /usr/local/ispconfig/server/server.sh 17.04.2020-17:54 - DEBUG - Calling function 'check_phpini_changes' from plugin 'webserver_plugin' raised by action 'server_plugins_loaded'. 17.04.2020-17:54 - DEBUG - Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock finished. 2020-04-17 17:52:43,964EBUG:certbot._internal.main:certbot version: 1.3.0 2020-04-17 17:52:43,968EBUG:certbot._internal.main:Arguments: ['--domains', 'zuhost.tk', '--domains', 'www.zuhost.tk'] 2020-04-17 17:52:43,968EBUG:certbot._internal.mainiscovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntryPoint#manual,PluginEntryPoint#nginx,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot) 2020-04-17 17:52:44,060EBUG:certbot._internal.log:Root logging level set at 20 2020-04-17 17:52:44,061:INFO:certbot._internal.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log 2020-04-17 17:52:44,148EBUG:urllib3.connectionpool:Starting new HTTP connection (1): ocsp.int-x3.letsencrypt.org:80 2020-04-17 17:52:49,243EBUG:urllib3.connectionpool:http://ocsp.int-x3.letsencrypt.org:80 "POST / HTTP/1.1" 200 527 2020-04-17 17:52:49,251EBUG:certbot.ocsp:OCSP response for certificate /etc/letsencrypt/live/zuhost.tk/cert.pem is signed by the certificate's issuer. 2020-04-17 17:52:49,276EBUG:certbot.ocsp:OCSP certificate status for /etc/letsencrypt/live/zuhost.tk/cert.pem is: OCSPCertStatus.GOOD
Check you can ping the encryption server from your machine, I had issues with dns. tail -f /var/log/letsencrypt/letsencrypt.log watch the log as you set the request to use ssl and see what it does. I found my firewall was the problem, as others have said. See the threads I've already posted (in my profile), there was lots of help.
It's working now for some reason. What about these problems? When I send an email to my gmail it gets blocked. When I added a client and try to set limits I get: Field 'account' doesn't have a default value root@ns1:~# tail -f /var/log/letsencrypt/letsencrypt.log 2020-04-18 03:00:30,956EBUG:certbot._internal.log:Root logging level set at 20 2020-04-18 03:00:30,958:INFO:certbot._internal.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log 2020-04-18 03:00:31,084EBUG:certbot._internal.plugins.selection:Requested authenticator <certbot._internal.cli.cli_utils._Default object at 0x7fa6ec1cfed0> and installer <certbot._internal.cli.cli_utils._Default object at 0x7fa6ec1cfed0> 2020-04-18 03:00:31,196EBUG:urllib3.connectionpool:Starting new HTTP connection (1): ocsp.int-x3.letsencrypt.org:80 2020-04-18 03:00:36,270EBUG:urllib3.connectionpool:http://ocsp.int-x3.letsencrypt.org:80 "POST / HTTP/1.1" 200 527 2020-04-18 03:00:36,277EBUG:certbot.ocsp:OCSP response for certificate /etc/letsencrypt/archive/zuhost.tk/cert1.pem is signed by the certificate's issuer. 2020-04-18 03:00:36,294EBUG:certbot.ocsp:OCSP certificate status for /etc/letsencrypt/archive/zuhost.tk/cert1.pem is: OCSPCertStatus.GOOD 2020-04-18 03:00:36,303:INFO:certbot._internal.renewal:Cert not yet due for renewal 2020-04-18 03:00:36,305EBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None 2020-04-18 03:00:36,305EBUG:certbot._internal.renewal:no renewal failures
Which tutorial did you use to install the server and which MySQL or MariaDB did you install? I just ask because this error is typical when an incompatoble database version has been installed. That's quite common and depends on things like IP reputation, SPF, DKIM signing etc.
There is tutorial, if you have not yet set up SPF and DKIM. https://www.howtoforge.com/how-to-install-an-email-server-with-ispconfig-on-debian-10/
Yes. Check the first parts of the Tutorial that you have installed OS and ISPConfig as needed. Then start with the "Using System" -chapter.