sigit-issue-30 #2

Merged
y merged 2 commits from sigit-issue-30 into master 2024-05-28 06:03:59 +00:00
Owner

Issue

  • When requesting relay info, a relay may have a bad (outdated) certificate which will cause request rejection.

Intent

  • Handle relay info responses with bad certificates.
  • Fix logging utility

Implementation

  • Used HTTP agent with rejectUnauthorized: false in src/job-types/relay-info.ts.
  • Used default console.log function in log utility.
## Issue - When requesting relay info, a relay may have a bad (outdated) certificate which will cause request rejection. ## Intent - Handle relay info responses with bad certificates. - Fix logging utility ## Implementation - Used HTTP agent with `rejectUnauthorized: false` in `src/job-types/relay-info.ts`. - Used default `console.log` function in `log` utility.
y added 2 commits 2024-05-27 14:50:32 +00:00
y merged commit 90cdcf8745 into master 2024-05-28 06:03:59 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sigit/dvm#2
No description provided.