• Sheila Aviles
  • NEWBIE
  • 5 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 7
    Replies
WE are looking to integrate Salesforce.com with our Oracle Ebiz systems using Oracle SOA BPEL process.  We will not be using the Salesforce Adapter.  

The Steps with BPEL is to log in then get the session ID and URL

When logging in we need the user name and password

Is there a way that we can have the username and password encrypted?

How can I go about doing that in BPEL

thank you
WE are looking to integrate Salesforce.com with our Oracle Ebiz systems using Oracle SOA BPEL process.  We will not be using the Salesforce Adapter.  

The Steps with BPEL is to log in then get the session ID and URL

When logging in we need the user name and password

Is there a way that we can have the username and password encrypted?

How can I go about doing that in BPEL

thank you
In our Outbound Messaging Delivery Status we are receiving an error message "javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated"

But, we have a valid cert as distinguished here:
https://www.sslshopper.com/ssl-checker.html#hostname=admin.clearcareonline.com
This shows that we have a valid cert chain.
https://developer.salesforce.com/page/Outbound_Messaging_SSL_CA_Certificates
starfieldclass2ca is listed and is in the chain
openssl s_client -connect admin.clearcareonline.com:443 |egrep -i starfield
s:/C=US/O=Starfield Technologies, Inc./OU=Starfield Class 2 Certification Authority

And, both the certs on Salesforce and our Site have a matching SHA1.

What needs to happen to ensure that Salesforce accepts our cert?
Hello, I am trying to setup outbound messaging from Salesforce to our webservice.  I have created a webservice per the wsdl that I downloaded from Salesforce.  The webservice works fine when I test it using a SOAP client, but I get the following error when Salesforce invokes it.   I am using HTTPS, but not client certificates to authenticate Salesforce.  Our server certificate is valid and current.  What could be the cause of this error?  (our webservice is built using .NET 2.0 framework, could there be a JAVA / .NET interop problem???)
 
javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated