Add RHEL documentation link to Unity licensing troubleshooting

This commit is contained in:
Sapphire 2024-10-31 06:57:26 +00:00
parent 7864586d10
commit 314153e45c

View file

@ -71,7 +71,14 @@ Patches for both the Worlds and Avatars SDK are available: https://github.com/Be
### Unable to activate Unity license
If you are using a Fedora or RHEL-based distribution, this may be caused by an OpenSSL configuration option. To verify that this is the problem, check your `~/.config/unity3d/Unity/Unity.Licensing.Client.log`. If you see the text `Interop+Crypto+OpenSslCryptographicException: error:03000098:digital envelope routines::invalid digest`, running the following command as root will resolve the issue: `update-crypto-policies --set DEFAULT:SHA1`
If you are using a Fedora or RHEL-based distribution, this may be caused by an OpenSSL configuration option.
To verify that this is the problem, check your `~/.config/unity3d/Unity/Unity.Licensing.Client.log`.
If you see the text `Interop+Crypto+OpenSslCryptographicException: error:03000098:digital envelope routines::invalid digest`, running the following command as root will re-enable SHA-1 cryptography and resolve the issue:
`update-crypto-policies --set DEFAULT:SHA1`
For more information, see the RHEL documentation on [security hardening](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/using-the-system-wide-cryptographic-policies_security-hardening#proc_re-enabling-sha-1_using-the-system-wide-cryptographic-policies).
### Shaders fail to include some .cginc files