How to share a vagrant machine with https
问题 I have a working vagrant VM I want to Share. In my Vagrantfile I have: config.vm.network "forwarded_port", guest: 80, host: 8080 config.vm.network "private_network", ip: "192.168.1.15" config.vm.network "forwarded_port", guest: 443, host: 443 in the virtual host I have <VirtualHost *:443> ... ServerAlias *.vagrantshare.com .... </Virtualhost> not sure about the first line but it was there already I share the machine with vagrant share --https 443 this is the output: ==> default: Detecting