Re: [ansible-project] Unable to authenticate through CredSSP

2018-09-26 Thread Shyam U
Hi Jordan, Thanks for your replay. Issue got fixed, after enabling 'Enable-WSManCredSSP -Role Server' Thanks for your help. Shyam On Sun, Sep 23, 2018 at 1:05 PM Jordan Borean wrote: > You have to make sure CredSSP is enabled in the server roles with > 'Enable-WSManCredSSP -Role Server' >

Re: [ansible-project] Unable to authenticate through CredSSP

2018-09-23 Thread Jordan Borean
You have to make sure CredSSP is enabled in the server roles with 'Enable-WSManCredSSP -Role Server' https://docs.microsoft.com/en-us/powershell/module/microsoft.wsman.management/enable-wsmancredssp. This is because CredSSP uses unconstrained delegation and people should be aware of the

Re: [ansible-project] Unable to authenticate through CredSSP

2018-09-23 Thread Shyam
Hi, Im able to ping with Basic AUTH and NTLM, using the port number 5985. But when Im trying to connect with CredSSP, Im getting the error. Settings for Basic and NTLM in inventory == ansible_user: Administrator ansible_password: xx ansible_port: 5985 ansible_connection: winrm

Re: [ansible-project] Unable to authenticate through CredSSP

2018-09-23 Thread Shyam
> > Hi Ankit, > > Thanks for your reply. The user have all the admin rights. Still Im unable to connect to the remote host. Same error. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and

Re: [ansible-project] Unable to authenticate through CredSSP

2018-09-23 Thread Ankit Vashistha
Is your user a part of admin group? On Sun, Sep 23, 2018, 11:38 AM Shyam wrote: > Hi all, > > Im unable to connect to windows using the credssp authentication issue. Im > getting the following error, > > > x.x.x.x | UNREACHABLE! => { > "changed": false, > "msg": "credssp:

[ansible-project] Unable to authenticate through CredSSP

2018-09-23 Thread Shyam
Hi all, Im unable to connect to windows using the credssp authentication issue. Im getting the following error, x.x.x.x | UNREACHABLE! => { "changed": false, "msg": "credssp: HTTPSConnectionPool(host='x.x.x.x', port=5986): Max retries exceeded with url: /wsman (Caused by