Question on ssl
Posted by: Komal (182.19.72.---)
Date: October 04, 2016 09:37AM

Hi All,

I am configuring two domains on wamp.
In that one domain have ssl certificate and second domain do not have ssl certificate.And domains will be

With SSL: [demo1.test.com]
Without SSL: [demo2.test.com]

But I have added demo1 with in http-ssl config file:

<VirtualHost _default_:443>
DocumentRoot "C:/wamp/www/demo1"
ErrorLog "C:/wamp/bin/apache/apache2.4.9/logs/error.log"
TransferLog "C:/wamp/bin/apache/apache2.4.9/logs/access.log"
SSLEngine On
# Server Certificate:
SSLCertificateFile "C:/wamp/bin/apache/apache2.4.9/conf/extra/server.crt"
# Server Private Key:
SSLCertificateKeyFile "C:/wamp/bin/apache/apache2.4.9/conf/extra/server.key"
<Directory "C:/wamp/www/demo1">
Options Indexes FollowSymLinks
AllowOverride All
Order Allow,Deny
Allow from all
</Directory>
</VirtualHost>

But for second domain I don't have to use SSL, the how I need to configure host in this file?

Thanks,
Komal.

Options: ReplyQuote
Re: Question on ssl
Posted by: RiggsFolly (Moderator)
Date: October 04, 2016 09:57AM

Please read this post [forum.wampserver.com]

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: Question on ssl
Posted by: Komal (182.19.72.---)
Date: October 06, 2016 11:28AM

Hi RiggsFolly,

Thanks for your reply. Reference post is really helpful.

Thanks,
Komal.

Options: ReplyQuote


Sorry, only registered users may post in this forum.