I configure xdebug in conjunction with phpstorm and I want the sites to open in the browser using the https protocol instead of http when clicking "Run -> Debug".
Currently storm settings:
config
As can be seen from the second picture, it automatically sets the starting URL: http : //test.lo/. How to remake on https?
I want to note that sites with http debugate quite to themselves, i.e. debug is configured. Also, if you click Debug , and then in the open debug sessions, add the letter s to go to https, it will also pick up. But each time adding a letter is not an option.


Debugopens a browser on the desired address and debugging begins .. and if the site is locally installed and it opens only via https, then I don’t know where to twist twists to open the correct url - Aleksey Shimansky