Skip to content
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

Add --with-openssl to GIT-INFO #11110

Closed
wants to merge 1 commit into from
Closed

Add --with-openssl to GIT-INFO #11110

wants to merge 1 commit into from

Conversation

osalbahr
Copy link
Contributor

When I ran ./configure I received the following error:

configure: error: select TLS backend(s) or disable TLS with --without-ssl.

Select from these:

  --with-amissl
  --with-bearssl
  --with-gnutls
  --with-mbedtls
  --with-nss
  --with-openssl (also works for BoringSSL and libressl)
  --with-rustls
  --with-schannel
  --with-secure-transport
  --with-wolfssl

I suggested --with-openssl according to https://curl.se/docs/install.html

Copy link
Member

@bagder bagder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, you should select the TLS backend you prefer to use and we cannot assume that everyone wants OpenSSL, but I also figure that many readers of this command line that says "use OpenSSL" realize they might be able to select another one. So let's do this.

@bagder
Copy link
Member

bagder commented May 14, 2023

Thanks!

@bagder bagder closed this in f157610 May 14, 2023
@osalbahr osalbahr deleted the patch-1 branch May 14, 2023 22:42
@osalbahr
Copy link
Contributor Author

Thank you for explaining. Could you elaborate what you mean by "let's do this"?

bch pushed a commit to bch/curl that referenced this pull request Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants