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

make session "work" with .loki tld #966

Merged
merged 1 commit into from Mar 13, 2020

Conversation

majestrate
Copy link

First time contributor checklist:

Contributor checklist:

Description

setting process.env.NODE_TLS_REJECT_UNAUTHORIZED = 0; is different from setting process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0'; because javascript.

please note that this isn't the correct fix for this code it just makes it "work".

Copy link

@neuroscr neuroscr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually already have a branch with this and other refactors but no issue with merging this for now

@neuroscr
Copy link

fails lint, pls run yarn ready

passing number zero to environmental variables UNSETS the variable, pass "0" instead.
this commit makes it "work" but is probably not the right fix, that comes later. (tm)
@Mikunj Mikunj merged commit d120cbb into oxen-io:clearnet Mar 13, 2020
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

Successfully merging this pull request may close these issues.

None yet

3 participants