Description of problem: Ceph-ansible code does not make difference between https and http configuration for RGW-multisite conf. With http the zone endpoints can be in current state - http://<IP>:port but for https the zone endpoint should be hostname matching the cert - like: https://rgwnode.redhat.com Currently the code is same, and will set up the zone endpoint like: https://<IP>:port which will case RGW not work properly, the SSL will return error --- rgw_multisite: true rgw_multisite_proto: "https" rgw_pull_proto: "https" # should be the same as rgw_multisite_proto for the master zone cluster --- Version-Release number of selected component (if applicable): ceph-ansible-4.0.49-3.1 How reproducible: always Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: Red Hat Ceph Storage 4.3 Security and Bug Fix update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:1716
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 365 days