<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="GENERATOR" content="GtkHTML/4.6.6">
</head>
<body>
I have a newly installed Pulp 2.3 server which will not respond to admin client commands.  When I run any pulp-admin command I get the following error:<br>
<br>
An error occurred attempting to contact the server. More information can be<br>
found in the client log file ~/.pulp/admin.log.<br>
<br>
<br>
admin.log file contains the following:<br>
<br>
2013-12-12 14:03:21,766 - ERROR - Client-side exception occurred<br>
Traceback (most recent call last):<br>
  File "/usr/lib/python2.6/site-packages/pulp/client/extensions/core.py", line 478, in run<br>
    exit_code = Cli.run(self, args)<br>
  File "/usr/lib/python2.6/site-packages/okaara/cli.py", line 974, in run<br>
    exit_code = command_or_section.execute(self.prompt, remaining_args)<br>
  File "/usr/lib/python2.6/site-packages/pulp/client/extensions/extensions.py", line 224, in execute<br>
    return self.method(*arg_list, **clean_kwargs)<br>
  File "/usr/lib/python2.6/site-packages/pulp/client/admin/admin_auth.py", line 58, in login<br>
    result = self.context.server.actions.login(username, password).response_body<br>
  File "/usr/lib/python2.6/site-packages/pulp/bindings/actions.py", line 32, in login<br>
    return self.server.POST(path)<br>
  File "/usr/lib/python2.6/site-packages/pulp/bindings/server.py", line 102, in POST<br>
    return self._request('POST', path, body=body, ensure_encoding=ensure_encoding)<br>
  File "/usr/lib/python2.6/site-packages/pulp/bindings/server.py", line 146, in _request<br>
    response_code, response_body = self.server_wrapper.request(method, url, body)<br>
  File "/usr/lib/python2.6/site-packages/pulp/bindings/server.py", line 295, in request<br>
    connection.request(method, url, body=body, headers=headers)<br>
  File "/usr/lib64/python2.6/httplib.py", line 914, in request<br>
    self._send_request(method, url, body, headers)<br>
  File "/usr/lib64/python2.6/httplib.py", line 951, in _send_request<br>
    self.endheaders()<br>
  File "/usr/lib64/python2.6/httplib.py", line 908, in endheaders<br>
    self._send_output()<br>
  File "/usr/lib64/python2.6/httplib.py", line 780, in _send_output<br>
    self.send(msg)<br>
  File "/usr/lib64/python2.6/httplib.py", line 739, in send<br>
    self.connect()<br>
  File "/usr/lib64/python2.6/site-packages/M2Crypto/httpslib.py", line 50, in connect<br>
    self.sock.connect((self.host, self.port))<br>
  File "/usr/lib64/python2.6/site-packages/M2Crypto/SSL/Connection.py", line 181, in connect<br>
    self.socket.connect(addr)<br>
  File "<string>", line 1, in connect<br>
error: [Errno 110] Connection timed out<br>
<br>
I have tried every variation for host in /etc/pulp/admin/admin.conf that I can think of (including hostname, fqdn, localhost, and IP).  I've also turned off selinux and iptables.  I can access my web server on both 80 and 443 but can't find if the pulp webservice
 API is running or not. <br>
<br>
What else could I check? <br>
<br>
<br>
<br>
</body>
</html>