From 314153e45c3c010d8a187fd9cb08fd729a5b59db Mon Sep 17 00:00:00 2001 From: Sapphire Date: Thu, 31 Oct 2024 06:57:26 +0000 Subject: [PATCH] Add RHEL documentation link to Unity licensing troubleshooting --- content/docs/vrchat/unity.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/docs/vrchat/unity.md b/content/docs/vrchat/unity.md index 5fdfcd1..ee7a15d 100644 --- a/content/docs/vrchat/unity.md +++ b/content/docs/vrchat/unity.md @@ -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