Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
tutorial:adm:configuration_-_winrm [2019/08/14 09:41]
kucerar credssp hadnshake error
tutorial:adm:configuration_-_winrm [2019/10/08 12:18]
fiserp [Debug]
Line 115: Line 115:
  
 === Commons errors === === Commons errors ===
-the specified credentials were rejected by the server - this error can be caused by:+**Specified credentials were rejected by the server** - this error can be caused by:
   * wrong username or password   * wrong username or password
-  * user is not in group+  * user is not in correct group
 {{:tutorial:adm:winrm_rejected.png?nolink&600|}} {{:tutorial:adm:winrm_rejected.png?nolink&600|}}
  
-Access denied 500  - this error can be caused by:+**Access denied 500** - this error can be caused by:
   * wrong username or password   * wrong username or password
   * WinRM SDDL is not configured   * WinRM SDDL is not configured
Line 126: Line 126:
  
  
-CredSSP handshake error   +**CredSSP handshake error**  
-If you get this error when you trying to use CredSSP over HTTPS connection, the problem can be that there is configured certificate thumbprint directly in config/service   +If you get this error when you trying to use CredSSP over HTTPS connection, the problem can be that there is configured certificate thumbprint directly in ''config/service''. 
-class 'requests_credssp.exceptions.AuthenticationException'>("Server did not response with a CredSSP token after step Step 1. TLS Handshake - actual ''",  +<code>class 'requests_credssp.exceptions.AuthenticationException'>("Server did not response with a CredSSP token after step Step 1. TLS Handshake - actual ''",)</code> 
-  +Execute this command to delete ''CertificateThumbprint'' value from the ''config/service''.
 <code>winrm set winrm/config/service '@{CertificateThumbprint=""}'</code> <code>winrm set winrm/config/service '@{CertificateThumbprint=""}'</code>
  
  • by erbenr