ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » WebSphere Message Broker 6.0 and SSL certificate issue

Post new topic  Reply to topic
 WebSphere Message Broker 6.0 and SSL certificate issue « View previous topic :: View next topic » 
Author Message
qveston
PostPosted: Thu Jun 10, 2010 5:23 am    Post subject: WebSphere Message Broker 6.0 and SSL certificate issue Reply with quote

Newbie

Joined: 10 Jun 2010
Posts: 1

Hello,

we have generated an SSL certificate for the message broker using following commands:

[code]
keytool -genkey -keystore /home/mqsi/.keystore -alias broker -keyalg "RSA" -keysize 1024 -sigalg "SHA1withRSA"
keytool -certreq -keystore /home/mqsi/.keystore -alias broker -file broker.csr
[/code]

The broker.csr file was delivered to CA and trustedcert.cer file was received from them. After which following commands were issued:

[code]
keytool -delete -keystore /home/mqsi/.keystore -alias broker
keytool -import -keystore /home/mqsi/.keystore -file trustedcert.cer -alias broker
mqsichangeproperties BROKER -b httplistener -o HTTPSConnector -n keystoreFile -v /home/mqsi/.keystore
mqsichangeproperties BROKER -b httplistener -o HTTPSConnector -n keystorePass -v **********
mqsistop BROKER
mqsistart BROKER
mqsistop BROKER
mqsistart BROKER
[/code]

For some reason the SSL is not working as expected. When web browser is used for connecting to an HTTPInput node on the broker, an error message "ssl_error_no_cypher_overlap" is displayed.

Could some one help me out if there is something fundamentally wrong in the way the certificate is created and configured to the broker or a way to trouble shoot this?

We have already used trace on HTTPSConnector component but it displayed no error.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » WebSphere Message Broker 6.0 and SSL certificate issue
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.