mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 18:14:03 +00:00
6 lines
170 B
Bash
6 lines
170 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
# TODO: enable this test with self-signed server cert
|
||
|
|
||
|
# curl -s --insecure 'https://localhost:8443/' -d 'SELECT number FROM system.numbers LIMIT 1'
|