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

clickhouse: busybox TLS cert validation issue #260

Closed
prashant-shahi opened this issue Jul 14, 2023 · 0 comments · Fixed by #259
Closed

clickhouse: busybox TLS cert validation issue #260

prashant-shahi opened this issue Jul 14, 2023 · 0 comments · Fixed by #259
Assignees

Comments

@prashant-shahi
Copy link
Member

Log of ClickHouse UDF init container:

+ wget -O /tmp/histogramQuantile https://github.com/SigNoz/signoz/raw/develop/deploy/docker/clickhouse-setup/user_scripts/histogramQuantile
Connecting to github.com (20.207.73.82:443)
wget: note: TLS certificate validation not implemented
wget: TLS error from peer (alert code 80): 80
wget: error getting response: Connection reset by peer
+ mv /tmp/histogramQuantile /var/lib/clickhouse/user_scripts/histogramQuantile
mv: can't rename '/tmp/histogramQuantile': No such file or directory
+ chmod +x /var/lib/clickhouse/user_scripts/histogramQuantile
chmod: /var/lib/clickhouse/user_scripts/histogramQuantile: No such file or directory

Ref: docker-library/busybox#80

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