[MCOL-4009] ColumnStore installation on Debian 9 using S3 storage failed Created: 2020-05-19 Updated: 2020-05-19 Resolved: 2020-05-19 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | installation |
| Affects Version/s: | 1.4.4 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Ben Thompson (Inactive) |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Build tested: 1.4.4-1 (Jenkins 20200518) Single node installation postConfigure output: Columnstore supports the following storage options... err.log: May 19 14:42:40 stretch StorageManager[3163]: S3Storage::putObject(): failed to PUT, server says 'Problem with the SSL CA cert (path? access rights?)'. bucket = dleeqadbroot1, key = connectivity_test. The same storagemanager.cnf file worked for other supported OSs. [debian9:root~]# apt list --installed "ssl" |
| Comments |
| Comment by Patrick LeBlanc (Inactive) [ 2020-05-19 ] |
|
Ben googled the error, found it was a common thing in deb 9 + curl; Daniel just needed to update the ca-certificates package on his VM. |