-
Notifications
You must be signed in to change notification settings - Fork 70
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
Install OpenSSL on Windows. #273
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor.
c321868
to
e53d1d4
Compare
addressed. idk why "re-request review" isn't showing up as an option here anymore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Already merged, but for the record, LGTM
http://b/206154592
Fluent Bit uses either mbedtls or OpenSSL for TLS, and will default to OpenSSL if it's able to find its headers. There's a bug in mbedtls that's causing connection issues (see fluent/fluent-bit#4300 (comment)), so we'll build with OpenSSL instead. Our Linux builds already install OpenSSL, so this will also make Windows consistent.
Build and test info: http://b/206154592#comment2