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

Use HTTPS for REST requests #1

Open
dawzon opened this issue Nov 13, 2019 · 0 comments
Open

Use HTTPS for REST requests #1

dawzon opened this issue Nov 13, 2019 · 0 comments

Comments

@dawzon
Copy link
Owner

dawzon commented Nov 13, 2019

In order to avoid dealing with certificates for the time being, the REST API is hosted over plain HTTP. Switching to HTTPS (or at least adding the option) seems like the responsible thing to do before the first "release".

This shouldn't be more than a one-line change (i.e. http.ListenAndServe will become http.ListenAndServeTLS).

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