mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 18:14:03 +00:00
1af6311a99
* https support in dictionaries * Style * Update README.md * https server wip * wip * cf * wip * add test * wip * wip * wip * wip * clean * cmt
6 lines
170 B
Bash
Executable File
6 lines
170 B
Bash
Executable File
#!/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'
|