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

HTTPS / SSL support #113

Open
simplenotezy opened this issue Feb 6, 2020 · 4 comments
Open

HTTPS / SSL support #113

simplenotezy opened this issue Feb 6, 2020 · 4 comments
Labels
bug Something isn't working

Comments

@simplenotezy
Copy link

I notice the code in functions.php includes references to https://localhost:3000/ but I notice I cannot access the site using https. How can I enable local SSL for the site?

@northosts
Copy link
Owner

That might be a bug, https shouldn't be required for local development and wasn't implemented, will try to check that out as soon as possible. Where did you find these urls?

@northosts northosts added the bug Something isn't working label Feb 7, 2020
@simplenotezy
Copy link
Author

In the set_headless_preview_link function on line 52

@northosts
Copy link
Owner

Yes, i see. Will fix this shortly. You just can replace https:// with http://

@simplenotezy
Copy link
Author

OK great @northosts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants