• Heidi Richter
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 3
    Replies
 

I have setup a 'Remote Site setting' and in 'Develop / Custom Setting' I've added the 'Web Service Settings'.

We are currently getting the error:

IO Exception: java.security.cert.CertificateException: No name matching dt-esb.workcover.com found

when calling an integration end point from within our Salesforces application. This integration end point has been working for some time up until a recent certificate upgrade. The message/failure below is displaying in all test Salesforce sandpit environments. (all calling the same test dt-esb.workcover.com integration server).

The production Salesforce application is working and is not displaying the message/failure below although the certificate was updated there as well.

We have confirmed that the dt-esb.workcover.com (web service url) is working by calling the same url using SoapUI. Using this tool returns the expected result.

 

Salesforce assisted by checking the call and reported back this problem:

>>>>>>>>>>>>>>>>>>>>>>>>> 

got Exception : javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated

 

Remote server's SSL/TLS configuration has one or more errors or warnings

Error: The domain name dt-esb.workcover.com wasn't in the supported set of domain names in the certificate: Thesis.headoffice.corporate.local.

Error: No certificates in the chain are trusted by Salesforce.com's list of trusted certificate authority certificates.

 

Remote Server Certificate Chain

Subject: CN=Thesis.headoffice.corporate.local, O=WorkCover, C=AU

Valid between 7/18/2013 12:42:13 AM PDT and 7/17/2018 12:42:13 AM PDT.

Issuer: CN=Thesis.headoffice.corporate.local, O=WorkCover, C=AU

Error: Self-signed certificate "CN=Thesis.headoffice.corporate.local, O=WorkCover, C=AU" found. This is not supported. A certificate that has been signed by a trusted certificate authority must be used.

It seems like a configuration issue at your end. Please check with your infrastructure team to check the configuration to avoid the above errors.

<<<<<<<<<<<<<<<<<<<<<<<<< 

Our Infrastructure people don’t understand why Salesforce is hitting our Thesis certificate which is the machine certificate and is an untrusted certificate.

 

Salesforce support suggested to try the Developer support as they are running out of ideas.

Heidi – WorkCover SA

 

I have setup a 'Remote Site setting' and in 'Develop / Custom Setting' I've added the 'Web Service Settings'.

We are currently getting the error:

IO Exception: java.security.cert.CertificateException: No name matching dt-esb.workcover.com found

when calling an integration end point from within our Salesforces application. This integration end point has been working for some time up until a recent certificate upgrade. The message/failure below is displaying in all test Salesforce sandpit environments. (all calling the same test dt-esb.workcover.com integration server).

The production Salesforce application is working and is not displaying the message/failure below although the certificate was updated there as well.

We have confirmed that the dt-esb.workcover.com (web service url) is working by calling the same url using SoapUI. Using this tool returns the expected result.

 

Salesforce assisted by checking the call and reported back this problem:

>>>>>>>>>>>>>>>>>>>>>>>>> 

got Exception : javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated

 

Remote server's SSL/TLS configuration has one or more errors or warnings

Error: The domain name dt-esb.workcover.com wasn't in the supported set of domain names in the certificate: Thesis.headoffice.corporate.local.

Error: No certificates in the chain are trusted by Salesforce.com's list of trusted certificate authority certificates.

 

Remote Server Certificate Chain

Subject: CN=Thesis.headoffice.corporate.local, O=WorkCover, C=AU

Valid between 7/18/2013 12:42:13 AM PDT and 7/17/2018 12:42:13 AM PDT.

Issuer: CN=Thesis.headoffice.corporate.local, O=WorkCover, C=AU

Error: Self-signed certificate "CN=Thesis.headoffice.corporate.local, O=WorkCover, C=AU" found. This is not supported. A certificate that has been signed by a trusted certificate authority must be used.

It seems like a configuration issue at your end. Please check with your infrastructure team to check the configuration to avoid the above errors.

<<<<<<<<<<<<<<<<<<<<<<<<< 

Our Infrastructure people don’t understand why Salesforce is hitting our Thesis certificate which is the machine certificate and is an untrusted certificate.

 

Salesforce support suggested to try the Developer support as they are running out of ideas.

Heidi – WorkCover SA