Hello Alvaro

Here is my Vagrantfile

# -*- mode: ruby -*-
# vi: set ft=ruby :

Vagrant.configure("2") do |config|

    config.vm.box = "scotch/box"
    config.vm.network "private_network", ip: "xxx.xxx.xx.xx"
    config.vm.hostname = "scotchbox"
    config.vm.synced_folder ".", "/var/www", :mount_options => 
["dmode=777", "fmode=666"]
    
    # Optional NFS. Make sure to remove other synced_folder line too
    #config.vm.synced_folder ".", "/var/www", :nfs => { :mount_options => 
["dmode=777","fmode=666"] }

end

And here is vagrant share output log

==> default: Detecting network information for machine...
    default: Local machine address: xxx.xxx.xx.xx
    default: Local HTTP port: 80
    default: Local HTTPS port: 443
==> default: Checking authentication and authorization...
==> default: Creating Vagrant Share session...
    default: Share will be at: shocking-sheep-3356
==> default: Your Vagrant Share is running! Name: shocking-sheep-3356
==> default: URL: http://shocking-sheep-3356.vagrantshare.com

This help?





On Wednesday, July 27, 2016 at 10:40:35 AM UTC-3, Alvaro Miranda Aguilera 
wrote:
>
> Hello,
>
> Can you share output log from vagrant share and Vagrant file?
>
> From guest, share also  netstat -anp (assuming linux)
>
> Feel free to remove anything you wont like to share over the email.
>
> Thanks
> Alvaro.
>
> On Thu, Jul 28, 2016 at 12:00 AM, Marcelo Villela Gusmão <
> [email protected] <javascript:>> wrote:
>
>> When I run vagrant share --https 443, http version works fine.
>>
>>
>> But when I try to access https version, a blank screen appears.
>>
>>
>> Header return an 500 Internal Server Error
>>
>> -- 
>> This mailing list is governed under the HashiCorp Community Guidelines - 
>> https://www.hashicorp.com/community-guidelines.html. Behavior in 
>> violation of those guidelines may result in your removal from this mailing 
>> list.
>>  
>> GitHub Issues: https://github.com/mitchellh/vagrant/issues
>> IRC: #vagrant on Freenode
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "Vagrant" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/vagrant-up/c05e8d7c-46c6-43b0-a7d6-b8f8983c14df%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/vagrant-up/c05e8d7c-46c6-43b0-a7d6-b8f8983c14df%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/abd9ee5f-5034-42c1-9303-ed8869e44898%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to