You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/04/06 17:12:39 UTC

[GitHub] [couchdb] Liquid-NeoN commented on issue #3291: /_node//_system endpoint returns HTTP 500 when TLS is configured

Liquid-NeoN commented on issue #3291:
URL: https://github.com/apache/couchdb/issues/3291#issuecomment-1090508711

   We seeing similar behaviour when calling the [/_node/_local/_system](url) end point, but we get a different error. Environment specs and  [/_node/_local/_system](url) response below.
   
   Operating system and version: Ubuntu 18.04.6 LTS
   
   [/](url)
   ```JSON
   {
       "couchdb": "Welcome",
       "version": "3.2.1",
       "git_sha": "244d428af",
       "uuid": "2c788d3183f607ee7cb432038b940f78",
       "features": [
           "access-ready",
           "partitioned",
           "pluggable-storage-engines",
           "reshard",
           "scheduler"
       ],
       "vendor": {
           "name": "The Apache Software Foundation"
       }
   }
   ```
   
   [/_membership](url)
   ```JSON
   {
       "all_nodes": [
           "couchdb@db1.xxx.com",
           "couchdb@db2.xxx.com",
           "couchdb@db3.xxx.com",
           "couchdb@db4.xxx.com"
       ],
       "cluster_nodes": [
           "couchdb@db1.xxx.com",
           "couchdb@db2.xxx.com",
           "couchdb@db3.xxx.com",
           "couchdb@db4.xxx.com"
       ]
   }
   ```
   
   [/_node/_local/_system](url)
   ```JSON
   {
       "error": "invalid_ejson",
       "reason": "{badrpc,\n    {'EXIT',\n        {function_clause,\n            [{prim_inet,getstat,\n                 [<0.12402.0>,\n                  [recv_oct,recv_cnt,recv_max,recv_avg,recv_dvi,send_oct,\n                   send_cnt,send_max,send_avg,send_pend]],\n                 []},\n             {chttpd_node,'-get_distribution_stats/0-fun-0-',1,\n                 [{file,\"src/chttpd_node.erl\"},{line,312}]},\n             {lists,map,2,[{file,\"lists.erl\"},{line,1243}]},\n             {chttpd_node,get_stats,0,\n                 [{file,\"src/chttpd_node.erl\"},{line,264}]}]}}}",
       "ref": 878456848
   }
   ```


-- 
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: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org