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

(chore) Disable ssl connection to FE by default for compatibility reason #20230

Merged
merged 1 commit into from
Jul 7, 2023

Conversation

gavinchou
Copy link
Collaborator

Older MySQL client (< 5.7.28) will try to connect to server with tls1.1,
which is insecure and is not supported by Doris FE. The connection will
fail.

We disable ssl connection support on Doris FE to keep the users' application
unaffected. To enable ssl support explicitly, just put
the following to fe.conf

enable_ssl = true

@gavinchou
Copy link
Collaborator Author

run buildall

@gavinchou
Copy link
Collaborator Author

run build_all

@gavinchou
Copy link
Collaborator Author

run beut

@gavinchou
Copy link
Collaborator Author

run buildall

1 similar comment
@gavinchou
Copy link
Collaborator Author

run buildall

Older MySQL client (< 5.7.28) will try to connect to server with tls1.1,
which is insecure and is not supported by Doris FE. The connection will
fail.

We disable ssl connection support on Doris FE to keep the users' application
unaffected. To enable ssl support explicitly, just put
the following to fe.conf
```
enable_ssl = true
```
@gavinchou
Copy link
Collaborator Author

run buildall

1 similar comment
@gavinchou
Copy link
Collaborator Author

run buildall

@morningman morningman added the dev/2.0.0 2.0.0 release label Jul 7, 2023
@gavinchou
Copy link
Collaborator Author

LGTM

@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Jul 7, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Jul 7, 2023

PR approved by at least one committer and no changes requested.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 7, 2023

PR approved by anyone and no changes requested.

@morningman morningman merged commit 53c10a2 into apache:master Jul 7, 2023
15 of 16 checks passed
@xiaokang xiaokang added dev/2.0.0-merged and removed dev/2.0.0 2.0.0 release labels Jul 9, 2023
xiaokang pushed a commit that referenced this pull request Jul 9, 2023
…son (#20230)

Older MySQL client (< 5.7.28) will try to connect to server with tls1.1,
which is insecure and is not supported by Doris FE. The connection will
fail.

We disable ssl connection support on Doris FE to keep the users' application
unaffected. To enable ssl support explicitly, just put
the following to fe.conf
```
enable_ssl = true
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by one committer. dev/2.0.0-merged kind/behavior-changed reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants