D.Snezhkov
D.Snezhkov
Hi, I am running into the same issue. Freshly built on : host: Debian 9 testing x86_64 native glibc: `ldd --version` ``` ldd (Debian GLIBC 2.27-6) 2.27 ``` ```c #include...
+1 for a non-interactive use option, if used as a library. Thank you.
I would suggest checking fo reverse DNS resolution for the domain and making sure that the IP it resolves to is what the `-H` points to (e.g. if you are...
The error is an internal go/http HTTPS error code. It mostly means it cannot listen on that IP/Port and if TLS possibly cannot find the cert/key, at least in my...
One thing I would add is that `crypto/tls` wants a PEM formatted certs. So I think if you are utilizing the cert from LetsEncryot - you would want the sever...
No, these are go compiler directives, not comments. See: https://pkg.go.dev/embed
I think snakemake run logs are not overly parser friendly for the environment I am in, both in structure and in timing (flush of output into a file). It would...
Sure. In the meantime - you would get a 404 on a properly listening endpoint as viewed from the outside.