The connection has timed out The server at 192.168.33.10 is taking too long to respond.

I did a Skype call with Jeff.

We restarted his vagrant box, and the default network settings were fixed automatically by Vagrant. So, things started working. Then we discovered his OpenMRS is having start up issues. He has posted a separate conversation for that here: OpenMRS is not able to start.

We need to solve the above issue. Once, that is fixed, then Bahmni EMR UI will show up fine.

Also with this entry in his Vagrant file, he was able to access the OpenERP interface using the Host IP:

config.vm.network "forwarded_port", guest: 8069, host: 8069

But same thing for Apache / EMR doesn’t work. The browser gives an SSL Connection error.

config.vm.network "forwarded_port", guest: 80, host: 8080