Since yesterday I’m getting a weird error while trying to access the Workbench:
https://workbench.developerforce.com/
I’ve already tried with different browsers, flushed the dns cache, deleted all the cached data from Chrome.
I’ve also tried using some dnslookup online tools, at the end I’ve tried to download the index page from a vps in the cloud using wget, but I always get the same “DNS address not found” error.
Is anyone experiencing the same issue / has found a solution / knows if it’s a Salesforce problem?
UPDATE 17 August: the Workbench is back online. https://github.com/ryanbrainard/forceworkbench/issues/710#issuecomment-322800122
Answers:
Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them as advisements. If you found the post helpful (or not), leave a comment & I’ll get back to you as soon as possible.
Method 1
Found the issue.
The workbench is a third party tool managed by people that (apparently) have nothing to do with Salesforce itself, so the workbench is not a supported app.
The certificate they were using has expired, they are trying to update it.
You can follow the issue here: https://github.com/ryanbrainard/forceworkbench/issues/710
A possible solution is to install the workbench locally on your server / local machine.
Instructions can be found here: https://developer.salesforce.com/page/Workbench#Installation
Method 2
“Try out Workbench at https://workbench.developerforce.com. Note, some of the limits and features are restricted for this demo for performance reasons.” (Emphasis mine.) According to the Workbench page on Salesforce, he Developerforce Workbench page is a demo page, and I never found it to be reliable.
You can deploy workbench to Heroku yourself and not have to rely on the actual webpage. In short, clone, this repo, add the Phing buildpack, and push to Heroku. More details can be found in the “Deploy Workbench To Heroku” section of the Workbench page listed below.
All methods was sourced from stackoverflow.com or stackexchange.com, is licensed under cc by-sa 2.5, cc by-sa 3.0 and cc by-sa 4.0