-
Notifications
You must be signed in to change notification settings - Fork 41
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
Server setup fails on Enabling SSL with 404 #34
Comments
Hello, Do you also experience issues by setting up the server using the GUI instead of the CLI? |
I was able to enable HTTPS without any problems from the Dashboard. |
Oh by the way: I'm using Ubuntu 18.04 as 16.04 already reached end of life. |
I think this is a bug for root domains that start with CapRover admin dashboard (where the API is enabled, too) is deployed at Ultimately, you can fix this for now by changing your root domain and DNS A record (e.g. |
That's the issue. Changing the subdomain works. Thanks! :) |
Thanks @Hazzard17h for sorting this out. I think we should re-open and address the root cause - though it's not high priority. |
Fixed in #33 and released as 2.1.0 |
I have a server running the caprover docker container and an root domain like
captain.api.my.domainname.com
with an A record*.captain.api.my.domainname.com
pointing to my server.I can access the dashboard and login.
Whenever I'm trying to run
caprover serversetup
it fails on "Enabling SSL" withError: StatusCodeError: 404 - "<!doctype html>\n<html>\n\n<head>
...So basically the html output of the default page. What am I doing wrong? DNS is properly propagated.
The text was updated successfully, but these errors were encountered: