-
Notifications
You must be signed in to change notification settings - Fork 24
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 instructions/help #11
Comments
@beardedeagle Thanks for the request. I will send the instructions soon. |
@beardedeagle Our production config looks like this:
I think this can be translated into something like this with Elixir:
|
@beardedeagle Also I have found a bug in tls backend. #12 will address the issue. For now please test the related branch :(. Just in case I am using the following snippet to generate self signed SSL certificates: https://github.com/oltarasenko/exgraylog/blob/master/Makefile#L26 |
@beardedeagle Hopefully, it could help you! |
@beardedeagle I have decided to keep it open for now. In case you have some additional questions regarding it. Will close the issue by the end of the week if new questions will not appear. |
I'm wondering if it would make sense to have |
@beardedeagle I am not sure about it. Let me think a bit. Technically it's easy to do, but... In general, EPMDLess is used in the cases when we define each node port manually. Every node has own different port in our setup. I just wonder if the default port will give anything to us, as it looks like you will have to specify a port each time? What do you think? |
I'm replacing my version of epmdless I got from the erlang solutions post with this library and I'd like to use TLS, however I'm not entirely sure where I would begin there. Via you're instructions:
I put this in my config.exs:
And that generates correctly during builds:
But I'm unsure where I set up TLS for this. is it in the
client
andserver
sections of the config, or is it separate? I assume what's being looked for here is something like the following:But again, I'm not sure where to put this if this is what is needed. Any chance you could shed some light on this? Any and all assistance would be greatly appreciated. Thank you in advance.
The text was updated successfully, but these errors were encountered: