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

Install OpenSSL on Windows. #273

Merged
merged 5 commits into from
Nov 18, 2021
Merged

Install OpenSSL on Windows. #273

merged 5 commits into from
Nov 18, 2021

Conversation

jkschulz
Copy link
Contributor

@jkschulz jkschulz commented Nov 17, 2021

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

@jkschulz jkschulz requested a review from qingling128 November 17, 2021 08:49
Copy link
Contributor

@qingling128 qingling128 left a comment

Choose a reason for hiding this comment

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

LGTM

Dockerfile.windows Outdated Show resolved Hide resolved
Dockerfile.windows Show resolved Hide resolved
Copy link
Member

@igorpeshansky igorpeshansky left a comment

Choose a reason for hiding this comment

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

Minor.

Dockerfile.windows Outdated Show resolved Hide resolved
Dockerfile.windows Show resolved Hide resolved
Dockerfile.windows Outdated Show resolved Hide resolved
Dockerfile.windows Show resolved Hide resolved
@jkschulz jkschulz force-pushed the jschulz-windows-ssl branch from c321868 to e53d1d4 Compare November 18, 2021 04:36
@jkschulz jkschulz dismissed igorpeshansky’s stale review November 18, 2021 08:25

addressed. idk why "re-request review" isn't showing up as an option here anymore

@jkschulz jkschulz merged commit f1c6554 into master Nov 18, 2021
@jkschulz jkschulz deleted the jschulz-windows-ssl branch November 18, 2021 08:26
Copy link
Member

@igorpeshansky igorpeshansky left a 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 :shipit:

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

Successfully merging this pull request may close these issues.

4 participants