spnego.exceptions.BadMICError
See original GitHub issueHi i’m getting this error :
spnego.exceptions.BadMICError: SpnegoError (6): [WinError -2146893041] The message or signature supplied for verification has been altered, Context: Unwrapping IOV buffer
when run this code
from pypsrp.client import Client
# this takes in the same kwargs as the WSMan object
with Client("MYSERVER",ssl=False,auth="kerberos",cert_validation=False,encryption="always") as client:
# execute a cmd command
stdout, stderr, rc = client.execute_cmd("dir")
print(stdout)
what’s wrong ?
thanks
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
SPNEGO troubleshooting tips - IBM
A Kerberos error is received while decoding and verifying the SPNEGO token. You might receive the following exception error as the Java™ Generic ......
Read more >python-gssapi/test_raw.py at main - GitHub
gb.exceptions.OperationUnavailableError, canon_name, ... BadMICError, gb.unwrap_aead, self.server_ctx, ... assertFalse(krb5 == spnego).
Read more >SPNego authentication failed "Decoding error in parsing of ...
Hello! I am implementing SPNego login modul on SPS15. SPNegoconfig tests are all fine and there are no errors regarding SPNegoLoginModul at j2ee...
Read more >python/10636/python-gssapi/gssapi/tests/test_raw.py
gb.exceptions.OperationUnavailableError, canon_name,. # 'urn:greet:greeting') ... BadMICError, self .server_ctx,. wrapped_message, b 'some other sig data' ).
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Great , It’s working now . thanks !
Thanks for the confirmation.