Welcome Guest. Please Login or Register  


You are here: Index > Virtualizor - Virtual Server Control Panel > General Support > Topic : letsencrypt Bug?



Threaded Mode | Print  

 letsencrypt Bug?, letsencrypt will not install (4 Replies, Read 5017 times)
nowin
Group: Member
Post Group: Newbie
Posts: 8
Status:
[30 Sep 2016 10:26:13 GMT] Requested action: get_crt
[30 Sep 2016 10:26:13 GMT] Checking whether ACME script is present
[30 Sep 2016 10:26:13 GMT] Found ACME script, checking whether primary domains is valid
[30 Sep 2016 10:26:13 GMT] Checking whether domain my-vm.rapid-host.de resolves to this server
[30 Sep 2016 10:26:13 GMT] In acme_exec function, act is : get_crt
[30 Sep 2016 10:26:13 GMT] Started standalone PHP server on port 80, PID: 4771
[30 Sep 2016 10:26:13 GMT] Using webroot mode, webroot: /usr/local/virtualizor/enduser
[30 Sep 2016 10:26:13 GMT] Executing command: bash /usr/local/virtualizor/scripts/acme.sh --issue --days '80' --home '/usr/local/virtualizor/conf/le/acme' --certhome '/usr/local/virtualizor/conf/le/acme/certs' -d 'xxxxxxxxxxxxxx' --webroot '/usr/local/virtualizor/enduser' --test --accountemail 'xxxxxxxx' --keylength '4096' >> '/var/virtualizor/log/letsencrypt.log' 2>&1
[Fri Sep 30 12:26:13 CEST 2016] Using stage api:https://acme-staging.api.letsencrypt.org
[Fri Sep 30 12:26:13 CEST 2016] Creating account key
[Fri Sep 30 12:26:13 CEST 2016] Use length 4096
[Fri Sep 30 12:26:18 CEST 2016] Registering account
[Fri Sep 30 12:26:19 CEST 2016] Can not connect to https://acme-staging.api.letsencrypt.org/directory to get nonce. <<<<<<<<<< bug?
[Fri Sep 30 12:26:19 CEST 2016] Registered
[Fri Sep 30 12:26:19 CEST 2016] Creating domain key
[Fri Sep 30 12:26:19 CEST 2016] Use length 4096
[Fri Sep 30 12:26:23 CEST 2016] Creating csr
[Fri Sep 30 12:26:23 CEST 2016] Single domain='xxxxxxxx.de'
[Fri Sep 30 12:26:23 CEST 2016] Verify each domain
[Fri Sep 30 12:26:23 CEST 2016] Getting webroot for domain='xxxx.de'
[Fri Sep 30 12:26:23 CEST 2016] Getting token for domain='xxxxxxt.de'
[Fri Sep 30 12:26:24 CEST 2016] Can not connect to https://acme-staging.api.letsencrypt.org/directory to get nonce.
[Fri Sep 30 12:26:24 CEST 2016] Can not get domain token.
[30 Sep 2016 10:26:24 GMT] Output: Array



xxxxxxxx is for security :-)
IP: --   

letsencrypt Bug?
abhijeetm
Group: Virtualizor Team
Post Group: Working Newbie
Posts: 97
Status:
Hi Nowin,
As the error shows here, the script is not able to connect to Let's Encrypt Server (acme-staging.api.letsencrypt.org).

Please verify whether this link is not blocked by your server or your network.

You can try following on command line to check:
curl https://acme-staging.api.letsencrypt.org/directory

You should get output something like below:

{
  "new-authz": "https://acme-staging.api.letsencrypt.org/acme/new-authz",
  "new-cert": "https://acme-staging.api.letsencrypt.org/acme/new-cert",
  "new-reg": "https://acme-staging.api.letsencrypt.org/acme/new-reg",
  "revoke-cert": "https://acme-staging.api.letsencrypt.org/acme/revoke-cert"
}

If this is not your output, that indicates this link might be blocked.

IP: --   

letsencrypt Bug?
nowin
Group: Member
Post Group: Newbie
Posts: 8
Status:
Ping from masterserver

ping acme-staging.api.letsencrypt.org
PING e981.dscb.akamaiedge.net (23.38.4.37) 56(84) bytes of data.
64 bytes from a23-38-4-37.deploy.static.akamaitechnologies.com (23.38.4.37): icmp_seq=1 ttl=61 time=0.767 ms
64 bytes from a23-38-4-37.deploy.static.akamaitechnologies.com (23.38.4.37): icmp_seq=2 ttl=61 time=0.816 ms
64 bytes from a23-38-4-37.deploy.static.akamaitechnologies.com (23.38.4.37): icmp_seq=3 ttl=61 time=0.788 ms
64 bytes from a23-38-4-37.deploy.static.akamaitechnologies.com (23.38.4.37): icmp_seq=4 ttl=61 time=0.785 ms
IP: --   

letsencrypt Bug?
sharetom
Group: Member
Post Group: Newbie
Posts: 1
Status:
I have de same problem!

i'm able to see this result with Curl
{
  "key-change": "https://acme-v01.api.letsencrypt.org/acme/key-change",
  "new-authz": "https://acme-v01.api.letsencrypt.org/acme/new-authz",
  "new-cert": "https://acme-v01.api.letsencrypt.org/acme/new-cert",
  "new-reg": "https://acme-v01.api.letsencrypt.org/acme/new-reg",
  "revoke-cert": "https://acme-v01.api.letsencrypt.org/acme/revoke-cert"
}

but i have this result when i use a Web UI:

[Tue Jan 10 15:17:28 EST 2017] Skip register account key
[Tue Jan 10 15:17:28 EST 2017] Creating csr
[Tue Jan 10 15:17:28 EST 2017] Multi domain='DNS:www.share***'
[Tue Jan 10 15:17:28 EST 2017] Verify each domain
[Tue Jan 10 15:17:28 EST 2017] Getting webroot for domain='share***'
[Tue Jan 10 15:17:28 EST 2017] Getting token for domain='sharet***'
[Tue Jan 10 15:17:31 EST 2017] Skip register account key
[Tue Jan 10 15:17:31 EST 2017] Creating csr
[Tue Jan 10 15:17:31 EST 2017] Multi domain='DNS:****'
[Tue Jan 10 15:17:31 EST 2017] Verify each domain
[Tue Jan 10 15:17:31 EST 2017] Getting webroot for domain='shar****'
[Tue Jan 10 15:17:31 EST 2017] Getting token for domain='share****'
[Tue Jan 10 15:17:31 EST 2017] Can not connect to https://acme-v01.api.letsencrypt.org/directory to get nonce.
[Tue Jan 10 15:17:31 EST 2017] Can not get domain token.

help me please
IP: --   

letsencrypt Bug?
asim_shaikh
Group: Member
Post Group: Elite Member
Posts: 381
Status:
Hi,

Quote
but i have this result when i use a Web UI:


Can you please open a support ticket here https://softaculous.com/support/ so that we can check and fix your issue.


-----------------------
Regards,
Virtualizor Team
http://www.virtualizor.com
IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is March 29, 2024, 12:14 pm.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.025