Skip to content

SSL_CTX_set_client_hello_cb() ... not found #56

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
gdlwolf opened this issue Dec 14, 2023 · 2 comments
Open

SSL_CTX_set_client_hello_cb() ... not found #56

gdlwolf opened this issue Dec 14, 2023 · 2 comments

Comments

@gdlwolf
Copy link

gdlwolf commented Dec 14, 2023

I have returned an error when I compiled the installation using openrestry1.21.4.3:
checking for SSL_CTX_set_client_hello_cb() ... not found
! incorrect OpenSSL version. use >= 1.1.1

I used openssl 1.1p, 1.1W, 3.0.12 and they all reported the same error.

@oowl
Copy link
Contributor

oowl commented Jan 27, 2024

Maybe it's related to #58

@CaesarC
Copy link

CaesarC commented Aug 13, 2024

I have encountered the same error when building with OpenResty using the following parameters:

--with-cc-opt="-I/usr/local/include,-Wno-unused-function" --with-ld-opt="-L/usr/local/lib64 -Wl,-rpath=/usr/local/lib64"

The OpenSSL has been upgraded to 1.1.1.

here is lib64 link states
/usr/lib64/libssl.so -> libssl.so.1.0.2k
/usr/lib64/libssl.so.10 -> libssl.so.1.0.2k
/usr/lib64/libssl.so.1.1 -> /usr/local/lib64/libssl.so.1.1

/usr/lib64/libcrypto.so -> libcrypto.so.1.0.2k
/usr/lib64/libcrypto.so.10 -> libcrypto.so.1.0.2k
/usr/lib64/libcrypto.so.1.1 -> /usr/local/lib64/libcrypto.so.1.1

i can't not change the old link /usr/lib64/libssl.so,because is will break down some progress like sshd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants