Github user neykov commented on the pull request:
https://github.com/apache/brooklyn-docs/pull/36#issuecomment-202343718
@aledsage Invoke-Command will default to http transport (the authentication
protocol doesn't matter). The script can override it, but then needs to know
what settings to use (what's available on the machine).
So the solution is to either enable http for loopback or somehow figure out
what's available and use that.
@bostko can you confirm
Also the self signed certificate might be a problem for `Invoke-Command` -
should be fine for localhost where it's already trusted, but for other cases
need to use `Enter-PSSession` beforehand with ignore option.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---