motiv-labs / janus

An API Gateway written in Go
https://hellofresh.gitbooks.io/janus
MIT License
2.79k stars 318 forks source link

Can't skip validation of self signed certificate #409

Closed bsctl closed 4 years ago

bsctl commented 5 years ago

In my development environment my upstream server has a self signed certificate. I get this: ... 2019/08/15 15:11:28 http: proxy error: x509: cannot validate certificate for 192.168.1.116 because it doesn't contain any IP SANs.

Thanks