curl / Mailing Lists / curl-users / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Re: Curl with rsa-sha2-256, rsa-sha2-512

From: João M. S. Silva via curl-users <curl-users_at_lists.haxx.se>
Date: Tue, 16 May 2023 17:40:53 +0100

>
> curl: (2) Failure establishing ssh session: -5, Unable to exchange
> encryption keys
>
>
Think I found the problem: when I built curl I was providing:

./configure --with-openssl --with-libssh2=/home/shared/libssh2/


but then, at run time, a pre-existing version of libssh2 was probably being
used (the one brought by the apt installation of git).


I could not use LD_LIBRARY_PATH to tell configure that I had a new place
for libssh2. I had to install it system-wide after removing the system one.

>


-- 
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users
Etiquette:   https://curl.se/mail/etiquette.html
Received on 2023-05-16