Letsencrypt not working

Discussion in 'Installation/Configuration' started by zustudios, Apr 17, 2020.

  1. zustudios

    zustudios Member

    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,964:DEBUG:certbot._internal.main:certbot version: 1.3.0
    2020-04-17 17:52:43,968:DEBUG:certbot._internal.main:Arguments: ['--domains', 'zuhost.tk', '--domains', 'www.zuhost.tk']
    2020-04-17 17:52:43,968:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntryPoint#manual,PluginEntryPoint#nginx,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
    2020-04-17 17:52:44,060:DEBUG: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,148:DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): ocsp.int-x3.letsencrypt.org:80
    2020-04-17 17:52:49,243:DEBUG:urllib3.connectionpool:http://ocsp.int-x3.letsencrypt.org:80 "POST / HTTP/1.1" 200 527
    2020-04-17 17:52:49,251:DEBUG: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,276:DEBUG:certbot.ocsp:OCSP certificate status for /etc/letsencrypt/live/zuhost.tk/cert.pem is: OCSPCertStatus.GOOD
     
    Last edited: Apr 18, 2020
  2. Don Gould YourNet

    Don Gould YourNet New Member

    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.
     
  3. zustudios

    zustudios Member

    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,956:DEBUG: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,084:DEBUG: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,196:DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): ocsp.int-x3.letsencrypt.org:80
    2020-04-18 03:00:36,270:DEBUG:urllib3.connectionpool:http://ocsp.int-x3.letsencrypt.org:80 "POST / HTTP/1.1" 200 527
    2020-04-18 03:00:36,277:DEBUG: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,294:DEBUG: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,305:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None
    2020-04-18 03:00:36,305:DEBUG:certbot._internal.renewal:no renewal failures
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  5. zustudios

    zustudios Member

    How do I get it working? I’m making a business website and need it to work with gmail.
     
  6. Taleman

    Taleman Well-Known Member HowtoForge Supporter

  7. zustudios

    zustudios Member

    Thank you I'll try it out.
     
  8. zustudios

    zustudios Member

     
  9. zustudios

    zustudios Member

  10. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Yes. Check the first parts of the Tutorial that you have installed OS and ISPConfig as needed. Then start with the "Using System" -chapter.
     
  11. zustudios

    zustudios Member

    Ok thanks
     

Share This Page