Ibm cloud Bluemix部署

Ibm cloud Bluemix部署,ibm-cloud,couchdb,cloudant,couchdb-nano,Ibm Cloud,Couchdb,Cloudant,Couchdb Nano,我在尝试连接Bluemix上的Cloudant时遇到此错误。我正在代理服务器上运行连接 [ { _id: 'key1', value: 'value1', lastUpdateTime: '1453920638633' }, { _id: 'key2', value: 'value2', lastUpdateTime: '1458930608633' }, { _id: 'key3', value: 'value3', lastUpdateTime: '14388

我在尝试连接Bluemix上的Cloudant时遇到此错误。我正在代理服务器上运行连接

    [ { _id: 'key1', value: 'value1', lastUpdateTime: '1453920638633' },
      { _id: 'key2', value: 'value2', lastUpdateTime: '1458930608633' },
      { _id: 'key3', value: 'value3', lastUpdateTime: '1438820618633' } ]
    { [Error: error happened in your connection]
      name: 'Error',
      scope: 'socket',
      errid: 'request',
      code: 'ECONNRESET',
      description: 'tunneling socket could not be established, cause=write EPROTO 140255972800384:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:../deps/openssl/openssl/ssl/s23_clnt.c:794:\n',
      stacktrace: 
       [ 'Error: tunneling socket could not be established, cause=write EPROTO 140255972800384:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:../deps/openssl/openssl/ssl/s23_clnt.c:794:',
         '',
         '    at ClientRequest.onError (/home/turbo/Gitrepo/topcoder1/admin/node_modules/cloudant/node_modules/nano/node_modules/request/node_modules/tunnel-agent/index.js:176:17)',
         '    at ClientRequest.g (events.js:260:16)',
         '    at emitOne (events.js:77:13)',
         '    at ClientRequest.emit (events.js:169:7)',
         '    at TLSSocket.socketErrorListener (_http_client.js:267:9)',
         '    at emitOne (events.js:77:13)',
         '    at TLSSocket.emit (events.js:169:7)',
         '    at onwriteError (_stream_writable.js:312:10)',
         '    at onwrite (_stream_writable.js:330:5)',
         '    at WritableState.onwrite (_stream_writable.js:89:5)' ] }
    Failed to insert into game database: error happened in your connection

您能否提供用于连接Cloudant的代码?请确保删除任何已定义的凭据。能否提供用于连接到Cloudant的代码?请确保删除任何已定义的凭据。