ijpiantanida / talkback

A simple HTTP proxy that records and playbacks requests
MIT License
284 stars 41 forks source link

Request fails if host issues a self sign certificate #12

Closed Schnueggel closed 5 years ago

Schnueggel commented 5 years ago

Hi,

Can we make it possible to allow self signed certificates from the host? Also an option to start a https server instead of http could be good

Schnueggel commented 5 years ago

OK I found out that setting process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0' solves this issue