Error when setup ssl

? Do you wish to set up SSL? Yes
? Enter your email (For SSL Certificate) yueng@hotmail.com

  • sudo mkdir -p /etc/letsencrypt
  • sudo ./acme.sh --install --home /etc/letsencrypt
  • sudo /etc/letsencrypt/acme.sh --issue --home /etc/letsencrypt --domain aptfund.com --webroot /var/www/ghost/system/nginx-root --reloadcmd “nginx -s reload” --accountemail yuenpingkeung@hotmail.com
    :heavy_multiplication_x: Setting up SSL
    A ProcessError occurred.

Message: Command failed: /bin/sh -c sudo -S -p ‘#node-sudo-passwd#’ /etc/letsencrypt/acme.sh --issue --home /etc/letsencrypt --domain aptfund.com --webroot /var/www/ghost/system/nginx-root --reloadcmd “nginx -s reload” --accountemail yuenpingkeung@hotmail.com
[Sat Feb 16 10:51:43 CST 2019] aptfund.com:Verify error:Invalid response from http://aptfund.com/.well-known/acme-challenge/aKT090tXEGkHQRkJSuhAzeV9T_VamA_Xbz_5NtZC3Pg [204.237.243.106]: 502
[Sat Feb 16 10:51:43 CST 2019] Please add ‘–debug’ or ‘–log’ to check more details.
[Sat Feb 16 10:51:43 CST 2019] See: How to debug acme.sh · acmesh-official/acme.sh Wiki · GitHub

[Sat Feb 16 10:51:34 CST 2019] Registering account
[Sat Feb 16 10:51:35 CST 2019] Registered
[Sat Feb 16 10:51:35 CST 2019] ACCOUNT_THUMBPRINT=‘puwHiY6BJOz4ul0K1hL8PyEAfchqZqUPo4MVetz5WfE’
[Sat Feb 16 10:51:35 CST 2019] Creating domain key
[Sat Feb 16 10:51:35 CST 2019] The domain key is here: /etc/letsencrypt/aptfund.com/aptfund.com.key
[Sat Feb 16 10:51:35 CST 2019] Single domain=‘aptfund.com
[Sat Feb 16 10:51:36 CST 2019] Getting domain auth token for each domain
[Sat Feb 16 10:51:36 CST 2019] Getting webroot for domain=‘aptfund.com
[Sat Feb 16 10:51:36 CST 2019] Getting new-authz for domain=‘aptfund.com
[Sat Feb 16 10:51:37 CST 2019] The new-authz request is ok.
[Sat Feb 16 10:51:37 CST 2019] Verifying: aptfund.com
[Sat Feb 16 10:51:40 CST 2019] Pending

Exit code: 1

Debug Information:
OS: Ubuntu, v18.04
Node Version: v8.15.0
Ghost-CLI Version: 1.9.9
Environment: production
Command: ‘ghost install’

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.