aleph

valerauko 2018-12-08T10:17:19.027400Z

hmm maybe it's not tls1.3 but the 4096 bit cert

valerauko 2018-12-08T10:47:00.028100Z

=&gt; @(http/get "<https://mastodon.host>")
Exception ExceptionInfo connection was closed after 0.336 seconds
...
io.netty.handler.codec.DecoderException: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
meanwhile
=&gt; (let [url (java.net.URL. "<https://mastodon.host>")
      conn (.openConnection url)]
  (if (= (.getResponseCode conn) 200)
    (byte-streams/to-string (.getInputStream conn))))
"&lt;!DOCTYPE html&gt;\n&lt;html lang='en'&gt;\n&lt;he ..."