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

Enabling HTTPS (SSL) #306

Open
ankitsrivastava108 opened this issue Jun 3, 2016 · 2 comments
Open

Enabling HTTPS (SSL) #306

ankitsrivastava108 opened this issue Jun 3, 2016 · 2 comments

Comments

@ankitsrivastava108
Copy link

Hi Team,

I want to enable HTTPS in Lymph. where should i configure the SSL parameters for the same?

@ankitsrivastava108
Copy link
Author

Hi Guys,
Waiting for the reply.

@emulbreh
Copy link
Contributor

emulbreh commented Jun 27, 2016

Hi @ankitsrivastava108, the best option would be to run lymph web services behind a reverse proxy such as nginx. If you insist on instances handling their own ssl you may be able to configure the wsgi server [1] accordingly (it's basically werkzeug's server, which does support ssl).

That being said, afaik lymph is currently unmaintained. If you're looking for an alternative, nameko is conceptually similar and still active.

[1] https://github.com/deliveryhero/lymph/blob/master/lymph/web/interfaces.py#L86

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

No branches or pull requests

2 participants