-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Description
I deployed Doris 3.1.1 locally using Docker.
This is be.conf:
- webserver_port = 8040
- enable_https = true
- ssl_certificate_path = ${DORIS_HOME}/conf/certificate.pem
- ssl_private_key_path = ${DORIS_HOME}/conf/private_key.pem
I want to use Stream Load, then I ran the following command:
curl --location-trusted -k -u root: -H "Expect:100-continue" -H "column_separator:," -H "columns:user_id,name,age" -T D:\Temp\csv\streamload_example.csv -XPUT https://localhost:8040/api/testdb/test_streamload/_stream_load
but, I get it:
curl: (35) schannel: next InitializeSecurityContext failed: SEC_E_INVALID_TOKEN (0x80090308) - 给函数提供的标志无效
It seems that HTTPS is not enabled, so how should I configure it?
Metadata
Metadata
Assignees
Labels
No labels