AOD 8.1.2.1201 + REST API is not working for wild card certificates.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • kumar591
    Aspiring Member
    • Jan 2015
    • 2

    AOD 8.1.2.1201 + REST API is not working for wild card certificates.

    When we call REST API for webservices having wild card certificates its throwing this error. We don't see this issue in old versions of OD. How can we bypass this error.
    In REST editor we are using Authentication with Mutual certificate as the authentication option

    " Its giving Certificate for <XX.XXX.XXX.XXX> doesn't match any of the subject alternative names: [*.services.conduent.com, services.conduent.com"
  • wilsonyu
    Hot Shot
    .
    • Sep 2011
    • 24

    #2
    It sounds like the issue that has been documented and resolved here:



    Can you check in the version of the httpclient and make sure 4.5.13 is the only version in your system.

    Making REST calls using only httpclient API is relatively easily with some examples you can find on the internet. You may need to try some Java code to verify that without using the OD connector (which has the Axis2 involved). It is hard for us to reproduce and debug the problem here without the actual web service and certificate to run against.

    Comment

    • yangh
      Member
      .
      • Apr 2012
      • 4

      #3
      Originally posted by kumar591 View Post
      When we call REST API for webservices having wild card certificates its throwing this error. We don't see this issue in old versions of OD. How can we bypass this error.
      In REST editor we are using Authentication with Mutual certificate as the authentication option

      " Its giving Certificate for <XX.XXX.XXX.XXX> doesn't match any of the subject alternative names: [*.services.conduent.com, services.conduent.com"
      Did you use IP address to access the server? <XX.XXX.XXX.XXX>? If that's the case, can you ensure the DNS resolution and reverse resolution both work for the IP address and the FQDN of the host you are accessing?

      Comment

      Loading