Hi,
I'm trying to provide secure access to our web-site...
The platform is RedHat Linux 7.2 with apache web server (which works perfectly well for port 80 requests)
I can browse the web pages using https:// protocol, so I assume mod_ssl is installed although maybe not configured correctly ... when I check the certificate on Internet Explorer it states:
"The certificate has expired or is not valid yet"
Ideally I only want to force a secure login to the pages ... (the login script I can handle!)
I guess my questions are as follows:
* Is SSL handled exclusively by the Apache / Web Server (i.e. my web scripts do not need to do anything different other than point to the secure port when posting data??)
* Is there a process to validate the certificate?
I realise this is all a bit vague however any help provided would be greatly appreciated.
I'm trying to provide secure access to our web-site...
The platform is RedHat Linux 7.2 with apache web server (which works perfectly well for port 80 requests)
I can browse the web pages using https:// protocol, so I assume mod_ssl is installed although maybe not configured correctly ... when I check the certificate on Internet Explorer it states:
"The certificate has expired or is not valid yet"
Ideally I only want to force a secure login to the pages ... (the login script I can handle!)
I guess my questions are as follows:
* Is SSL handled exclusively by the Apache / Web Server (i.e. my web scripts do not need to do anything different other than point to the secure port when posting data??)
* Is there a process to validate the certificate?
I realise this is all a bit vague however any help provided would be greatly appreciated.