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 » Microsoft CRM WebService

Post new topic  Reply to topic
 Microsoft CRM WebService « View previous topic :: View next topic » 
Author Message
rabee_nawash
PostPosted: Sat Sep 17, 2016 12:11 pm    Post subject: Microsoft CRM WebService Reply with quote

Apprentice

Joined: 01 Dec 2014
Posts: 27

Dears,

I'm trying to consume MS CRM Online webservices , I used SOAPRequest and I imported the certificate into the trust store. I keep having the following error
Code:

 "javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No X509TrustManager implementation available" , I checked the configuration many times and it seems correct.


The following is the Integration Node BrokerRegistry settings
Code:

BrokerRegistry
  uuid='BrokerRegistry'
  brokerKeystoreType='JKS'
  brokerKeystoreFile='c:/mqm/BrokerKeyStore.jks'
  brokerKeystorePass='brokerKeystore::password'
  brokerTruststoreType='JKS'
  brokerTruststoreFile='c:\keystore\brokerTruststoreFile.jks'
  brokerTruststorePass='brokerTruststore::password'
  brokerCRLFileList=''
  httpConnectorPortRange=''
  httpsConnectorPortRange=''
  brokerKerberosConfigFile=''
  brokerKerberosKeytabFile=''
  allowSSLv3=''
  reenableTransportAlgorithms=''
  reenableCertificateAlgorithms=''
  mqCCDT=''
  modeExtensions=''
  operationMode='advanced'
  adminMessageLogging=''
  productFunctionality=''
  mqKeyRepository=''
  dataCapturePolicyUri='/apiv1/policy/DataCapture/default'
  shortDesc=''
  longDesc=''


Any idea what could be the issue, and did any body try to integrate with MS CRM with webservices before it seems its a long journey [/code]
Back to top
View user's profile Send private message
mqjeff
PostPosted: Mon Sep 19, 2016 3:57 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

There could be a few causes:
  • You didn't add the CRM CA to your trust store
  • Broker and MS CRM can't agree on a proper cipherspec
  • Broker can't find your truststore because you have \ in the broker trust store path and / in the keystore path
  • the CRM webservice is still trying to use SSLv3 instead of TLS
  • The broker doesm't have network access to the CRM server
  • A bunch of other possibilities


You should at least use the broker machine to verify that you can hit the CRM web URL.

Then you should talk to the CRM team, to find out what their configuration is in regards to SSL.
_________________
chmod -R ugo-wx /
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 » Microsoft CRM WebService
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.