Thanks for that reply Jordan, No, I am not confused in respect to that, however, I want to understand what's is the best way possible to encrypt the whole session over the HTTP scheme, as on the windows side if it's not encrypted it is rejecting the connection by saying the above message error, however I got past that issue by using elevated credentials for the windows host, now it complaints about this error, "msg": "kerberos: Bad HTTP response returned from server. Code 500"
not sure how it is doing a bad request, could you please enlighten on this, On Thursday, June 18, 2020 at 7:57:59 PM UTC-4, Jordan Borean wrote: > > Setting AllowUnencrypted -Value $true means you are allowing plaintext > data to be exchanged, you want it to be AllowUnencrypted -Value $false to > make sure encryption is used. Are you getting mixed up with the values here? > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/fe907434-f057-470d-ba36-df81f8a659feo%40googlegroups.com.
