-
Notifications
You must be signed in to change notification settings - Fork 92
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
Difficulty getting tls to work with relay #1499
Comments
@kennedyjosh thank you for the detailed steps to reproduce! I can reproduce your problem so I will add it to our internal backlog. |
I've looked into this shortly, it is not a problem with The issue here is in the |
Once new Another way would be to get a free, e.g. let's encrypt, certificate and use it for self-hosted Closing as this has nothing to do with relay, and patch for the sentry-rust already submitted and merged. |
Environment
Config file:
Using latest version from this docker command:
keyStore.p12
was generated by doing:Steps to Reproduce
Expected Result
I expected events sent through ports 3000 and 3001 to show up on sentry.io website for my project.
Actual Result
Only events sent to port 3000 show up online for me. Additionally, I can see activity in the logs when sending to port 3000 vs nothing for port 3001.
I tested that port 3001 was accepting activity on my machine by doing:
And I can see the activity when I try to send an event over that port – identical activity to running that same command on port 3000. So, I've deduced that the problem is something to do with how I'm configuring relay.
The text was updated successfully, but these errors were encountered: