Let's Encrypt with subdomain not working?

Hello

I’m new with Easy Engine and I wan’t to create a certificate with let’s encrypt and add proxy with nginx to 127.0.0.1:8069.

The system is necessary because i need to be fast, and lot of subdomain need this action in the future.

For the proxy all working with this command : ee site create mysuper.subdomain.fr --proxy=127.0.0.1:8069

For let’s encrypt, the command fail : ee site update mysuper.subdomain.fr --letsencrypt

I get this error message : Unable to setup, Let’s Encrypt Please make sure that your site is pointed to same server on which you are running Let’s Encrypt Client to allow it to verify the site automatically.

So the subdomain point on my server, and with the let’s encrypt (no easy engine), it’s working fine

Can you help me ? Sorry for the bad english i’m french …

Thanks

I think there is no support for LE on proxied sites yet.

BTW, do you have www.sub.domain.com pointing to the same IP as sub.domain.com?

1 Like

Hello,

No I dont have, I need to create www.mysuper.subdomain.fr ?

Thanks for your reply

Yes, this is basic. When you searched the forum prior to posting your question didn’t you find such information?

Yes I have to search and make the necessary modifications on the server:

https://github.com/EasyEngine/easyengine/issues/702 < not working [Solved] Odoo with Let's Encrypt and Nginx reverse proxy < not working

that’s the answer!