Page 1 of 1

Debugging in VS using HTTPS localhost

PostPosted: October 12th, 2016, 6:24 pm
by slickrc23
Hello,

I am trying to run a PHP project/solution in VS debug mode using HTTPS/SSL.
How can I accomplish this using PHP Tools?

Thanks :)

Re: Debugging in VS using HTTPS localhost

PostPosted: October 14th, 2016, 1:37 pm
by Miloslav Beno
Hello,

Thanks for the question. Are you trying to run the server on https or are you trying to make connection to xdebug through secure channel. Both is possible :-)

For first case it depends on the server, e.g. for IIS Express you just need to checks this option in the project properties.

For later case, check this guide https://derickrethans.nl/debugging-with-xdebug-and-firewalls.html

Thanks,