From b1d1ae8c217ab7a8e243b9c490347a1c21d3c2c6 Mon Sep 17 00:00:00 2001 From: sondabar Date: Thu, 17 Mar 2016 18:51:30 +0100 Subject: [PATCH] Avoid certificate invalid messages for vagrant with parallels provider --- Vagrantfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index 25977d77de..1b37055048 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -186,6 +186,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| v.customize ['set', :id, '--shf-guest-automount', 'off'] v.customize ['set', :id, '--shf-host', 'on'] + # Synchronize VM clocks to host clock (Avoid certificate invalid issue) + v.customize ['set', :id, '--time-sync', 'on'] + # Remove all auto-mounted "shared folders"; the result seems to # persist between runs (i.e., vagrant halt && vagrant up) override.vm.provision :shell, :inline => (%q{