Author |
Message
|
arunkumar1989 |
Posted: Tue May 14, 2013 12:11 am Post subject: SSL Port not Enabling |
|
|
 Voyager
Joined: 21 Nov 2012 Posts: 98 Location: Chennai
|
Hi All,
I have executed following commands,
E:\MyIBM\Program Files\IBM\MQSI\7.0>keytool -genkey -keypass newPassWord -keystore D:\MB\Notes\SSL_Sample\KeystoreforSSL.keystore -alias SSLKEYSTORE
Enter keystore password:
Keystore password is too short - must be at least 6 characters
Enter keystore password:
Re-enter new password:
What is your first and last name?
[Unknown]: Arun
What is the name of your organizational unit?
[Unknown]: tek
What is the name of your organization?
[Unknown]: tek
What is the name of your City or Locality?
[Unknown]: cbe
What is the name of your State or Province?
[Unknown]: tn
What is the two-letter country code for this unit?
[Unknown]: in
Is CN=Arun, OU=tek, O=tek, L=cbe, ST=tn, C=in correct? (type "yes" or "no")
[no]: y
E:\MyIBM\Program Files\IBM\MQSI\7.0>mqsichangeproperties broker7 -b httplistener -o HTTPListener -n enableSSLConnector -v true
BIP8071I: Successful command completion.
E:\MyIBM\Program Files\IBM\MQSI\7.0>mqsichangeproperties broker7 -b httplistener -o HTTPSConnector -n keystoreFile -v D:\MB\Notes\SSL_Sample\KeystoreforSSL.keystore
BIP8071I: Successful command completion.
E:\MyIBM\Program Files\IBM\MQSI\7.0>mqsichangeproperties broker7 -b httplistener -o HTTPSConnector -n keystorePass -v newPassWord
BIP8071I: Successful command completion.
E:\MyIBM\Program Files\IBM\MQSI\7.0>mqsichangeproperties broker7 -b httplistener -o HTTPSConnector -n port -v 7083
BIP8071I: Successful command completion.
E:\MyIBM\Program Files\IBM\MQSI\7.0>mqsistop broker7
BIP8071I: Successful command completion.
E:\MyIBM\Program Files\IBM\MQSI\7.0>mqsistart broker7
BIP8096I: Successful command initiation, check the system log to ensure that the
component started without problem and that it continues to run without problem.
For Check Port
==============
E:\MyIBM\Program Files\IBM\MQSI\7.0>mqsireportproperties broker7 -e EG_SSLSample -o HTTPSConnector -r
But the HTTPSConnector Port is 0 only
How to enable this..... _________________ Being in a crowd when you are alone is ignorance. Enlightenment is being alone in a crowd; a feeling of oneness in a crowd. |
|
Back to top |
|
 |
zpat |
Posted: Tue May 14, 2013 12:22 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
You could try it on the execution group level
mqsichangeproperties <brokername> -e <EGname>-o HTTPSConnector -n explicitlySetPortNumber -v 9999 |
|
Back to top |
|
 |
exerk |
Posted: Tue May 14, 2013 12:38 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Moving this to the more appropriate Broker forum... _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
mgk |
Posted: Tue May 14, 2013 1:22 am Post subject: |
|
|
 Padawan
Joined: 31 Jul 2003 Posts: 1642
|
Have you deployed a flow that uses HTTPS? _________________ MGK
The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
arunkumar1989 |
Posted: Tue May 14, 2013 1:25 am Post subject: |
|
|
 Voyager
Joined: 21 Nov 2012 Posts: 98 Location: Chennai
|
Hi zpat,
I tried your command... that executed successfully but port not set. _________________ Being in a crowd when you are alone is ignorance. Enlightenment is being alone in a crowd; a feeling of oneness in a crowd. |
|
Back to top |
|
 |
arunkumar1989 |
Posted: Tue May 14, 2013 1:32 am Post subject: |
|
|
 Voyager
Joined: 21 Nov 2012 Posts: 98 Location: Chennai
|
Hi mgk, - yes I have deployed _________________ Being in a crowd when you are alone is ignorance. Enlightenment is being alone in a crowd; a feeling of oneness in a crowd. |
|
Back to top |
|
 |
zpat |
Posted: Tue May 14, 2013 2:33 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
You have to report it the right way.
mqsireportproperties <brokername> -e <EGname> -o HTTPSConnector -a |
|
Back to top |
|
 |
arunkumar1989 |
Posted: Tue May 14, 2013 2:40 am Post subject: |
|
|
 Voyager
Joined: 21 Nov 2012 Posts: 98 Location: Chennai
|
Thanks to all....
I just restarted my machine.... and executed above posted commands....
Now its working......!!!!!!!!!!! _________________ Being in a crowd when you are alone is ignorance. Enlightenment is being alone in a crowd; a feeling of oneness in a crowd. |
|
Back to top |
|
 |
|