There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-d935f4f1-96c2-4cec-ade2-6004d207bee3 XWIKI-23342 Closed

Attachment deletion fails (https/http mixed content)

 
View issue   ·   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-8e20cf9d-54ed-4d1e-b00e-631d4b6dc401 Armin Günther on 08/Jul/25 11:37
 

Hi again,

just wanted to clear this up, maybe it's helpful for others: after following https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/Installation/ApacheHTTPD/ , I can confirm now that this is fixed by adding

RequestHeader set Forwarded "proto=https"

to our httpd config. Without this line, the attachment links have http:// at the front.

The issue can probably remain closed, thanks for looking into it.