xebialabs / overthere

Runs something "Over there"

Home Page:http://www.xebialabs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why WINRS (Native) is not supported inside unix box?

VenkatPS opened this issue · comments

We deployed overthere in unix machine (copied the runnable jar inside a directory) and then tried to execute windows commands.
While trying to execute windows commands with Connection_Type as WINRM_NATIVE, we get the below error:
"Cannot create a smb:winrs connection with a winrs proxy that is not running Windows"

Please help us to setup ovethere inside unix machine to execute windows commands on remote windows machine irrespective of "AllowUnencrypted" (winrm server config) flag true or false.

Thanks in advance.
Venkat PS

@VenkatPS WINRM_NATIVE only works on Windows, as the winrs command is only available for Windows. Currently WINRM_INTERNAL does not support encryption, that is on the wish list. Feel free to submit a PR that fixes it.