# File lib/rhc/rest.rb, line 214
    def generic_error_message(url)
      "The server did not respond correctly. This may be an issue "\
      "with the server configuration or with your connection to the "\
      "server (such as a Web proxy or firewall)."\
      "#{RestClient.proxy.present? ? " Please verify that your proxy server is working correctly (#{RestClient.proxy}) and that you can access the OpenShift server #{url}" : "Please verify that you can access the OpenShift server #{url}"}"
    end