You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.
Does not seem to work as advertised. Attempting I can't get an agent to talk to it. On further investigation, port 55778 does not appear to be able to recieve https connection. Testing via openssl s_client implies it is not a TLS port). cmux appears to be breaking this.
If I short circuit out cmux and change the collector.startServer to
errChan <- ocr.serverGRPC.Serve(ocr.ln)
Then an unmodified agent, with correct creds can talk to the collector.
The text was updated successfully, but these errors were encountered:
I'm attempting to implement mTLS, there are further issues there (the agent can't be given a key, and the server does not attempt to verify client certs). I'm happy to make the required changes for mTLS, but I'm sure how to get cmux to do what is needed here.
Starting the collector with:
Does not seem to work as advertised. Attempting I can't get an agent to talk to it. On further investigation, port 55778 does not appear to be able to recieve https connection. Testing via openssl s_client implies it is not a TLS port). cmux appears to be breaking this.
If I short circuit out cmux and change the collector.startServer to
Then an unmodified agent, with correct creds can talk to the collector.
The text was updated successfully, but these errors were encountered: