systemapic / pile

PostGIS tile server
0 stars 2 forks source link

testing: Uncaught Error: DEPTH_ZERO_SELF_SIGNED_CERT #38

Closed strk closed 8 years ago

strk commented 8 years ago

Testing with SYSTEMAPIC_DOMAIN=localhost yelds HTTPS errors:

     Uncaught Error: DEPTH_ZERO_SELF_SIGNED_CERT
      at SecurePair.<anonymous> (tls.js:1370:32)
      at SecurePair.maybeInitFinished (tls.js:982:10)
      at CleartextStream.read [as _read] (tls.js:469:13)
      at CleartextStream.Readable.read (_stream_readable.js:320:10)
      at EncryptedStream.write [as _write] (tls.js:366:25)
      at doWrite (_stream_writable.js:226:10)
      at writeOrBuffer (_stream_writable.js:216:5)
      at EncryptedStream.Writable.write (_stream_writable.js:183:11)
      at write (_stream_readable.js:583:24)
      at flow (_stream_readable.js:592:7)
      at Socket.pipeOnReadable (_stream_readable.js:624:5)
      at emitReadable_ (_stream_readable.js:408:10)
      at emitReadable (_stream_readable.js:404:5)
      at readableAddChunk (_stream_readable.js:165:9)
      at Socket.Readable.push (_stream_readable.js:127:10)
      at TCP.onread (net.js:528:21)
strk commented 8 years ago

https://github.com/request/request/issues/418

strk commented 8 years ago

Reopening as it's still happening here

strk commented 8 years ago

Filed upstream to the module we use for the offending request: https://github.com/SaltwaterC/http-request/issues/32