You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to get greenlock-express working with default filesystem middleware. But i will need S3 in production. I tried using le-challenge-s3 and le-store-s3. But i can't even open the site. ("Site can't be reached" in chrome). I am debugging from VPS exposed to internet and confirming DNS entries work fine. (It worked with "fs" middleware)
I set debug to true and the following is printed and nothing else happens (domain name changed to example.com)
[le/index.js] le.approveDomains called with certs for NONE and options:
[le/index.js] { domain: 'example.com',
domains: [ 'example.com' ],
agreeTos: true,
email: '[email protected]' }
[le/index.js] le getting from disk or registering new
[le/lib/core.js] checkAsync failed to find certificates
I was able to get greenlock-express working with default filesystem middleware. But i will need S3 in production. I tried using le-challenge-s3 and le-store-s3. But i can't even open the site. ("Site can't be reached" in chrome). I am debugging from VPS exposed to internet and confirming DNS entries work fine. (It worked with "fs" middleware)
I set debug to true and the following is printed and nothing else happens (domain name changed to example.com)
Following is my initialization code:
I don't know what I am doing wrong. I don't see anything in example-letsencrypt bucket in S3.
The text was updated successfully, but these errors were encountered: