-
Notifications
You must be signed in to change notification settings - Fork 651
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(chain): Fixed telemetry data sending to HTTPS endpoint (#2329)
We already have a record of breaking Telemetry once in a while not even noticing this fact till much later, thus I decided not only to fix it, but also put some logging there. ## Test Plan * Manually checked that the fix works (openssl is statically linked and system root CA certificates still get detected and used) * Added "info" logger to report Telemetry issues (I choose "info" level to indicate that it is not critical, and node can operate just fine with that when the message appears in the logs; it is expected to be silent most of the time)
- Loading branch information
Showing
4 changed files
with
15 additions
and
5 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters