# File lib/rhc/rest/client.rb, line 733 def generic_error_message(url, client) "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)."\ "#{client.proxy.present? ? " Please verify that your proxy server is working correctly (#{client.proxy}) and that you can access the OpenShift server #{url}" : " Please verify that you can access the OpenShift server #{url}"}" end