README.md in vagrant-winrm-s-0.0.3 vs README.md in vagrant-winrm-s-0.0.4
- old
+ new
@@ -1,8 +1,8 @@
# Vagrant-WinRM-S
-Note: This plugin is only compatible with vagrant <= 1.7.2. Future versions
+Note: This plugin is only compatible with vagrant >= 1.7.4. Future versions
of Vagrant will provide this functionality natively.
A Vagrant communicator that uses the `winrm-s` gem to communicate over winrm. Notably, allows for SSPI authentication of domain accounts when using a Windows host.
## Installation
@@ -39,12 +39,14 @@
```
### What about the SSL transport?
The `:ssl` transport is available and can be used to authenticate local accounts.
-However, the versions of `WinRM` and `HTTPClient` bundled with Vagrant make it
-difficult to ignore untrusted/self-signed certificates. But users with proper
-certificates should have no problem.
+Vagrant supports SSL with/without self-signed certs out of the box as of 1.7.3.
+`vagrant-winrm-s` is no longer necessary to use this transport.
+
+Just ensure you set `config.winrm.ssl_peer_verification` to false for self-signed
+certs.
## Setting up your server
For authentication of local accounts over HTTP, the `winrm quickconfig`
command should suffice. This will enable the HTTP listener for basic authentication.