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

Accessing Server LH 3000 (Windows) #760

Open
Kiveo opened this issue Aug 5, 2018 · 0 comments
Open

Accessing Server LH 3000 (Windows) #760

Kiveo opened this issue Aug 5, 2018 · 0 comments

Comments

@Kiveo
Copy link

Kiveo commented Aug 5, 2018

There is likely some odd functionality concerning accessing local host 3000 while using Windows 10. The rails server will fail, due to https requirements of facebook. However, the thin ssl server will simply not appear for some windows users (myself). I tried a recommended route: 127.0.0.1:3000
That said, despite many suggestions for that, it did not work for me either. Possible workaround:

Run rails s [once it loads up, copy the address, something like example: 67.200.180.190:58100]
Close the rails s
Thereafter, run the 'bundle exec thin start --ssl'
Navigate to it using the previous rails server's address.

This worked for me, after acknowledging the unsafe warning that is expected for this lab.

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

No branches or pull requests

1 participant