-
Notifications
You must be signed in to change notification settings - Fork 42
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
Running serversetup again should not try to setup an existing server #31
Comments
If you run |
In my case i ran |
Maybe the http -> https redirect is not enabled, otherwise it should warn as I said, even if it is not setupped from the CLI. |
I believe there's a way for us to detect the existing installation if "force HTTPS" isn't activated. We can do so by getting the existing root domain of the installation. If the root domain is the default one, we know it's a fresh installation, otherwise it's an existing installation. |
Correct - I never enabled that |
See here |
@Hazzard17h Confirmed it fixes it |
Fixed in #33 and released as 2.1.0 |
If you run serversetup against an existing server - it should check and not try to setup SSL again. Ref #30
The text was updated successfully, but these errors were encountered: