Hi, Currently, I trying to create a CNAME record point to a s3 website, for example: s3.example.com => s3.example.com.s3-website.myceph.com. So in this way, my subdomain s3. will have https. But then only http works. If I go to https://s3.example.com, it shows the metadata of index.html: This XML file does not appear to have any style information associated with it. The document tree is shown below. <ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"> <Name>s3.example.com</Name> <Prefix/> <MaxKeys>1000</MaxKeys> <IsTruncated>false</IsTruncated> <Contents> <Key>index.html</Key> <LastModified>2023-08-24T10:03:14.046Z</LastModified> <ETag>"8e26caf000875221bf89d95f7f244927"</ETag> <Size>295</Size> <StorageClass>STANDARD</StorageClass> <Owner> <ID>d92ac19d934a4e9b90e7707372c64996</ID> <DisplayName>foo@xxxxxxxxxxx</DisplayName> </Owner> <Type>Normal</Type> </Contents> <Marker/> </ListBucketResult> Here is my rgw configuration: rgw_resolve_cname = true rgw_enable_static_website = true rgw_dns_s3website_name = ss-website.example.com rgw_trust_forwarded_https = true So how to make the https show the content of index.html (not its metadata)? Thanks in advance. _______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx