hoverfly
hoverfly copied to clipboard
Webserver mode SSL
Is there a way to configure hoverfly to enable SSL while on webserver mode? I tried
hoverctl start webserver --admin-port 8888 --proxy-port 8500 --listen-on-host 0.0.0.0 --certificate cert.pem --key key.pem
But it doen't seem to work, curl to the end point using https:// results in this error message:
curl: (35) SSL received a record that exceeded the maximum permissible length.
Hoverfly can be used for HTTPS proxying, but it cannot run as an HTTPS web server at the moment.
@tommysitu have any plans to support webserver SSL mode?
Hey folks, I would also say securing the admin api with TLS would be helpful too. I am gong to deploy this and going to need to secure it using nginx in front...but then I won't be able to use hoverctl. TLS support would be very handy.
Any update about this feature? SSL mode has been implemented for hoverfly -webserver?