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

TLS Configuration per Server config #177

Open
neur00 opened this issue Oct 10, 2018 · 1 comment
Open

TLS Configuration per Server config #177

neur00 opened this issue Oct 10, 2018 · 1 comment

Comments

@neur00
Copy link

neur00 commented Oct 10, 2018

Hi,
There is a very limited TLS configuration when you're using multiple servers per application - you can't use different TLS cetificates to different server instances.
org.rapidoid.net.ServerBuilder loads TLSParams from Conf.TLS which is always loaded from config.yml. Would be nice if this could be set programmatically to org.rapidoid.setup.Setup and then loaded to builder, just like NetworkingParams.

@skhro87
Copy link

skhro87 commented Oct 18, 2018

I agree, generally it would be good to be able to configure SSL (e.g. cert location) programmatically. I didn't find a way to do this yet.

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

3 participants