SFTP Connector - API Connection - Password Special Character - Bad Gateway

Vinoth Palaniappan 0 Reputation points
2023-05-18T09:13:24.3666667+00:00

Facing bad gateway when trying to connect SFTP.

We have @ and % special character in the password.

When tried through C# console application with same password connection is working fine.

But when trying to connect through logic app facing the below error. Am suspecting the special character in the password.

Please guide me on the same.

User's image

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,838 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 68,396 Reputation points
    2023-05-19T04:42:30.76+00:00

    @Vinoth Palaniappan Thanks for reaching out. I have validated at my end with the character as '@', '%' with different combination and I couldn't observe any issue with authenticating the connector. I will suggest you to validate the below:

    • I will first suggest you to type the password rather than copy paste as it include special character sometimes which is not visible directly until you are not pasting in command prompt (cmd) or pasting it with changing the encoding.
    • Make sure that you have whitelisted the IP address of connector so the request is not rejected at your SFTP server as you can observe the same error as you have shared due to this. Please also validate there is no proxy in between that would reject the request or any network at the SPTP end rejecting the request.

    Feel free to get back to me if you need any assistance.

    Please "Accept Answer" if the answer is helpful so that it can help others in the community.

    0 comments No comments