apache - Using mod_rewrite to bypass an "invalid SSL cert" error -


I have a certificate that is registered on the server's fully qualified domain name on our intranet (webserver.domain.com) . When our internal users hit this site through a fully qualified name, they go right and it is not indicated that this is an invalid certificate. If they browse the web server through the host server (non-fully qualified), they are redirected to the https version and there is no indication either part of my mod_rewrite which I am missing Connects to a web server via an HTTP server 'Hostname' I think it can not be rewritten by FQDN, it does not have to be rewritten and always indicates that the certificate is invalid. Any help is appreciated thanks!

Here's an example that can not match me: http s : //webserver/pubs/index.html

I need it Rewrite: http s : // webservers domain.com /pubs/index.html

If they point out correctly, you can rewrite the FQDN.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -