Hello folks, I installed the SSL Digicert on Apache httpd web server.. After installing the cert when i try to access the https://hostname/manuals it works well.. but when I try to access our application it gives the webpage can not be found error message. Our application is SAP Business Objects. Please advise if we need to modify any settings on the httpd.conf ? Thanks!
Is SSL installed on the server's hostname ? Are you trying to use the hostname to access the URL ? Check apache error log files to know more about the 404 error.
Thanks for your reply.. Yes, the SSL is installed on the server's FQDN. This is what i see in the logs. ssl_access_log "GET /BOE/BI HTTP/1.1" 404 294 ssl_error.log [error] [client 172.25.2.37] File does not exist: /etc/httpd/BOE/BI But, when I use the http link, the app works well..not https
What does apache error logs show when the URL shows error with https ? Can you paste the logs if it shows ?
This is all it write: ssl_request_log: TLSv1 AES128-SHA "GET /BOE/BI HTTP/1.1" 294 ssl_access_log: [21/Nov/2012:08:35:07 -0800] "GET /BOE/BI HTTP/1.1" 404 294 ssl_error_log: [error] File does not exist: /home/boxiadm/web/BOE/BI Acess_log: /BOE/portal/1211100555/InfoView/empty.html HTTP/1.1" 200 22 "-" "-"
If it is installed on a hostname it should not get to the user's home directory. Unless the DocumentRoot is set to the ones as in error logs.