Posted: Thu Aug 23, 2012 9:37 pm Post subject: CRL check returning 405 Method Not Allowed
Newbie
Joined: 23 Aug 2012 Posts: 1
Hi All,
Have MQ messaging working over SSL ok. Have setup the mqclient.ini SSL stanza with:
OCSPAuthentication=WARN
SSLHTTPProxyName={server name removed}
I'm trying to get the CRL check working so that we can make it REQUIRED rather than WARN.
Now, when MQClient does the CRL check, we see in our http proxy logs that it is attempting a POST rather than a GET on the URL provided by the certificate. Thus, the HTTP response is a 405 Method not allowed.
When I do the same URL in a browser from the MQClient server, our proxy says that it does a GET and returns the crl object fine with 200 response code.
Can anyone suggest why MQClient is doing a POST rather than a GET and/or offer a suggestion on how to get the CRL check working?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum