-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail to connect with SSL #142
Comments
Not enough information here. The error logs on the client and/or the qmgr should have a lot more details about the error. |
|
So that's part of the information. What about the qmgr error logs? |
That's all information from MQ client. |
yes |
I created a kdb with pem
runmqakm -keydb -create -db key.kdb -pw ****** -type cms -stash runmqakm -cert -add -db key.kdb -label sdpimqcert -file mysv.pem -pw ******
I put all the "key.kdb" "key.rdb" "key.sth"" key.crl" files to config folder, then I set this key to key repository
sco.KeyRepository = "./config/key";
After deploying, I got error:
MQ call failed in CONNX: MQCC = MQCC_FAILED [2] MQRC = MQRC_HOST_NOT_AVAILABLE [2538]
I telneted the mq server, it can be connected.
Can you please help me about this issue.
The text was updated successfully, but these errors were encountered: