I'm trying to set a Salesforce configuration for the connector using "Basic Auth" authentication, but I got SALESFORCE:CONNECTIVITY error:
Encountered HTML Content when looking for http://schemas.xmlsoap.org/soap/envelope/:Envelope
I know for a fact that all fields are correct (username, password, security token, authentication URL).
<salesforce:sfdc-config name="Salesforce_Config" doc:name="Salesforce Config" doc:id="3dd44e06-b340-4219-bb00-b7d714ff4e12" >
<salesforce:basic-connection username="[email protected]" password="xxxxxxx" securityToken="copied from the email received" url="https://login.sakesforce.com/services/Soap/u/53.0" objectTTL="24" objectTTLTimeoutUnit="HOURS"/>
</salesforce:sfdc-config>
I checked online trying to sort out, and found some answer requiring to set up error log of Salesforce using Apex, which is too complicated. There's also someone said it could be a firewall issue, but how?