typicode / hotel

🏩 A simple process manager for developers. Start apps from your browser and access them using local domains
MIT License
9.98k stars 422 forks source link

Error: self signed certificate #166

Open eueung opened 7 years ago

eueung commented 7 years ago

Hi,

tried to execute hubot within hotel and got this message:

[Sat Jan 21 2017 10:03:13 GMT+0700 (WIB)] ERROR Error: self signed certificate
  at Error (native)
  at TLSSocket.<anonymous> (_tls_wrap.js:1079:38)
  at emitNone (events.js:86:13)
  at TLSSocket.emit (events.js:185:7)
  at TLSSocket._finishInit (_tls_wrap.js:603:8)
  at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:433:38)

Previously was o.k. (prior to 0.5.13).

Execution without hotel works as expected.

rgds. EM

djanowski commented 7 years ago

Same here.

djanowski commented 7 years ago

Dup of #157.

typicode commented 7 years ago

Hi,

Could you try setting http_proxy: false in ~/.hotel/conf.json?