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
client2.pem was imported on the system and a certmapping was created using the same method as i used for windows 10.
But it does not connect and throws an error like this:
panic: unknown error Post "https://clientip:5986/wsman": read tcp myip:54434->clientip:5986: read: connection reset by peer
pywinrm connects using the same certs without issues. go auth on basic https works fine too.
The text was updated successfully, but these errors were encountered:
Hey! There seems to be a problem with windows 11 and certificate auth. I use this to connect:
client2.pem was imported on the system and a certmapping was created using the same method as i used for windows 10.
But it does not connect and throws an error like this:
panic: unknown error Post "https://clientip:5986/wsman": read tcp myip:54434->clientip:5986: read: connection reset by peer
pywinrm connects using the same certs without issues. go auth on basic https works fine too.
The text was updated successfully, but these errors were encountered: