diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-01-28 08:24:13 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-01-28 08:25:36 +0100 |
commit | 4615f8440edca59f436528e400112c894e620899 (patch) | |
tree | c994a9ac46682701ef3e188fc06b48740944c3d8 | |
parent | 553f286a8f17e84b6957101ab37b7d817a6a2929 (diff) | |
download | curl-4615f8440edca59f436528e400112c894e620899.tar.gz |
KNOWN_BUGS: "pulseUI VPN client" is known to be buggy
First entry in the new section "applications" for known problems in
libcurl using applications.
Closes #6306
-rw-r--r-- | docs/KNOWN_BUGS | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 9ff6b0747..b95204998 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -137,6 +137,9 @@ problems may have been fixed or changed somewhat since this was written! 15.9 cert paths autodetected when cross-compiling 15.10 libspsl is not supported + 16. Applications + 16.1 pulseUI VPN client + ============================================================================== 1. HTTP @@ -952,3 +955,18 @@ problems may have been fixed or changed somewhat since this was written! 15.10 libspsl is not supported See https://github.com/curl/curl/issues/6214 + +16. Applications + +16.1 pulseUI VPN client + + This application crashes at startup with libcurl 7.74.0 (and presumably later + versions too) after we cleaned up OpenSSL initialization. Since this is the + only known application to do this, we suspect it is related to something they + are doing in their setup that isn't kosher. We have not been able to get in + contact with them nor got any technical details to help us debug this + further. + + See + https://community.pulsesecure.net/t5/Pulse-Desktop-Clients/Linux-Pulse-Client-does-not-work-with-curl-7-74/m-p/44378 + and https://github.com/curl/curl/issues/6306 |