Hello All,I see lot of repeated errors in the logs as below, few questions for it.1, what are these logs about, is there any easy way to fix it?2, suppress it or these entries should be skipped should not be logged in the error.log?3, my error log level is ERROR but i still see WARN messages, can I ...
Hi Team,Instead of white listing whole /content/* in filter rule 1 in dispatcher.any.many unmapped requests like /content/xyz/example/https://example.com can still land on publisher.Is there any way to block any unmapped requests like /content/xyz/example/https://example.com.Thanks,Viki
Hi Jorg/Brijesh,Thanks for your Inputs.As I used the same configuration in my previous project, when there was difference in path we faced caching issues, like cache is not getting formed.In my current project.Document Root path in httpd.conf and docroot in dispatcher.any are different. But I did n...
Hi Jorg,We have disabled all the cipher sites starting with TLS_RSA*.I have two questions here.1, What are this cipher suites?2, Disabling TLS_RSA*, will this effect anything?Thanks,viki
Hi All,what if i have different Document Root path in httpd.conf and docroot in dispatcher.any, does it cause any issue.I am able to see cache is getting created under cache path.Thanks, viki
Hi All,need some info on com.adobe.granite.jetty.ssl.internal.GraniteSslConnectorFactory??has any one got this "Bleichenbacher Oracle (ROBOT) Vulnerability ", If yes then how does this effect AEM??The fix we got is to disable any ciphers that begin with TLS_RSA on all the instances.I see by default...
Hi All,After every PROD deployment we were clearing entire cache, with the below CURL.curl -H "CQ-Action: DELETE" -H "CQ-Handle: /" -H "Content-Length: 0" -H "Content-Type: application/octet-stream" --noproxy .com http://<HostName>:80/dispatcher/invalidate.cacheWe had a thought rather that clearing ...