Replies: 1 comment 6 replies
-
Hi @dmoiler, I want to confirm are you passing in Thanks, |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I was performing an update to an existing 11.1 system, installing new certificates and encountered issues in which it appears node names might be trimmed / cut at 32 characters length, and so the server names can't be resolved. This is what I'm assuming based on the output below:
As part of this change I have used the previous config (as indicated by @cameronkroeker) and upgraded the arcgis module to 4.3.0 (previously was using 4.2.0).
The reason for the long node names, rather than simply using the hostname is because the CN in a "workstation" certificate applies as FQDN, and so is what the WinRM needs in order for SSL to validate. If I try to use the Hostname alone it gives the warning:
The FQDNs (which are 34 characters in length) installed fine at 4.2.0, so wanting to know if this is a bug / known change at this version / I'm doing something wrong?
I am able to establish a CIM session in Powershell via the FQDN, so guessing it might be in the arcgis module.
Thanks!
Dean
Beta Was this translation helpful? Give feedback.
All reactions