afawcett / githubsfdeploy

GitHub Salesforce Deploy Tool
BSD 3-Clause "New" or "Revised" License
189 stars 104 forks source link

Sandbox Deploy doesn't support TLS 1.1+ #23

Closed scottpelak closed 8 years ago

scottpelak commented 8 years ago

First, thanks for the awesome tool.

Today, Monday 2016-06-13, I tried deploying a GitHub project to a Sandbox via https://githubsfdeploy-sandbox.herokuapp.com/app/githubdeploy/flexchecks/flexchecks. (Note: It's a private repo) It asked me to log in to my Sandbox User, but the authentication failed:

Oops, something went wrong... Authentication Failed: OAuth login invalid or expired access token Be sure your Salesforce organization does not have IP restrictions. Logout and try with another user or organization.

II deactivated the "Require TLS 1.1 or higher for HTTPS connections" Salesforce Critical Update, tried the URL again, and I was able to log in and deploy the Github Repo to my Sandbox.

afawcett commented 8 years ago

Sorry about that, can you try again please?

scottpelak commented 8 years ago

I activated the "Require TLS 1.1 or higher for HTTPS connections" Salesforce Critical Update in my Sandbox, and I'm able to log in successfully.

Thanks!

afawcett commented 8 years ago

Excellent!