• Hussey786
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 6
    Questions
  • 7
    Replies
Hi All,

I am making https calls to one of my servers from apex and it is working fine in Sandbox environment. I have deoplyed the code to production and I am getting the below exception.
'System.CalloutException: java.security.cert.CertificateException: No subject alternative DNS name matching login.abc.com found.'

I have also tried in Developer edition as well and get same above exception.

Please help me.
Thanks in Advance....

Hussain.
Hi All,

Please help me to develope a VF page with multiselet drop down with checkboxes in visualforce.

User-added image

Thanks in advance,

Regards,
Hussey
Hi All,

I have a visualforce page with a pageBlock table and I added that Page to Home Page components using iframe. I have a link for one column which will nagivate to detail page of the record

I am able to see the records in home page but when I click on the link on the table, it is refreshing the iframe part only istead of navigating to detail page.

Please help on the this...

Thanks,
Hussey
Hi Friends,

I have installed JRE, JDK and configured Force.com properly in my system. I am trying to create a new project in my eclipse, but its throwing an error "Unable to fetch organization details  for "xzzx@gga.com"'.

Please help me how to avoid this error.

Thanks,
Hussey.

Hi All,

 

Can u plz explaun the difference between Enterprise applications and Multitenant applications

 

Thanks,

Hussey

Hi All,

 

I have one Custom object called Salary__c, this object was hidden(no access) for a user using profile.

But i want to show a salary__c record which was created by HR manager and shared(owned by that user) to that user.

It is possible? If yes, can u plz suggest me to achieve this.

 

 

 

Thanks,

Hussey

 

Hi All,

Please help me to develope a VF page with multiselet drop down with checkboxes in visualforce.

User-added image

Thanks in advance,

Regards,
Hussey
Hi,

We are trying to make a callout to "https://support.breadwinnerhq.com/bwpayment/v1/accounts/00Db0000000b9t" from Salesforce. But, we are facing an exception:

System.CalloutException: java.security.cert.CertificateException: No subject alternative DNS name matching support.breadwinnerhq.com found.

The domain has a valid SSL certificate.

We have checked from SSL shopper: https://www.sslshopper.com/ssl-checker.html?submit=submit&hostname=support.breadwinnerhq.com (https://www.sslshopper.com/ssl-checker.html?submit=submit&hostname=support.breadwinnerhq.com)

But, still we are facing this issue.

We don't understand why is Salesforce not allowing us to make callouts to this domain when it has a valid SSL certificate and the browsers allow it.


Thanks,
Rupali
Hi Friends,

I have installed JRE, JDK and configured Force.com properly in my system. I am trying to create a new project in my eclipse, but its throwing an error "Unable to fetch organization details  for "xzzx@gga.com"'.

Please help me how to avoid this error.

Thanks,
Hussey.

SFDC gurus,

I am new to SFDC and have implementaeda integration of our java web app. with SFDC. This integration is working fine on DEV sandbox and DEV server. But on staging we get the System.CalloutException: java.security.cert.CertificateException.

The remote site setting is set to the proper url 'https://ccc.bbb.com and is active. The endpoint works fine when used in a browser.
Below is the exception that we see in logs. The same endpoint works fine in browser. Any ideas for solving this issue?

 

08:38:48.049 (49762000)|SYSTEM_METHOD_EXIT|[16]|System.HttpRequest.setEndpoint(String)
08:38:48.049 (49813000)|SYSTEM_METHOD_ENTRY|[22]|System.Http.send(ANY)
08:38:48.049 (49891000)|CALLOUT_REQUEST|[22]|System.HttpRequest[Endpoint=https://ccc.bbb.com/MyWebApp/getPrimary.htm?id=430783, Method=GET]
08:38:48.235 (235735000)|EXCEPTION_THROWN|[22]|System.CalloutException: java.security.cert.CertificateException: No name matching croc1-stg.toshiba-solutions.com found
08:38:48.235 (235854000)|SYSTEM_METHOD_EXIT|[22]|System.Http.send(ANY)

 

Thanks, 

mk2013

 

 

Hi,

 

I want to create standard new button for a custom object. Please tell me how can i do this.

 

Thanks..

Hi All,

 

I have one Custom object called Salary__c, this object was hidden(no access) for a user using profile.

But i want to show a salary__c record which was created by HR manager and shared(owned by that user) to that user.

It is possible? If yes, can u plz suggest me to achieve this.

 

 

 

Thanks,

Hussey

 

Hi, I am trying to make a Apex callout but facing various errors in it. one of them below is 

 

System.CalloutException: IO Exception: java.security.cert.CertificateException: No subject alternative names matching IP address xx.xx.xx.xxx found

 

Any suggestion or help would be greatly appreciated.

 

Thank you,