How to configure SSL (HTTPS) in Apache locally?

0

For testing purposes, I need to locally configure my Apache to accept access to a certain site configured in Virtualhost with SSL.

I believe that knowing how to configure SSL in the local environment is very useful for anyone working with the development of a web site where the webcam needs to be accessed, for example, seen that these features have been recently blocked on browsers with "insecure" connections (without HTTPS). So, to run local tests, I would need to have Apache configured with SSL to be able to test these features.

So, how can I configure my Apache to accept SSL access locally?

Is there any way my local site http://localhost can be accessed as https://localhost ?

    
asked by anonymous 07.04.2017 / 03:35

0 answers