Re: salesforce connection with camel

2021-04-11 Thread WEIQUAN YUAN
s, > Hemang Ajmera > > > -Original Message- > From: WEIQUAN YUAN > Sent: 09 April 2021 23:41 > To: users@camel.apache.org > Subject: Re: salesforce connection with camel > > > EXTERNAL SENDER: Do not click any links or open any attachments unless > you trust

RE: salesforce connection with camel

2021-04-10 Thread Ajmera, Hemang C
Hi I think since proxy is on port 80, mostly it is not secured. You need to use false for secure. Thanks and Regards, Hemang Ajmera -Original Message- From: WEIQUAN YUAN Sent: 09 April 2021 23:41 To: users@camel.apache.org Subject: Re: salesforce connection with camel EXTERNAL

Re: salesforce connection with camel

2021-04-09 Thread WEIQUAN YUAN
WEIQUAN YUAN14:10 Yes, I added configration here camel.component.salesforce.http-proxy-host=cdhwg01.prod.prv camel.component.salesforce.http-proxy-port=80 camel.component.salesforce.http-proxy-secure = true but it gves me this error Caused by: javax.net.ssl.SSLException: Unrecognized SSL

Re: salesforce connection with camel

2021-04-09 Thread Jeremy Ross
You don't have to specify grant_type. Your authentication failed. If you're using password auth, make sure your password is actually password+API token. On Thu, Apr 8, 2021 at 10:49 AM WEIQUAN YUAN wrote: > It is proxy issue, now I moved application out of proxy env , the problem > fixed. > but

Re: salesforce connection with camel

2021-04-08 Thread WEIQUAN YUAN
It is proxy issue, now I moved application out of proxy env , the problem fixed. but I got another error how to set grant type in the camel salesforce configuration? I didn't see that option for grant_type Caused by: org.apache.camel.component.salesforce.api.SalesforceException:

RE: salesforce connection with camel

2021-04-07 Thread Ajmera, Hemang C
Hi For login-url please try using https://login.salesforce.com for production environment or https://test.salesforce.com No need to add anything extra for oauth... Salesforce component will take care of those. Thanks and Regards, Hemang Ajmera -Original Message- From: WEIQUAN YUAN