Author |
Message
|
karthik_ps |
Posted: Mon Mar 25, 2019 6:25 am Post subject: MQRC 2071 STORAGE_NOT_AVAILABLE |
|
|
 Apprentice
Joined: 10 Dec 2008 Posts: 43
|
I have MQserver v 9.0.0.3 and another server with MQ client v 9.1.0.1.
I am trying to connect from client to server using client-server communication. this connection is working fine.
But when I enable SSL from the client side, I am getting MQRC 2071 error.
When I am disabling SSL parameters , its again working fine.
I have checked storage and ulimit parameters which is fine. OS is RHEL 7.6 version. Could you help on how to fix this error. |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Mar 25, 2019 10:21 am Post subject: Re: MQRC 2071 STORAGE_NOT_AVAILABLE |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
karthik_ps wrote: |
I have MQserver v 9.0.0.3 and another server with MQ client v 9.1.0.1.
I am trying to connect from client to server using client-server communication. this connection is working fine.
But when I enable SSL from the client side, I am getting MQRC 2071 error.
When I am disabling SSL parameters , its again working fine.
I have checked storage and ulimit parameters which is fine. OS is RHEL 7.6 version. Could you help on how to fix this error. |
Well you cannot enable SSL just from one side. Both client channel and server connection channel need to show the same cipherspec / ciphersuite for the connection to work. And at your level of MQ don't forget to specify the cert label to use for the client / server connection channel.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
hughson |
Posted: Tue Mar 26, 2019 2:00 am Post subject: Re: MQRC 2071 STORAGE_NOT_AVAILABLE |
|
|
 Padawan
Joined: 09 May 2013 Posts: 1959 Location: Bay of Plenty, New Zealand
|
karthik_ps wrote: |
But when I enable SSL from the client side, I am getting MQRC 2071 error. |
What does your error log say?
fjb_saper wrote: |
At your level of MQ don't forget to specify the cert label to use for the client / server connection channel.  |
Why?
Cheers,
Morag _________________ Morag Hughson @MoragHughson
IBM MQ Technical Education Specialist
Get your IBM MQ training here!
MQGem Software |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Mar 26, 2019 4:51 am Post subject: Re: MQRC 2071 STORAGE_NOT_AVAILABLE |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
hughson wrote: |
fjb_saper wrote: |
At your level of MQ don't forget to specify the cert label to use for the client / server connection channel.  |
Why?
Cheers,
Morag |
I've seen it make a difference in the CCDT even if it is the default name (ibmwebspheremq<clientid>). It the cert label is not the default name you will have to specify it.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
hughson |
Posted: Tue Mar 26, 2019 4:55 am Post subject: Re: MQRC 2071 STORAGE_NOT_AVAILABLE |
|
|
 Padawan
Joined: 09 May 2013 Posts: 1959 Location: Bay of Plenty, New Zealand
|
fjb_saper wrote: |
hughson wrote: |
fjb_saper wrote: |
At your level of MQ don't forget to specify the cert label to use for the client / server connection channel.  |
Why?
Cheers,
Morag |
I've seen it make a difference in the CCDT even if it is the default name (ibmwebspheremq<clientid>). It the cert label is not the default name you will have to specify it.  |
Ah OK - I thought you were advocating putting the CERTLABL on the channel on the SVRCONN. Please be clear. There should be no need to add it to the SVRCONN.
Cheers,
Morag _________________ Morag Hughson @MoragHughson
IBM MQ Technical Education Specialist
Get your IBM MQ training here!
MQGem Software |
|
Back to top |
|
 |
|