linzhanglong opened a new issue, #10760:
URL: https://github.com/apache/apisix/issues/10760

   ### Current Behavior
   
   If using HTTP, it works normally. 
   
   ### Expected Behavior
   
   using HTTPS, it can works normally
   
   ### Error Logs
   
   no error
   
   ### Steps to Reproduce
   
   Request header:
   Host: 10.103.250.244:4430
   User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:101.0) 
Gecko/20100101 Firefox/101.0
   Accept: multipart/mixed;deferSpec=20220824,application/json
   Accept-Language: zh_CN
   Accept-Encoding: gzip, deflate, br
   Referer: https://10.103.250.244:4430/
   content-type: application/json
   Origin: https://10.103.250.244:4430
   Content-Length: 1599
   Connection: keep-alive
   Cookie: UEDC_LOGIN_LANGUAGE=zh_CN; language=zh_CN; 
SF_SID=20240104215038-f624ceaa919d93719dbfa6e34797b1bd; 
CSRFPreventionToken=e7c30bf45329720d486249f3c8d050fb; 
aCMPAuthToken=9a81c25f557b66129d3f4a3c7188092c; login=local; jump_back=; 
recent_uid=8bb5c4a1396840368a813753d61d46e2
   Sec-Fetch-Dest: empty
   Sec-Fetch-Mode: cors
   Sec-Fetch-Site: same-origin
   
   request payload:
   {"operationName":"GetOverview","variables":{},"query":"query GetOverview {\n 
 index {\n    stat {\n      containerApps {\n        ingresses\n        
namespaces\n        persistentVolumeClaims\n        pods {\n          failed\n  
        pending\n          running\n          succeeded\n          unknown\n    
      total\n        }\n        services\n        workloads {\n          
creating\n          running\n          total\n        }\n      }\n      
containerPlatform {\n        clusters {\n          deleting\n          
deployFailed\n          failed\n          pending\n          running\n          
total\n        }\n        nodes {\n          deleteFailed\n          deleting\n 
         deployFailed\n          failed\n          pending\n          running\n 
         total\n        }\n        persistentVolumes\n        storageClasses\n  
    }\n      infrastructure {\n        hciResourcePools\n        physicalHosts 
{\n          offline\n          online\n          total\n        }\n   
    }\n    }\n    ... @defer {\n      monitorTopN {\n        cpu {\n          
clusterAlias\n          clusterId\n          clusterName\n          usage {\n   
         usagePercentage\n            used\n          }\n        }\n        
memory {\n          clusterAlias\n          clusterId\n          clusterName\n  
        usage {\n            usagePercentage\n            used\n          }\n   
     }\n        storage {\n          clusterAlias\n          clusterId\n        
  clusterName\n          usage {\n            usagePercentage\n            
used\n          }\n        }\n      }\n    }\n  }\n}\n"}
   
   ### Environment
   
   - APISIX version (run `apisix version`): 3.4.2
   - Operating system (run `uname -a`): Linux master-01 
4.18.0-372.19.1.49.po1.x86_64 #1 SMP Tue Apr 18 02:53:31 UTC 2023 x86_64 x86_64 
x86_64 GNU/Linux
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl 
http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


-- 
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]

Reply via email to