diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-02-13 22:49:16 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-02-13 22:49:16 +0100 |
commit | 835c2634212257d41c1a30c6cc0ad3ed60bb9aca (patch) | |
tree | 894e8cc13e33c8fc7e6181477ea11b3181e6e16a /docs | |
parent | ab02bf4f0c9eb537d2674f1cf1d1a135b4309716 (diff) | |
download | curl-835c2634212257d41c1a30c6cc0ad3ed60bb9aca.tar.gz |
KNOWN_BUGS: cannot enable LDAPS on Windows with cmake
Reported-by: Jack Boos Yu
Closes #6284
Diffstat (limited to 'docs')
-rw-r--r-- | docs/KNOWN_BUGS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 16d979d58..f8ba53b91 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -139,6 +139,7 @@ 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 15.11 ExternalProject_Add does not set CURL_CA_PATH + 15.12 cannot enable LDAPS on Windows 16. Applications 16.1 pulseUI VPN client @@ -985,6 +986,10 @@ problems may have been fixed or changed somewhat since this was written! See https://github.com/curl/curl/issues/6313 +15.12 cannot enable LDAPS on Windows + + See https://github.com/curl/curl/issues/6284 + 16. Applications 16.1 pulseUI VPN client |