
Step 3: Create SSL Private Key and Certificate While installing I have selected the default (C:\OpenSSL-Win64) installation folder. Step 1: Download and Install WAMP(Windows machine)ĭownload & install WAMP (Assuming that WAMP is installed, in my case, it’s on G:/ drive, I did it because I prefer to separate my projects from other files ) Step 2: Download OpenSSLĭownload OpenSSL – Shining Light Productions choose the appropriate version according to your Operating system. So here is the step-by-step tutorial on how I installed a self-signed SSL certificate on my local WAMP server to use HTTPS communication. By default, we can’t use HTTPS for our WAMP connections. But as a developer, I am sure that every developer always likes to have an exact environment like the production system.

Sometimes I have to work on web servers (production servers) that come with SSL enabled to use the HTTPS protocols and whereas my local development machines use HTTP, and this makes my development system different from the production one. Throughout my web development career, I have worked on different projects some are big, some are small, some need CTO as a service, some not. So once this runtime library is installed you will have to do the following to get the Apache service running.This post was last updated on January 5th, 2021 at 03:46 pm

If you are running 32bit Windows just download and install the 32bit runtime.īecause you did not have this DLL when you ran the WAMPServer install, the Apache service will not have been registered. Do it like this because the downloaded installer has a very similiar name and its easy to get confused. Also the wampmanager.exe need the VC9 runtime.ĭownload these one at a time, so download one and then install it. These are runtime libraries used by any C/C++ program compiled with Visual Studio, which the version of Apache is in WAMPServer 2.5. VSU_4\vcredist_x86.exe (32bit)Īnd Visual C++ Redistributable for Visual Studio 2008Īlso know as VC9 Download and install from this link

Remember 64bit windows runs 32 bit apps as well as 64bit ones. If you are running 64bit windows download and install both the 32bit and 64bit versions of this runtime. You are missing the Visual C++ Redistributable for Visual Studio 2012 Update 4Īlso known as VC11.
