frapposelli / vagrant-vcloud

Vagrant provider for VMware vCloud Director®
MIT License
67 stars 38 forks source link

Use TLSv1_2 to support vCD 9.1 #147

Closed StefanScherer closed 3 years ago

StefanScherer commented 6 years ago

We have updated our vCloud Director to 9.1 and had the problem to communicate with the Vagrant plugin. After updating to TLS v1.2 the communication works again. We'll investigate further if this was the only problem.

StefanScherer commented 6 years ago

Before releasing a new gem version we should also look into adding nokogiri to the dependencies. Vagrant 2.x does no longer install nokogiri by default. So users have to run vagrant plugin install nokogiri to make the vagrant-vcloud plugin work.