SSL Certificate installation in WAMPSERVER2.2
Posted by: metysoriano (---.alliance.com.ph)
Date: March 22, 2019 07:55AM

Hi hello sirs:
I have my web server running on WAMPSERVER 2.2 with Windows7 OS, I buy certificate for https website however my website doesnt work. I follow all instruction but no lack. Please help me.. below are my settings


http-ssl.conf file


<VirtualHost 203.177.158.147:443>

# General setup for the virtual host
DocumentRoot "c:/wamp/www/"
ServerName shc.edu.ph:443
ServerAdmin admin@example.com
ErrorLog "c:/Apache2/logs/error.log"
TransferLog "c:/Apache2/logs/access.log"


# SSL Engine Switch:
# Enable/Disable SSL for this virtual host.
SSLEngine on

# SSL Cipher Suite:
# List the ciphers that the client is permitted to negotiate.
# See the mod_ssl documentation for a complete list.
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL

# Server Certificate:
# Point SSLCertificateFile at a PEM encoded certificate. If
# the certificate is encrypted, then you will be prompted for a
# pass phrase. Note that a kill -HUP will prompt again. Keep
# in mind that if you have both an RSA and a DSA certificate you
# can configure both in parallel (to also allow the use of DSA
# ciphers, etc.)
SSLCertificateFile "c:/wamp/bin/apache/apache2.2.21/conf/server_certificate.crt"

#SSLCertificateFile "c:/Apache2/conf/server-dsa.crt"

# Server Private Key:
# If the key is not combined with the certificate, use this
# directive to point at the key file. Keep in mind that if
# you've both a RSA and a DSA private key you can configure
# both in parallel (to also allow the use of DSA ciphers, etc.)
SSLCertificateKeyFile "c:/wamp/bin/apache/apache2.2.21/conf/private_key.key"
#SSLCertificateKeyFile "c:/Apache2/conf/server-dsa.key"

# Server Certificate Chain:
# Point SSLCertificateChainFile at a file containing the
# concatenation of PEM encoded CA certificates which form the
# certificate chain for the server certificate. Alternatively
# the referenced file can be the same as SSLCertificateFile
# when the CA certificates are directly appended to the server
# certificate for convinience.
SSLCertificateChainFile "c:/wamp/bin/apache/apache2.2.21/conf/ca_intermediate.crt"

# Certificate Authority (CA):
# Set the CA certificate verification path where to find CA
# certificates for client authentication or alternatively one
# huge file containing all of them (file must be PEM encoded)
# Note: Inside SSLCACertificatePath you need hash symlinks
# to point to the certificate files. Use the provided
# Makefile to update the hash symlinks after changes.
#SSLCACertificatePath "c:/Apache2/conf/ssl.crt"
#SSLCACertificateFile "c:/Apache2/conf/ssl.crt/ca-bundle.crt"
SSLCACertificateFile "c:/wamp/bin/apache/apache2.2.21/conf/ca_bundle.crt"
----------------

I also remove the # in httpd .conf
LoadModule ssl_module modules/mod_ssl.so and Include conf/extra/httpd-ssl.conf

in php.ini I remove the ; in
extension=php_openssl.dll

BUT NO LACK.. my website will not run.// Please help me

Thank you very much

Mety



Edited 1 time(s). Last edit at 03/22/2019 10:18AM by metysoriano.

Options: ReplyQuote
Re: SSL Certificate installation in WAMPSERVER2.2
Posted by: RiggsFolly (Moderator)
Date: March 25, 2019 11:11AM

Firstly WAMPServer 2.2 is no longer supported.


Can you answer these questions please if you want some help. READ (and answer) BEFORE YOU ASK A QUESTION

---------------------------------------------------------------------------------------------
(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


Sorry, only registered users may post in this forum.