Debug over HTTPS
It that possible to use the debugger over HTTPS connection?
I tried almost everything, but the connection url alway try to connect to HTTP://local.
My Configuration for the Debugger inside the PHPStorm is:
Host: https://mylocal.local
Port: 443
Debugger: XDebug
the configuration of the PHP Application is:
Start url: /home
The url that is showed is: http://https://wh.local:443/admin_home
I also tried to not put https:// on the Server Configuration but the connect URL was: http://wh.local:443/admin_home
Is there any solution to this problem?
Thanks
请先登录再写评论。
Hi there,
Check comments in this ticket: http://youtrack.jetbrains.com/issue/WI-3033
Few possible solutions (that work for me):
In 2018.2 the "PHP Web Application" option isn't present anymore..
>In 2018.2 the "PHP Web Application" option isn't present anymore..
It's called "PHP Web Page" now.
I got this working, after adding host, port and Debugger type we just need to update start URL to https://www.example.local and it works.
https://youtrack.jetbrains.com/issue/WI-14599
I am considering migrating to PHPStorm from PHPEd, and this is the first issue I ran into. Makes PHPStorm feel limited and unpolished if it can't even configure an https server. Not a good first impression.
Is there any idea to add ports to a single server setting? like this:
localhost:80
localhost:443
to => localhost:80/443
Can this feature add to the new version PHPStorm?
Do you mind me asking if there is any specific reason why would you like to add two ports at once?
There is no very special reason for it. It will be nice to those who have too many local server, now I have to set all server twice in servers configure. Or it has some way import all servers.
It will be OK there is no feature for it😄
In fact, you may always submit a feature request on a public tracker. Just in case, here is the link:
https://youtrack.jetbrains.com/newIssue