I need to connect from one android device (galaxy TAB) to my developing PC via (USB) -> chrome://inspect/#devices -> port forwarding
In other words I want to open in my galaxy TAB a chrome page with one of mi sites hosted in my PC
In my pc I have multiple virtual host eg: localhost, site1, site2 ... all with SSL port 443 and self signed certificates
I have also edited in my PC C:\Windows\System32\drivers\etc\hosts so each site have 127.0.0.1 like IP
In summary: from my PC I can access all these sites without any problem
Now I need to connect those sites on my PC from my galaxy TAB via USB
If I have tried port forwarding in devTools 8080 -> localhost:443 Everything OK. I can see my PC localhost on galaxy TAB
But if I try port forwarding in devTools 8080 -> site1:443
I got
ERR_NET_TIMEOUT
and never connect to site1, site2 etc
I have also removed temporally all htacces files to avoid others interferences ( so in localhost I can see INDEX OF files but in others virtual domains NO)