Skip to content

Commit

Permalink
fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
arun-babu committed Feb 13, 2020
1 parent ed4a70e commit 4cabc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion https.js
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ function security (req, res, next)
);
}

cert.serial = cert.serial.toLowerCase();
cert.serialNumber = cert.serialNumber.toLowerCase();
cert.fingerprint = cert.fingerprint.toLowerCase();

if (is_iudx_certificate(cert))
Expand Down

0 comments on commit 4cabc00

Please sign in to comment.