Workflows show error after upgrading Aria Automation Orchestrator to 8.18.1 "ERROR rehash: warning: skipping duplicate certificate in imported-{SHA256}.pem"
search cancel

Workflows show error after upgrading Aria Automation Orchestrator to 8.18.1 "ERROR rehash: warning: skipping duplicate certificate in imported-{SHA256}.pem"

book

Article ID: 381794

calendar_today

Updated On:

Products

VMware Aria Suite

Issue/Introduction

Running polyglot scripts might show an error similar to:

 

ERROR rehash: warning: skipping duplicate certificate in imported-{SHA256}.pem

or

 ----- End Run log ------
2024-11-12 09:48:27.243 -05:00infoExit code:0
2024-11-12 09:48:27.543 -05:00errorrehash: warning: skipping duplicate certificate in imported-{SHA256}.pem

 

 

Environment

Aria Automation Orchestrator 8.18.1

Cause

This warning occurs when the Aria Automation Orchestrator attempts to re-import trusted certificates that are already included in the Orchestrator CA trust store.

These duplicate entries are identified during the rehashing process, resulting in the warning message.

 

Resolution

Note: Please make sure you have valid backups or snapshots of the Automation Orchestrator appliance(s).

There are two workarounds available to prevent this warning:

Workaround 1: Remove Trusted Root Certificates

Remove the trusted root certificates that are already present in the Aria Orchestrator CA trust store to avoid duplication.

Workaround 2: Disable Automatic Import of Trusted Certificates

Disable importing the trusted certificates into Polyglot by setting the com.vmware.o11n.polyglot.import-trusted-certificates system property to false.

Steps:

  1. SSH into the Orchestrator appliance.

  2. Run the following command:

    vracli vro properties set -k com.vmware.o11n.polyglot.import-trusted-certificates -v false