soft-killer opened a new issue, #59723:
URL: https://github.com/apache/doris/issues/59723

   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?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to