archivematica / Issues

Issues repository for the Archivematica project
GNU Affero General Public License v3.0
16 stars 1 forks source link

Problem: S3 fails due to certificate common name mismatch #1105

Open scollazo opened 4 years ago

scollazo commented 4 years ago

Expected behaviour The behaviour is expected, but NHA would like to be able to override it

Current behaviour Archivematica fails connecting to a S3 backend with a certificate not matching it's name.

Steps to reproduce Miss configure miniio to use a certificate CN different from the dns name used to connect to it (not tested)

Your environment (version of Archivematica, operating system, other relevant details) archivematica-storage-service qa/0.x


For Artefactual use:

Before you close this issue, you must check off the following:

scollazo commented 4 years ago

One way to work around this is adding verify=false in https://github.com/artefactual/archivematica-storage-service/tree/qa/0.x/storage_service/locations/models#L83