I am getting the following error when I try to access Apache through SSL Invalid method in request !L!! This is my httpd.conf <IfModule ssl_module> SSLRandomSeed startup builtin SSLRandomSeed connect builtin SSLSessionCache none ErrorLog /home/deploy/Apache/logs/SSL.log LogLevel info <VirtualHost clnxcctdev1.hilton.com:2511> SSLEngine On SSLCertificateFile /home/deploy/Apache_UIServer/httpd/conf/server.cert SSLCertificateKeyFile /home/deploy/Apache_UIServer/httpd/conf/server.key </VirtualHost> </IfModule> I am breaking my head to resolve this, any help is appriciated