Workbench loads CA certs on Red Hat.
authorBrett Smith <brett@curoverse.com>
Wed, 3 Feb 2016 10:37:42 +0000 (05:37 -0500)
committerBrett Smith <brett@curoverse.com>
Wed, 3 Feb 2016 10:37:42 +0000 (05:37 -0500)
commit95773bc4ac9e01126a80a96fdbe0bf37d1478767
tree84aa2ee31a7314cea3e9280514332abb4ffea682
parent4ede474fb3be39474fdd2a075d81dd351e6afefc
Workbench loads CA certs on Red Hat.

This has the same rationale and logic as #6432 and
9b910084faf3db6fa2071af604620e7d45d12a6c, applied to Workbench.

Changing from `/etc/ssl/certs` to `/etc/ssl/certs/ca-certificates.crt`
is safe, because add_trust_ca accepts either a directory with hashed
certs, or a file with multiple certs.  On Debian, the latter path is a
single file built from the hashed certs in the former, so this is
functionally identical there, and more predictable on Red Hat (where I
don't know what it's doing).

No issue #.
apps/workbench/app/models/arvados_api_client.rb