cjstehno / ersatz

🤖 A simulated HTTP server for testing client code with configurable responses.
https://cjstehno.github.io/ersatz
Apache License 2.0
47 stars 5 forks source link

HTTPS support for proxy server #68

Closed cjstehno closed 4 years ago

cjstehno commented 7 years ago

Currently the HTTPS support for the proxy server is not implemented. There is an issue in Undertow that needs to be resolved first:

https://issues.jboss.org/browse/UNDERTOW-1138

cjstehno commented 4 years ago

Just checked today and there is still no fix for the Undertow issue... going to table this until somebody actually asks for it.