Skip to content

Commit

Permalink
Merge 308fe10 into b1a54bc
Browse files Browse the repository at this point in the history
  • Loading branch information
treyperrone committed Aug 4, 2017
2 parents b1a54bc + 308fe10 commit 6e63945
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,12 @@ While either a HTTP or HTTPS endpoint can be used as the transport method, using

If you still wish to use a HTTP endpoint and loose confidentiality in your messages you will need to enable unencrypted messages in the server by running the following command
```
# from powershell:
winrm set winrm/config/service '@{AllowUnencrypted="true"}'
# from cmd:
winrm set winrm/config/service @{AllowUnencrypted="true"}
```
As a repeat this should definitely not be used as your credentials and messages will allow anybody to see what is sent over the wire.

Expand Down

0 comments on commit 6e63945

Please sign in to comment.