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

Hardcoded HTTPS used on uriHost causing SSL error #240

Open
mretallack opened this issue Oct 31, 2023 · 0 comments
Open

Hardcoded HTTPS used on uriHost causing SSL error #240

mretallack opened this issue Oct 31, 2023 · 0 comments

Comments

@mretallack
Copy link

The Utils.js has a hardcoded https as the prefix for this.uriHost:

this.uriHost ='https://' + this.routerHost;

This means that when using an internal routerHost within k8S, the trigger fails with a:

SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332:\n","stack":"Error: write EPROTO 139863444719424:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332

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