You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "sunhao (Jira)" <ji...@apache.org> on 2022/11/18 06:28:00 UTC

[jira] [Created] (IOTDB-4985) After the https encryption protocol is enabled, only metadata is created for the insertTablet data

sunhao created IOTDB-4985:
-----------------------------

             Summary: After the https encryption protocol is enabled, only metadata is created for the insertTablet data
                 Key: IOTDB-4985
                 URL: https://issues.apache.org/jira/browse/IOTDB-4985
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Core/Others
            Reporter: sunhao


{{1.curl -H "Content-Type:application/json" -H "Authorization:Basic cm9vdDpyb290" -X POST --data '\{"timestamps":[1635232143960,1635232153960],"measurements":["s3","s4"],"dataTypes":["INT32","BOOLEAN"],"values":[[11,null],[false,true]],"isAligned":false,"deviceId":"root.sg27"}' [https://127.0.0.1:18080/rest/v1/insertTablet]}}

2.After the https encryption protocol is enabled, only metadata is created for the insertTablet data



--
This message was sent by Atlassian Jira
(v8.20.10#820010)