Skip to content

Commit 015adb7

Browse files
committed
feat: ssl
1 parent 3651c6e commit 015adb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/analyze.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function analyzeURL(req, res) {
107107
};
108108

109109
console.log(
110-
`isUp: ${isUp}, ipAddress: ${ipAddress}, uptime: ${uptime}%, latencyMs: ${latencyMs}, dnsLookupMs: ${lookupMs}, protocol: ${protocol}`
110+
`isUp: ${isUp}, ipAddress: ${ipAddress}, uptime: ${uptime}%, latencyMs: ${latencyMs}, dnsLookupMs: ${lookupMs}, protocol: ${protocol}, sslInfo: ${sslInfo ? JSON.stringify(sslInfo) : 'null'}`
111111
);
112112
return res.json(response);
113113
});

0 commit comments

Comments
 (0)