Open vlada-dudr opened 1 month ago
The format of fenodes is ip:port. https needs to configure the fe certificate https://doris.apache.org/zh-CN/docs/dev/admin-manual/auth/fe-certificate/. Currently, be does not support https
@JNSimba thank you. I opened merge request #494 to enable https connection to fe.
Search before asking
Version
flink-doris-connector-1.20-24.0.0
What's Wrong?
When I just specify fenodes I get
In case I specify
some-fe:8050
(the https port), I obviously get:If I try set fenodes to
https://some-fe:8050
:There are several places in code, where plain http is hardcoded, e.g.: https://github.com/apache/doris-flink-connector/blob/c61342f9651829c72f7828480c831dba52ad8ef3/flink-doris-connector/src/main/java/org/apache/doris/flink/rest/RestService.java#L362
What You Expected?
Support for https FE, either via explicit protocol specification via
https://some-fe:port
or by following redirect issued by FE.How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct