Skip to content
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

[FIXED] Account resolver TLS configuration #2483

Merged
merged 1 commit into from
Sep 2, 2021
Merged

Conversation

kozlovic
Copy link
Member

@kozlovic kozlovic commented Sep 2, 2021

The RootCAs was not properly set, which could prevent the server
to create a TLS connection to the account resolver with an error
such as:

x509: certificate signed by unknown authority

Resolves #1207

Signed-off-by: Ivan Kozlovic ivan@synadia.com

The RootCAs was not properly set, which could prevent the server
to create a TLS connection to the account resolver with an error
such as:
```
x509: certificate signed by unknown authority
```

Resolves #1207

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
Copy link
Member

@derekcollison derekcollison left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@matthiashanel matthiashanel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kozlovic kozlovic merged commit 171e29f into main Sep 2, 2021
@kozlovic kozlovic deleted the acc_resolver_tls branch September 2, 2021 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Account Resolver TLS (Docker)
3 participants