I have a situation that I could not resolve (yet).
Scenario
Use for PHP application development an environment that runs through Virtual Machine Vitual Box controlled via Vagrant . I'm using a * centos / 7 * box, with * Nginx 1.12 * + * PHP-FPM 7.0 * . In the Nginx conf I have applications listening to the hosts mysite.dev and several something. Meusite.dev only on port 80. I have two connections in this VM. One Nat and another host / only to set IP in 10.1.1.10. I have entries in my hosts file pointing correctly to the [sub] domains for this ip. Everything went well on my Windows 7 64-bit, however I changed equipment and this comes with Windows 10.
** Problem **
When trying to open the site both via domain and via IP, Edge reports an INET_E_RESOURCE_NOT_FOUND error, Chrome redirects to https and reports an ERR_CONNECTION_REFUSED error and the Internet Explorer WORKS NORMALLY . In Chrome over IP I can access the webserver (default host).
I have tried to disable Firewall in both, create rules, reconfigure DNS, and the problem persists. I've done a good job and have not seen anything that would help. It should not be a problem in the confs because I did not change anything, I just migrated from the computer.
Has anyone ever gone through this?