I can't get xdebug to catch on a breakpoint using https, but it works fine with http. Here is the xdebug config in php.ini:
xdebug.remote_enable=onxdebug.remote_handler=dbgpxdebug.remote_host=localhostxdebug.remote_port=9000xdebug.remote_autostart = 0xdebug.remote_connect_back = 0xdebug.idekey = "netbeans-xdebug"
I've looked over the xdebug docs but can't find any mention of https. Is there any way to make this work?