JSI Tip 8857. When you send messages over HTTPS in Microsoft Message Queuing 3.0 on Windows Server 2003, the messages may remain in the outgoing message que?

Jerold Schulman

December 30, 2004

1 Min Read
ITPro Today logo in a gray background | ITPro Today

The subject behavior will occur if Message Queuing cannot access the location of the CRL (Certificate Revocation List) specified in the properties of the certificate, possibly because the specified port is NOT open.

To resolve this issue:

1. Open a CMD.EXE window.

2. Type the following command and press Enter:

REG ADD "HKLMSOFTWAREMicrosoftMSMQParameterssecurity" /V SkipRevocationCheck /T REG_DWORD /D 1 /F



Read more about:

Microsoft
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like