We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I had really hard time finding right configuration for emqtt and my Elixir setup, because I am using mTLS (so both client and server certificates)
I wrote a bit here (link below) and there you can find my final, working setup. If I knew that before, I would be really happy ;)
https://elixirforum.com/t/gist-on-my-late-nerves-activities-expand-partition-burn-fw-on-another-machine-scp-issues-mtls-emqtt/67386#p-345902-h-3rd-problem-3
And in my mix.exs I have this {:emqtt, github: "emqx/emqtt", tag: "1.11.0", system_env: [{"BUILD_WITHOUT_QUIC", "1"}]},
{:emqtt, github: "emqx/emqtt", tag: "1.11.0", system_env: [{"BUILD_WITHOUT_QUIC", "1"}]},
Please do this or tell me if I can do this somehow?
Kind regards, Tomaz
The text was updated successfully, but these errors were encountered:
@tomazbracic, really thanks for the info!
if you mean the ~c part, looks like it is elixir specific?
~c
If possible make a PR to update the README.md or create README.elixir.md accordingly in case you think it could help the community!
Sorry, something went wrong.
No branches or pull requests
I had really hard time finding right configuration for emqtt and my Elixir setup, because I am using mTLS (so both client and server certificates)
I wrote a bit here (link below) and there you can find my final, working setup. If I knew that before, I would be really happy ;)
https://elixirforum.com/t/gist-on-my-late-nerves-activities-expand-partition-burn-fw-on-another-machine-scp-issues-mtls-emqtt/67386#p-345902-h-3rd-problem-3
And in my mix.exs I have this
{:emqtt, github: "emqx/emqtt", tag: "1.11.0", system_env: [{"BUILD_WITHOUT_QUIC", "1"}]},
Please do this or tell me if I can do this somehow?
Kind regards,
Tomaz
The text was updated successfully, but these errors were encountered: