Posts

Showing posts from September 24, 2024

On Windows10, 11, How to enable https:// in Wamp

Image
To enable HTTPS on your local WAMP server, you need to set up SSL/TLS certificates.  Windows 10, 11 WampServer https:// Have you recently purchased Godaddy wild card ssl certificate?! Have you recently purchased Google SSL Certificate? Have you been trying to enable https protocol in order to test alternatively on your local Windows11 system because the previous two options are too expensive?!                         'This post is for you' Here’s how to do it: ### Steps to Enable HTTPS on WAMP: 1. **Install OpenSSL** (if not already installed):    - WAMP comes with OpenSSL, but make sure it’s properly installed. You can check this by looking for the `openssl.exe` file inside your WAMP directory, usually found in `C:\wamp64\bin\apache\apache[version]\bin\`.    - If OpenSSL isn’t installed, download it from [OpenSSL's official site](https://www.openssl.org/) and install it. 2. **Generate SSL Certificates**:    - Open a command prompt and navigate to the OpenSSL directory insi