net: Pass certs that fail the SSL handshake out of the network layer.

This commit is contained in:
Josh Matthews 2020-05-29 11:56:17 -04:00
parent 1cdaf40eb2
commit 0ce2aa917a
7 changed files with 136 additions and 44 deletions

View file

@ -3,6 +3,7 @@
<title>Certificate error</title>
</head>
<body>
<p>${reason}</p>
<p>${reason}</p>
<pre>${bytes}</pre>
</body>
</html>