I'm looking in to Drupal VM which uses Vagrant to deploy a Drupal VM.
I am behind a corporate proxy/firewall and I've already appended our corporate authority to the C:\HashiCorp\Vagrant\embedded\cacert.pem file.
After doing so, I'm getting another error:
Message: OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read finished A: unexpected message>
I've attached a file with full debug output but I believe my issue is caused by using SSLv3 (looking at the state field) which uses broken ciphers and is disabled on our network and in Windows. How can I ensure TLS 1.1 or greater is being used here?
Is there a configuration setting I can specify in the VagrantFile or is there a gem I need to update?
Thank you!