Cedric

The only possible method is:

Set up a site www.mydomain.com
with an alias of play.mydomain.com
Set it to not redirect.
Set SSL on that site.


Add a .htaccess with


Options +FollowSymLinks
RewriteEngine On
RewriteBase /


RewriteCond %{HTTP_HOST} ^play\.mydomain\.com$ [NC]
RewriteRule ^ http://www.mydomain.com/play%{REQUEST_URI} [L,P]



Ken Marcus



On 6/5/2014 8:17 AM, OCEANET - Cédric BASSAGET wrote:
It does not work, maybe because Virtualhost is defined like "*:443" instead of "sitename:443".

So when I ask for the "sitename2:443", I'm beeing redirected to "sitename:443".

I've tried to :
1 - activate SSL on first website
2 - change IP of second website
3 - activate SSL on second website
4 - change back the IP of the second website to the original one (same that on the first website) -> Still get an error message : "The IP address cannot be changed to 10.100.100.11. SSL is enabled for this site, but there is another site with the specified IP address that also has SSL enabled. Disabling SSL for either site will correct this problem."


Any other idea ?
Thanks for your help.
Regards,
Cédric


OCEANET
---------------------------------------------------------------
[AGENCE DU MANS]
7, rue des Frênes
ZAC de la Pointe
72190 SARGE LES LE MANS
[t] +33 (0)2.43.50.26.50
[f] +33 (0)2.43.72.21.14

[AGENCE D'ANGERS]
5, rue Fleming
Angers Technopole
49066 ANGERS
[t] +33 (0)2.41.19.28.65
[f] +33 (0)2.52.19.22.00

http://www.oceanet.com
http://www.oceanet-telecom.com
On 26/05/2014 21:02, Gerald Waugh wrote:
On 05/26/2014 08:13 AM, OCEANET - Cédric BASSAGET wrote:
Hello Michael,

I don't understand your reply.
Do I have to set another IP address on my server to use the same
wildcard certificate on two websites (on same domain) ?

You tell me in the second step of your mail that I have to add another
IP. I don't want / have to do that !

Regards,
Cédric

OCEANET
---------------------------------------------------------------
[AGENCE DU MANS]
7, rue des Frênes
ZAC de la Pointe
72190 SARGE LES LE MANS
[t] +33 (0)2.43.50.26.50
[f] +33 (0)2.43.72.21.14

[AGENCE D'ANGERS]
5, rue Fleming
Angers Technopole
49066 ANGERS
[t] +33 (0)2.41.19.28.65
[f] +33 (0)2.52.19.22.00

http://www.oceanet.com
http://www.oceanet-telecom.com

On 23/05/2014 20:58, Michael Stauber wrote:
Hi Cédric,

Where are the apache instructions about SSL (SSLCertificateFile,
SSLCertificateKeyFile, ...) located ? I can't find them in vhost config
files...
Sorry, I'm late to the party. What speaks against doing it this way:

1.) Have the primary site on one IP. Install the wildcard SSL
certificate there via the GUI.

2.) Create the other site via the GUI, give it a different IP and
install the wildcard SSL certificate there, too. Don't create a
subdomain for it, but a regular site.

Certificates are domain specific. Not IP specific.


I believe you use a different IP while installing the certificate,
and the ip doesn't have to be working just used to get the certificate
to install.
Then change the IP to the one you desire to use




_______________________________________________
Blueonyx mailing list
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx

_______________________________________________
Blueonyx mailing list
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx

Reply via email to