-
Notifications
You must be signed in to change notification settings - Fork 7
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
getting started directions no longer lead to working system #37
Comments
I'm having the same problem. It looks like SSL is automatically enabled regardless if you put true or false in the Vagrantfile. If you got to https://yoursite.dev it will load your index file. I'm trying to figure out how to disable the SSL. If you edit the httpd-vhosts it doesn't seem to do anything. |
Shit. Sorry y'all. I've let this project slip. It was quiet for so long, I got a false sense of security... But I think I know what's going on here. https://github.com/goodguyry/dreambox/blob/master/files/user_setup#L219 That should be Thanks for reporting and sorry for the delay. |
@goodguyry Good to hear from you! No worries, I'll look forward to your update. :-) |
Version 0.2.4 is up on Vagrant Cloud https://app.vagrantup.com/goodguyry/boxes/dreambox/versions/0.2.4
In my testing, the solution outlined in my previous comment fixes bug with SSL being perpetually enabled. Let me know if this clears up the issue on your end as well. Thanks! |
I'm following getting started but failing to end up with a usable system. Please advise what I'm doing wrong. I had previously been using dreambox 0.2.1 with no problems, but the new version doesn't seem to work.
This is an ubuntu box.
Browse to http://192.168.200.200/
All that is displayed is the Apache-default "It works!"
Adding
index.php
to theweb
subdirectory has no effect.What am I missing?
Thanks!
The text was updated successfully, but these errors were encountered: