Dolf Schimmel
Dolf Schimmel
I like this patch. In my case I (initially) wanted to run this in a chroot, but couldn't because of the other binary missing. That's also a use case that...
I had the same issue (but then while connecting with google.com). Didn't research it any further, but using SHA512/RSA certificates rather than ECDA fixed it. PR: https://github.com/kr/mitm/pull/4
I'm having a similar problem as well. Am trying to bootstrap a 2.2.0 cluster from scratch, and when running securityadmin I get: ``` OPENSEARCH_JAVA_HOME=/opt/opensearch/opensearch-2.2.0/jdk/ bash -x /opt/opensearch/opensearch-2.2.0/plugins/opensearch-security/tools/securityadmin.sh -cd /etc/opensearch/opensearch-security/ -icl...
Actually I was about to update this. It's possible that this specific node was installed with 2.1.0, and right after upgraded to 2.2.0. I did follow the logs, but the...
I'm not sure we should support the contentType header. I just searched through a corpus of about a million emails sent over the past 5 days. And found only 5...
> The impact this has is that getBodyText() and getBodyHtml() could lead to ambiguous results in cases where more than one part has the same type. You could of course...
Do we really need a single interface containing all methods? Would it not be better to split it up in multiple smaller logical chunks? Wrt to your return argument. How...
Good catch! I just looked at the code in which I used this library and I think I simply always called close on the abort channel. Clearly this was way...
> Are you saying this solves a problem you were having That I'm not sure about anymore :) Advantages of using pointer receivers is that otherwise the struct would be...