-
Notifications
You must be signed in to change notification settings - Fork 173
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
Can't use a runtime in HTTPS mode #433
Labels
Comments
That's a good idea. Related PR for setting up ssl for node noflo: noflo/noflo-nodejs#11 |
See also noflo/noflo-nodejs#54 |
noflo-nodejs supports |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I log into https://app.flowhub.io and try to access a local runtime I get:
Looks like noflo-nodejs and other runtimes need HTTPS implementation in order to work with Flowhub over HTTPS. There should be some kind of
secure
flag upon runtime registration and Flowhub should check it before opening a runtime and raise a warning if current connection doesn't match the runtime's secure flag.The text was updated successfully, but these errors were encountered: