Hi .
I try to post data with “curl https://xxxxx:8086” .But dose not work .
how to do it with https.
This command to execute. it not error show on terminal.
curl -s -i -XPOST ‘https://influxdb:8086/write?db=mydb’ --header ‘Authorization: Token admin:admin’ --data-binary @data2influx.txt
Thank you.