Acidus
Acidus
This is a pretty terrible, especially for INPUT response. I'll be using Elaho, write a post on Station or entry an input field, a notification or something else comes in...
I'm running a public Duckling proxy that people use, so I only find out it's crashed once it stops working. I don't necessarily know the URL that crashed it. Looking...
Fun fact, I also now use the mislabeled text file detection rules to find binary files that are mistakenly served with a `text/gemini` MIME type. Let me tell you, trying...
Can reproduce this. Not sure what it was
How would Lagrange do this? Lagrange is a gemini client, not a gemini server. The only thing a Gemini client sends in a request is a fully qualified URL. It...
I have a question on which record types the `WARC-Protocol` header, as well as the `WARC-TLS-Cipher-Suite` header [mentioned/proposed by @ato here](https://github.com/internetarchive/warcprox/issues/13) should appear. * Both a request and a response...
Excellent, thanks for the context. I ended up including them on both `request` and `response` records
I think separating certificates from TLS cipher info makes sense for several small reasons: * They are different things: Certificates provide information about identity. Cipher Suites provide information about the...
@Arkiver2 nice work! I like your logic behind the `WARC-Cipher-Suite` naming vs `WARC-TLS-Cipher-Suite`. @ato I suggest if (and hopefully when) this proposal gets adopted, it uses the `WARC-Cipher-Suite` field name.