SSL URL and Public IP not showing site content from AEM Dispatcher | Community
Skip to main content
Level 2
May 9, 2023
Solved

SSL URL and Public IP not showing site content from AEM Dispatcher

  • May 9, 2023
  • 2 replies
  • 1175 views

Our AEM site content is not showing up when hitting the SSL address and our public IP from our Dispatcher webserver using IIS. The content is generated successfully on the author instance, it gets replicated successfully on the dispatcher instance at http://localhost:4503/content/xyz/en/webpage.html, and our dispatcher flush agent is working properly. I also have SSL installed and a public IP configured..

 

When I view the website on the SSL URL https://localhost/content/xyz/en/webpage.html on dispatcher, or the public IP URL https://123.123.123.123/content/xyz/en/webpage.html , the page is loading successfully but it's missing the interactive content

 

 

Here is the content on the http://localhost:4503 address on Dispatcher

 

 

Here's the content not showing on the SSL address and public IP

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by AEM_user25

I fixed the dict.en,json and userinfo.json errors by adding folder path exceptions to the filter list in the dispatcher.any file according to this link https://experienceleague.adobe.com/docs/experience-manager-dispatcher/using/getting-started/security-checklist.html

 

and then I fixed the SearchAssets error by doing the following:

Adding this line to system.web block in the web.config file resolved the problem:

<httpRuntime requestPathInvalidCharacters="" />

2 replies

Level 2
May 10, 2023

Are there any logs I can look at and identify the content being blocked when loading the SSL webpage?

AEM_user25AuthorAccepted solution
Level 2
May 17, 2023

I fixed the dict.en,json and userinfo.json errors by adding folder path exceptions to the filter list in the dispatcher.any file according to this link https://experienceleague.adobe.com/docs/experience-manager-dispatcher/using/getting-started/security-checklist.html

 

and then I fixed the SearchAssets error by doing the following:

Adding this line to system.web block in the web.config file resolved the problem:

<httpRuntime requestPathInvalidCharacters="" />
kautuk_sahni
Community Manager
Community Manager
May 22, 2023

@aem_user25 Thank you for sharing the solution with AEM Community, with would help in posterity. 

Kautuk Sahni
Level 2
May 10, 2023

In the network developer tools I found the dict.en.json, userinfo.json are 404'ing on https://localhost/content/xyz/en/webpage.html

 

 

but they're all green on http://localhost:4503/content/xyz/en/webpage.html