jelastic-jps / lets-encrypt

Let’s Encrypt Add-on for Jelastic PaaS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stuck install

Zoltan-LS opened this issue · comments

Sometimes the install gets stuck becomes a long running process.
If there is a communication problem with the letsencrypt server, it just gets stuck, with the challange port bound observed on (nginx lb ).

Do you see any error message in dashboard? If not then you can check what happened at {YOUR_DASHBOARD_DOMAIN}/console

Also is it master or dev branch? Dev has been improved significantly recently, so the issue might disappear, so please try dev from now.

Thanks, I'll switch to dev from now on.

This is one of the errors 👍
[13:40:59,630]: execScript {"params":{"urlUpdateScript":"https://raw.githubusercontent.com/jelastic-jps/lets-encrypt/master/update-ssl-certs.sh","scriptName":"install-ssl-script","scriptType":"js","urlLeScript":"https://raw.githubusercontent.com/jelastic-jps/lets-encrypt/master/install-le.sh","urlGenScript":"https://raw.githubusercontent.com/jelastic-jps/lets-encrypt/master/generate-ssl-cert.sh","url":"https://raw.githubusercontent.com/jelastic-jps/lets-encrypt/master/install-ssl.js"},"script":"https://raw.githubusercontent.com/jelastic-jps/lets-encrypt/master/upload-custom-script.js","type":"js"}
[13:44:21,848]: execScript response = {"response":null,"result":1704,"source":"hx-core","error":"invalid parameter [cert_key] for method [BindSSL] in service [BinderService]"}
[13:44:21,860]: call response = {"response":null,"result":1704,"source":"hx-core","error":"invalid parameter [cert_key] for method [BindSSL] in service [BinderService]","actionName":"execScript","procedure":"upload-custom-script"}

The next batch is one that never finished and one with error :
[13:46:54,453]: BEGIN INSTALLATION: LetsEncrypt SSL
[13:46:56,543]: BEGIN HANDLE EVENT:
[13:46:57,655]: call upload-custom-script
[13:46:58,931]: execScript {"params":{"urlUpdateScript":"https://raw.githubusercontent.com/jelastic-jps/lets-encrypt/master/update-ssl-certs.sh","scriptName":"install-ssl-script","scriptType":"js","urlLeScript":"https://raw.githubusercontent.com/jelastic-jps/lets-encrypt/master/install-le.sh","urlGenScript":"https://raw.githubusercontent.com/jelastic-jps/lets-encrypt/master/generate-ssl-cert.sh","url":"https://raw.githubusercontent.com/jelastic-jps/lets-encrypt/master/install-ssl.js"},"script":"https://raw.githubusercontent.com/jelastic-jps/lets-encrypt/master/upload-custom-script.js","type":"js"}
[13:53:52,168]: BEGIN INSTALLATION: LetsEncrypt SSL
[13:53:53,897]: BEGIN HANDLE EVENT:
[13:53:54,676]: call upload-custom-script
[13:53:55,301]: execScript {"params":{"urlUpdateScript":"https://raw.githubusercontent.com/jelastic-jps/lets-encrypt/master/update-ssl-certs.sh","scriptName":"install-ssl-script","scriptType":"js","urlLeScript":"https://raw.githubusercontent.com/jelastic-jps/lets-encrypt/master/install-le.sh","urlGenScript":"https://raw.githubusercontent.com/jelastic-jps/lets-encrypt/master/generate-ssl-cert.sh","url":"https://raw.githubusercontent.com/jelastic-jps/lets-encrypt/master/install-ssl.js"},"script":"https://raw.githubusercontent.com/jelastic-jps/lets-encrypt/master/upload-custom-script.js","type":"js"}
[13:57:28,325]: execScript response = {"response":null,"result":1704,"source":"hx-core","error":"invalid parameter [cert_key] for method [BindSSL] in service [BinderService]"}
[13:57:28,341]: call response = {"response":null,"result":1704,"source":"hx-core","error":"invalid parameter [cert_key] for method [BindSSL] in service [BinderService]","actionName":"execScript","procedure":"upload-custom-script"}
[13:57:28,354]: END INSTALLATION: LetsEncrypt SSL

I remember this one, it was solved in dev, thanks

double checked dev, added one more commit, should work now

dev changed to master