-
Every time the plugin tries to use `curl` to download something, it throws an error from `curl`
I'm using Linux, OpenSUSE Tumbleweed, so I have a pretty up to date `curl` and no weird installations…
-
```
./build/https_dns_proxy -v
[W] 1707365381.236897 main.c:235 HTTP/3 is not supported by current libcurl
[W] 1707365398.268900 https_client.c:353 EC4A: curl request failed with 0: No error
[W] …
yonas updated
2 weeks ago
-
### OS/platform
openSUSE Tumbleweed 20240607 x86_64
### Emacs version and provenance
"GNU Emacs 29.3 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.41, cairo version 1.18.0)
of 2024-04-03"
C…
-
When writing a file too big to fit on the underlying filesystem, one of ganesha's threads segfaults:
```
[root@xxx] # df -h /mnt/ganesha
Filesystem Size Used Avail Use% Mounted on
xxx:lus…
ghost updated
12 years ago
-
Greetings,
I am facing problem described bellow when trying to fetch an URI through HTTP/2 fwd proxy. Configuration of nghttpx is:
*Configuration*
```
http2-proxy=yes
frontend=,8443;sni-f…
-
With Grizzly provider, I could able to connect websocket through proxy.
But when I try to set SSLContext to the client, it starting throwing exception:
javax.net.ssl.SSLException: Unrecognized SSL me…
-
Hi!
I'm trying to log in using lpass cli with Microsoft authenticator enabled. After entering my master password an error in red appears saying **'Microsoft authenticator authentication required!'*…
-
It hangs when executing method `fetch` with CurlAsyncHTTPClient. I tried working on CentOS, Python 3.7 ~ 3.9, but the behavior was the same.
However, when i use SimpleAsyncHTTPClient, it works fine…
-
CCing @msalle, @matyasselmeci, @ellert
We are maintaining a version of OpenSSH with GSI authentication (using the GSSAPI) - i.e. GSI-OpenSSH - as part of the [Grid Community Toolkit (GCT)](https://…
-
Is there a way to send a request to a server that only supports HTTP2 (eg; running libnghttp2) *without* requiring the upgrade mechanism (which many HTTP2 only implementations do not support)?
In c…