-
Notifications
You must be signed in to change notification settings - Fork 12
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
Matrix server with a local PKI #75
Comments
You may be able to load them by calling this function at the beginning of |
Hi, |
Hmm... you could try this: https://hexdocs.pm/httpoison/readme.html#options in the various functions in https://github.com/progval/matrix2051/blob/main/lib/matrix/raw_client.ex, add |
I've attempted the suggested changes, by calling the function with and without specifying my custom CA, with and without the extra line in the matrix2051.exs file, and by launching M51 with That changed nothing, I still have the same error sent by M51. |
Then sorry, I don't know |
I guess I'll have to find an alternate way. In any case thank you for your help and your time :) |
Hi !
I've attempted to connect my znc bouncer to my home matrix-synapse through M51. On my LAN, I've made a local PKI, with the CA imported to all my servers, and each service which require TLS has a certificate made from this PKI. From any servers I can make a curl to any local webUI and get no tls issue (they are valid, the local CA is properly imported on the OS store). This is also the case of my synapse server, and I can make a curl on the https://synapse.local/_matrix/static/ page with no issue.
When I launch my M51 service, I get this logs :
If I get it right, elixir has its own CA store ? How would I be able to use my local CA with M51 ?
The text was updated successfully, but these errors were encountered: