-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[Bug](https) Non leader fe fails to start when enable https #19590
Conversation
run buildall |
run compile |
run p0 |
ae78050
to
44936b3
Compare
run buildall |
run p0 |
Access to fetch at 'https://fe_ip:https_port/rest/v1/login' (redirected from 'http://fe_ip:http_port/rest/v1/login') from origin 'http://fe_ip:http_port' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. maybe the curl command does not have cross-domain problems? |
run p0 |
1 similar comment
run p0 |
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
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
Proposed changes
Issue Number: close #19588
Problem summary
Http interfaces between FEs are not redirected.
#19588
Checklist(Required)
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...