-
Notifications
You must be signed in to change notification settings - Fork 69
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
Proposal wont go over HTTPS #70
Comments
Hi @kevieman !!
later set config.force_ssl = true and it should work fine!! :) |
That gives me the following error:
|
What message does it return when you type "journalctl -xe" ? |
It gives:
|
Please give me the output "systemctl status nginx.service" |
|
You've an error on [emerg] invalid location modifier "@" in /etc/nginx/sites-enabled/default:43 |
That was a problem with copy paste :).
But i still have the |
|
Still the |
Show me your nginx.conf configuration with your 80 and 443 block server, pls |
/etc/nginx/sites-enabled/default:
|
You've two Location @ app ...
|
I still get the error. |
Something like that:
|
Great that fixed the |
Fantastic @kevieman !! |
Hey there,
I have Consul deployed on an Ubuntu server. I made the site secure with SSL with the use of certbot (Let's Encrypt certificate) The whole site is encrypted except for any of the proposal pages.
To be exact the following pages are not secure:
/proposals/new
,/legislation/processes/../proposals/new
and/budgets/../investments
If I set [force_ssl] https://github.com/consul/consul/blob/master/config/environments/production.rb#L45) to
true
ill recieve anERR_TOO_MANY_REDIRECTS
error in browser.these are my nginx conf files:
/etc/nginx/sites-enabled/default
/etc/nginx/sites-available/default
The text was updated successfully, but these errors were encountered: