hoverfly icon indicating copy to clipboard operation
hoverfly copied to clipboard

Webserver mode SSL

Open dodysw opened this issue 7 years ago • 4 comments

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.

dodysw avatar Jun 20 '18 10:06 dodysw

Hoverfly can be used for HTTPS proxying, but it cannot run as an HTTPS web server at the moment.

tommysitu avatar Jun 21 '18 09:06 tommysitu

@tommysitu have any plans to support webserver SSL mode?

thxCode avatar Jan 01 '19 08:01 thxCode

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.

i2blind avatar Oct 22 '21 15:10 i2blind

Any update about this feature? SSL mode has been implemented for hoverfly -webserver?

gustavoponce7 avatar Jun 28 '22 21:06 gustavoponce7