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

Invalid TLSConfig in promtail and loki #777

Closed
slim-bean opened this issue Jul 18, 2019 · 1 comment · Fixed by #778
Closed

Invalid TLSConfig in promtail and loki #777

slim-bean opened this issue Jul 18, 2019 · 1 comment · Fixed by #778

Comments

@slim-bean
Copy link
Collaborator

TLSConfig: config.TLSConfig{
CAFile: *tlsCACertPath,
CertFile: *tlsClientCertPath,
KeyFile: *tlsClientCertKeyPath,
ServerName: url,
InsecureSkipVerify: *tlsSkipVerify,
},

ServerName should just be the hostname and not the full url

@slim-bean
Copy link
Collaborator Author

Note: this occurs in more than one place

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 a pull request may close this issue.

1 participant