• Silje Olsen
  • NEWBIE
  • 50 Points
  • Member since 2015


  • Chatter
    Feed
  • 2
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 7
    Replies
Hello All-

When doing an Apex Callout to a secure site via HTTPS I am getting this error:

java.security.cert.CertificateException: No name matching xxx found

This site does have a valid ssl certificate installed and I have verified that the CA is listed here: https://developer.salesforce.com/page/Outbound_Messaging_SSL_CA_Certificates.

However, this site does have multiple domains and corresponding certificates all hosted on the same IP address.  From my research I have found that apparently salesforce doesn't support SNI (server name indication) which would be required in order to get the correct certificate back for the specific site I am trying to hit.  I am wondering what workarounds I can do other than:

1) Have them get more IP addresses
2) Make the call via HTTP instead of HTTPs

Does Salesforce have plans to support this in the future?  I would imagine that the need for this functionality is quite common.

Thanks,

John
Hi,
I created my Developer account for a day. I want to check Event Log File API.
I used Workbench to query Event Log File.
I loged into https://workbench.developerforce.com/restExplorer.php. In the Rest Explorer, I query for
/services/data/v32.0/query?q=SELECT+Id+,+EventType+,+LogFile+,+LogDate+,+LogFileLength+FROM+EventLogFile
But it returns me 0 size of result, which means no result. (This method of retrieval is described in this blog: http://simplysfdc.blogspot.ca/2014/10/salesforce-event-log-files.html)
But I know for Developer account, there is Event Log File API available for free, and the retention time is 1 day. So I think I should see something. May I know what's wrong? Is it I have to do something in order to see some records?

Thanks.
Hello All-

When doing an Apex Callout to a secure site via HTTPS I am getting this error:

java.security.cert.CertificateException: No name matching xxx found

This site does have a valid ssl certificate installed and I have verified that the CA is listed here: https://developer.salesforce.com/page/Outbound_Messaging_SSL_CA_Certificates.

However, this site does have multiple domains and corresponding certificates all hosted on the same IP address.  From my research I have found that apparently salesforce doesn't support SNI (server name indication) which would be required in order to get the correct certificate back for the specific site I am trying to hit.  I am wondering what workarounds I can do other than:

1) Have them get more IP addresses
2) Make the call via HTTP instead of HTTPs

Does Salesforce have plans to support this in the future?  I would imagine that the need for this functionality is quite common.

Thanks,

John
Hi guys I am trying to inovke a webservice call using the classes generated from the wsdl2apex and I get the following error and I am not sure what exactly the issue is when I use soapui I get a response any help here would be appreciated
Following this guide https://help.salesforce.com/apex/HTViewHelpDoc?id=admin_files_connect_sp_online_xds.htm&language=en_US 

1. From Setup, click Develop | External Data Sources.
2. Click New External Data Source. Then set the following options.

Label: A user-friendly name for the data source displayed in theSalesforce user interface.
Name: A unique identifier used to refer to this external data sourcedefinition through the API. The Name field can contain only underscores and alphanumeric characters. It must be unique, begin with a letter, not include spaces, not end with an underscore, and not contain two consecutive underscores.
Type: Choose Files Connect: SharePoint Online or Files Connect: OneDrive for Business.

I am trying to set up a new external Data Source for Sharepoint Online and OneDrive but when I get to step 2 the only option I have for type is "None" and "Simple URL" I have followed all the previous steps for the Salesforce Files Connect setup. I am an admin and am using the Enterprise edition of salesforce.

I have tried to open a case but it keeps getting closed informing me that this is a developer issue that needs to be answered here, but to me this is something that is missing in my salesforce implementation. 
Hi,
I created my Developer account for a day. I want to check Event Log File API.
I used Workbench to query Event Log File.
I loged into https://workbench.developerforce.com/restExplorer.php. In the Rest Explorer, I query for
/services/data/v32.0/query?q=SELECT+Id+,+EventType+,+LogFile+,+LogDate+,+LogFileLength+FROM+EventLogFile
But it returns me 0 size of result, which means no result. (This method of retrieval is described in this blog: http://simplysfdc.blogspot.ca/2014/10/salesforce-event-log-files.html)
But I know for Developer account, there is Event Log File API available for free, and the retention time is 1 day. So I think I should see something. May I know what's wrong? Is it I have to do something in order to see some records?

Thanks.