Hi ,I am getting "Not Found The requested URL / was not found on this
server" when trying to access AEM pages with https protocol but its
working fine when I am using http.We am not using loadbalancer, it is
directly accessing from webserver.Configuration as we
below:https.conf..Listen 80Listen 443..Include
httpd-vhost.conf.. SSLEngine on SSLCertificateFile
/applic/apache/httpd/certs/aem-site.crt SSLCertificateKeyFile
/applic/apache/httpd/certs/aem-site.key SetHandler
dispatcher-handlerhttpd-vsh...