mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2024-12-25 07:10:25 +01:00
Add RHEL documentation link to Unity licensing troubleshooting
This commit is contained in:
parent
7864586d10
commit
314153e45c
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue