Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webserver mode SSL #741

Open
dodysw opened this issue Jun 20, 2018 · 4 comments
Open

Webserver mode SSL #741

dodysw opened this issue Jun 20, 2018 · 4 comments

Comments

@dodysw
Copy link
Contributor

dodysw commented Jun 20, 2018

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
Copy link
Member

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

@thxCode
Copy link

thxCode commented Jan 1, 2019

@tommysitu have any plans to support webserver SSL mode?

@i2blind
Copy link

i2blind commented Oct 22, 2021

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants