|
Rank: Advanced Member Groups: Registered, DA Moderator, IAG UAG TMG Moderator, Stirling Moderator
Joined: 11/30/2008(UTC) Posts: 151 Points: 462 Location: United Kingdom
|
Joe wrote:OK I found it in the UAG 2010 help and it successfully disabled CRL checking for testing purposes. Hope this helps someone. HKEY_LOCAL_MACHINE\SOFTWARE\WhaleCom\e-Gap\Von\URLFilter\Comm\SSL "By default Forefront UAG validates the both the certificate and the revocation list of each SSL backend server during the TLS handshake procedure. In the event where the either the certificate or the CRL are not valid, backend users shall be denied access to that given backend server. If an UAG admin wishes to disable that test due to any kind of reason she should set 'ValidateRwsCert' and 'ValidateRwsCertCRL' to '0' and restart the IIS service by 'iisreset' preferably." Joe wrote:Jason, Adding the StrongCRLCheck DWORD entry with a value of 0 did not disable CRL checking on UAG 2010. I did boot for good measure in case it needed to be rebooted. Do you have suggestion on the proper registry setting to turn off CRL checking for testing purposes? Joe Jason Jones wrote:Hi Chris,
Personally I would fix the CRL problem, as a properly configured PKI should be publishing CRLs as they are a key part of the design. Once you have configured CRL publishing, you can then re-issue the certs (which now contains the correct CDPs) and CRL checking should then work successfully if UAG has access to the CDPs.
I think you can disable CRL checking with this:
Set the StrongCRL value in the registry, under the HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\PolicyAgent\ key, add a new Oakley subkey, with a DWORD entry: StrongCRLCheck, and assign it a value of 0.
Cheers
JJ Cool, thanks for the follow up :)
|