Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No SSL Certificate Issued after Easy-Install #1498

Open
kylexgc opened this issue Nov 8, 2023 · 1 comment
Open

No SSL Certificate Issued after Easy-Install #1498

kylexgc opened this issue Nov 8, 2023 · 1 comment

Comments

@kylexgc
Copy link

kylexgc commented Nov 8, 2023

Issue: Easy Install

After running the easy-install script, the site does not deliver a working SSL certificate. You get 'your connect isn't private' and a self-issued cert, rather than a certbot/lets-encrypt cert

If I try to use bench with bench setup lets-encrypt erp.domain.com I get "no site named erp.domain.com", this also happens if I execute bench from the /var/lib/docker/volumes/frappe_sites/ and /var/lib/docker/volumes/frappe_sites/_data/erp.domain.com directories, I also tried a variety of the subfolders and same 'no site named' error

How can I get a working SSL certificate going from this point?

2023-11-08 23:00:51,684 - INFO - Running Production Setup
2023-11-08 23:00:51,857 - INFO - Downloaded frappe_docker zip file from GitHub
2023-11-08 23:00:51,873 - INFO - Unzipped and Renamed frappe_docker
2023-11-08 23:00:51,874 - INFO - Removed the downloaded zip file
2023-11-08 23:02:13,614 - INFO - Docker Compose file generated at ~/frappe-compose.yml
2023-11-08 23:03:57,405 - INFO - New site creation completed

12~22.04.1-Ubuntu SMP Thu Sep 7 14:01:24 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.3 LTS"
PRETTY_NAME="Ubuntu 22.04.3 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.3 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy

@kylexgc
Copy link
Author

kylexgc commented Nov 9, 2023

I was able to resolve my problem - it was fairly simple but unrelated to the install, inbound port 80 must be open at your firewall for the erp server/containers to be able to acquire the web cert

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant