-
Notifications
You must be signed in to change notification settings - Fork 144
@fredmk's axios refactor rebased on dev #10
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
Conversation
|
Great! Do we need a branch of Nightscout that points to this to enable testing? |
|
Yes, I've been trying to test it a little bit more since there are substantial changes, but short on time. If we think a bounty/contract could solve this for reasonable price, T1Pal might be willing to fund development on this. |
|
Tying it all together: |
|
|
||
| var logger = require('./logger'); | ||
|
|
||
| process.env["NODE_TLS_REJECT_UNAUTHORIZED"] = 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nervous about shipping this to production. We would like to validate that we are talking to Medtronic without someone tampering.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the current code not using this
testing against international servers takes longer.
|
@FredMK, your changes are merged into |
I have rebased the axios branch on top of dev with these results.
https://github.com/FredMK/minimed-connect-to-nightscout/tree/axios