rapache-devel team mailing list archive
-
rapache-devel team
-
Mailing list archive
-
Message #00197
[Bug 258063] Re: Rapache SSL glitches
All issues have been addressed
** Changed in: rapache
Status: In Progress => Fix Released
--
Rapache SSL glitches
https://bugs.launchpad.net/bugs/258063
You received this bug notification because you are a member of Rapache
Developers, which is subscribed to Remote Apache Management tool .
Status in rapache: Fix Released
Bug description:
SSL plugin works nicely but we have a few glitches:
* Open site in browser doesn't detect the vhost is an https:// one not a http://
* SSL stuff doesn't work on vhost creation.
* The debian standard location for ssl certs seems to be /etc/apache2/ssl
- verify it's true
- use that as default for certs.
* apache complains if *:80 and *:*/* VirtualHosts and NameVirtualHosts are mixed. so we need to prompt the user and convert the vhosts on the fly
* we are using the sitename/servername as the basis for .key and .pem naming. we should make sure a certificate with the same name doesn't already exists. if so let's make a sitename_2 one.
References