0

https://www.youtube.com/watch?v=Zdl68h_N2lc I followed this link. I tried to make HTTP to HTTPS in local apache and I got it has https://localhost but I want to make https://localhost. when I enter this address its says un-secure connection. but I want to enter this address without any warning. And I need to know how to generate CA certificate in local is there is possible in local.

is there any other link or tutorial is there suggest me.

Sathish Kumar
  • 31
  • 1
  • 6

1 Answers1

0

You have to generate SSL cert file by configuring like openssl in Apache. Then you have to configure in httpd.conf file. You can find these step by step in the following link. How do I allow HTTPS for Apache on localhost?

karthy
  • 1
  • 1