SpectoLabs / hoverfly

Lightweight service virtualization/ API simulation / API mocking tool for developers and testers
https://hoverfly.io
Apache License 2.0
2.36k stars 208 forks source link

Webserver mode SSL #741

Open dodysw opened 6 years ago

dodysw commented 6 years ago

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.

tommysitu commented 6 years ago

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

thxCode commented 5 years ago

@tommysitu have any plans to support webserver SSL mode?

i2blind commented 3 years ago

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.

gustavoponce7 commented 2 years ago

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