Closed joeyparrish closed 8 months ago
TLS isn't currently supported but it probably wouldn't be too hard to add, given that the underlying Express framework supports it. I'd be happy to review a pull request that adds that feature.
I'm working on a PR now, including tests.
I also need custom hostnames, so I may also try to create my own version of #43, which seems partly stuck on https issues anyway.
I need to test software that uses APIs only available in a browser over HTTPS connections. Is there a way to provide TLS configuration to express to support this?