I am using wamp server and running php project in localhost. I would like to test my project using "https" based url.
I tried with "https://localhost/myproject/" and it redirecting me to "This webpage is not available" page.
I have enabled "php_openssl" and "ssl" module into apache config. But still unable to access https based url.
http://
withhttps://
- HTTPS is a secure connection, and thus requires an SSL certificate. – GoBusto