How to simulate https at http://localhost?

Asked

Viewed 670 times

3

How can I simulate https in Xampp so that it returns me the url showing if everything is ok or there are security holes in the scripts used?

  • 2

    To use HTTPS in XAMP just configure the web server with a digital certificate serving on port 443. But I didn’t understand what you want with "security holes in the scripts used". What kinds of failures? Code vulnerabilities (like SQL Injection)? Or you only refer to features served without encryption (such as images referenced via http protocol, not https)?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.