Resolve OpenSSL11 conflict

When upgrading Forcepoint Web Security Proxy version 8.5.5 from RHEL 7.9 to RHEL 8.8, the upgrade fails due to a package conflict involving openssl11-libs.

Steps

  1. Identify the conflict by reviewing /var/log/leapp/leapp-report.txt.
  2. Remove the conflicting openssl11-libs package using the command:

    yum remove openssl11-libs

    This will also remove the dependent openssl11 package automatically.

  3. Re-run the upgrade using the following command:
    leapp upgrade --target=8.8
  4. Reboot the system to complete the upgrade.