Hey everyone,
I am currently facing an intermittent connection and rendering issue while integrating an external web portal feed into a custom Liferay DXP site page. We have a Web Content Display widget and a custom Java client extension configured to pull and iframe dynamic verification records from this website, but the request repeatedly fails with a read timeout or connection reset error during peak traffic hours. I initially suspected an issue with our portal’s outbound proxy configuration or dynamic SSL certificate validation within the JVM truststore, so I attempted updating the client connection timeouts in system settings, adjusting CORS headers on our web server, and testing direct cURL requests from the Liferay host environment, but the remote endpoint still fails to return response payloads consistently inside the portal layout. Has anyone experienced similar socket timeout or iframe rendering drops when linking third-party regional services into Liferay page fragments, and is there a recommended configuration pattern for handling resilient fallback states or asynchronous loading for unresponsive external web links? Any technical advice or troubleshooting steps would be greatly appreciated.