You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
we have this error :
"credssp: Server did not response with a CredSSP token after step Credential exchange - actual ''", "unreachable": true
or
Server did not response with a CredSSP token after step Step 5. Delegate Credentials - actual ''
os serveur is windows 2019
when we use this type of Azure machine , no error : Standard_F8s_v2 ( VCPU = 8)
When we change the type machine Azure with : Standard_F16s_v2 or Standard_F32s_v2 ( VCPU = 16 or 32) --> ERROR CREEDSSP
if the server is windows 2012r2 whe have no problem
we have a fix --> change ansible_winrm_operation_timeout_sec 20 to 60 sec .
but its to long to execute ansible module action
thanks for you help
Ps sorry for my bad english.
The text was updated successfully, but these errors were encountered:
Hmm this is interesting, I'm unsure why setting ansible_winrm_operation_timeout_sec would affect this as it's used beyond authentication. It's also interesting that the machine type can also have a failure. The failure here is occurring right at the end of the CredSSP authentication which is when it sends your actual credentials to the host.
What I would do is check the Security event logs on the bad host and see the reason why it has rejected the the credentials. For example this is what I see when I manually send the wrong credentials.
Hi
we have this error :
"credssp: Server did not response with a CredSSP token after step Credential exchange - actual ''", "unreachable": true
or
Server did not response with a CredSSP token after step Step 5. Delegate Credentials - actual ''
os serveur is windows 2019
when we use this type of Azure machine , no error : Standard_F8s_v2 ( VCPU = 8)
When we change the type machine Azure with : Standard_F16s_v2 or Standard_F32s_v2 ( VCPU = 16 or 32) --> ERROR CREEDSSP
if the server is windows 2012r2 whe have no problem
we have a fix --> change ansible_winrm_operation_timeout_sec 20 to 60 sec .
but its to long to execute ansible module action
thanks for you help
Ps sorry for my bad english.
The text was updated successfully, but these errors were encountered: