-
Notifications
You must be signed in to change notification settings - Fork 443
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
[BUILD] Enable SSL for curl in bazel build environment #2489
Comments
This issue is available for anyone to work on. Make sure to reference this issue in your pull request. |
This issue was marked as stale due to lack of activity. |
I'm experiencing a very similar issue when using the opentelemetry-cpp library to send logs via HTTPS. I receive the following error when trying to use an HTTPS endpoint:
It seems that libcurl being used does not have SSL/TLS support, which is causing the failure for HTTPS connections. This exact issue happens even when HTTPS is fully supported on my system for other applications. It would be great to raise the priority of this bug, as HTTPS support is essential for many use cases, and HTTP works without issues. Thank you! |
This issue was marked as stale due to lack of activity. |
Is this issue available to be worked on? If there are no takers, I could work on it. @marcalff |
Initialy reported in PR #2415
When building with bazel, CURL is not compiled with SSL.
The following need to be fixed:
The text was updated successfully, but these errors were encountered: