-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to configure SSL certificates in ArcGIS Server. Importing CA certificate failed. #272
Comments
Should probably mention that we are using Esri cookbooks version 3.6.1, Chef Client 14.14.29, and ArcGIS Enterprise 10.7 |
Hi @thk70, When the cookbook checks to see if the ssl certificate exists, it looks for
However, it appears that ArcGIS Server 10.7 and 10.7.1 do not include a 10.7/10.7.1 response is missing
10.8/10.8.1 response that includes
We will fix this in the next release of the cookbooks, however in the mean time feel free to use the following workaround: Replace line 281 in cookbooks/arcgis-enterprise/libraries/server_admin_client.rb:
with:
Thanks, |
We have implented a fix for this in the latest release, v370! https://github.com/Esri/arcgis-cookbook/releases/tag/v3.7.0 Thanks, |
The error in subject is bound to happen if the the certificate is already installed. But if you are unregistering and reregistering a server in a site (eg. for maintenance purposes) this should just skip it or have the option to force overwrite it.
In addition to this. running the server_node recipe to reregister or rejoin the site, it will try to import the certificate 11 times before fatal failing the hole procedure.
I can manually remove the certificate before running the server_node, but please provide an option to skip this step if its already installed or an option to force overwrite the existing certificate (alias).
Thanks,
The text was updated successfully, but these errors were encountered: