Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

inifinity.json - 404 over HTTPS Author

Avatar

Level 1

Hi,

We have enabled HTTPS for our author instance and some of the features are not working like content author unable to delete the components, useradmin not working.

After initial debugging found that inifinity.json is throwing 404 when accessing author over HTTPS,

 

https://ssl_host/libs/cq/security/content/admin.infinity.json

 

The same endpoint works if we access over http,

 

http://host:4502/libs/cq/security/content/admin.infinity.json

.

Could anybody help please ?

 

Thanks in advance.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @surendrank41503 

 

This is returning 404 as the path is blocked in dispatcher. It works with http as you are bypassing the dispatcher with 4502 port.

Please allow the below path and it will work.

 

/libs/cq/security/content/admin.infinity.json

 

Thanks!

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @surendrank41503 

 

This is returning 404 as the path is blocked in dispatcher. It works with http as you are bypassing the dispatcher with 4502 port.

Please allow the below path and it will work.

 

/libs/cq/security/content/admin.infinity.json

 

Thanks!