Unable to find valid ceritication path to requested target (RTO (Real Time Optimizid))

Hi,

I am trying to connect to rto with both the Speed guide application and java code. I get the same error in both. Error images are as follows.


speed-error.jpg


Thanks.

Best Answer

  • @SelcukYAPICI

    According the log file, the issuer of the certificate file is CN=hmb.gov.tr.

    chain [0] = [
    [
      Version: V3
      Subject: CN=api.refinitiv.com, O=REFINITIV US LLC, ST=New York, C=US
      Signature Algorithm: SHA256withRSA, OID = 1.2.840.113549.1.1.11


      Key:  Sun RSA public key, 2048 bits
      modulus: 25051848246115837429544681296600530303584526036012791633977467114677035793644576755871650793499002603449939947731857631963608125721704317255213676628406140199638052480988493403654697408461919670185532837483214325993161802726371272236701614736617187529233764576122816639360564083667557750786997161868342021927612797143486760892533071576961053267939576024928578040546436840699089761520783993976188087972847805439246608959430259373523375064724671738724054487097876061434133456438465673738982601311185790663256738510230712361505847212251448213744021505021303644551077690376374345270740654103934971952641249154265647208669
      public exponent: 65537
      Validity: [From: Fri Nov 25 03:00:00 EET 2022,
                   To: Sun Nov 26 02:59:59 EET 2023]
      Issuer: CN=hmb.gov.tr, OU="Bilgi  Teknolojileri Genel Mdrl?", O=T.C. Hazine ve Maliye Bakanl???, L=ankaya, ST=ANKARA
      SerialNumber: [    7535c296 dea760fe]

    Typically, the issuer of api.refinitiv.com is CN=COMODO RSA Certification Authority.

     "issuer"             : "CN=COMODO RSA Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB",

    I think the issuer has been intercepted by your network servers (Proxy or Firewall) and the trustStore file (trustStore is: C:\Program Files\Java\jdk1.8.0_202\jre\lib\security\cacerts) doesn't have the certificate for CN=hmb.gov.tr. This is why it was unable to find valid certification path to requested target.

    You need to contact your local IT support team to verify what the problem is.

Answers