<div dir="ltr"><div>I am having the same problem with pulp-2.9.2, syncing from a RHEL7 parent to a RHEL6 child.</div><div><br></div><div>I see that several folks have reached out to the list over the years (and I saw several instances on pastebin), but I didn't see any good answers.</div><div><br></div><div>This is what I have in /var/log/messages on the child:</div><div><br></div><div>Sep 15 23:32:08 my-child goferd: [INFO][pulp.agent.child-01] gofer.messaging.adapter.connect:28 - connecting: qpid+amqp://my-parent:5672<br>Sep 15 23:32:08 my-child goferd: [INFO][pulp.agent.child-01] gofer.messaging.adapter.connect:30 - connected: qpid+amqp://my-parent:5672</div><div>Sep 15 23:32:08 my-child goferd: [INFO][worker-0] gofer.messaging.adapter.connect:28 - connecting: qpid+amqp://my-parent:5672<br>Sep 15 23:32:08 my-child goferd: [INFO][worker-0] gofer.messaging.adapter.qpid.connection:106 - open: URL: amqp://my-parent|SSL: ca: None|key: None|certificate: /etc/pki/pulp/consumer/consumer-cert.pem|host-validation: None<br>Sep 15 23:32:09 my-child goferd: [INFO][worker-0] gofer.messaging.adapter.qpid.connection:118 - opened: qpid+amqp://my-parent:5672<br>Sep 15 23:32:09 my-child goferd: [INFO][worker-0] gofer.messaging.adapter.connect:30 - connected: qpid+amqp://my-parent:5672<br>Sep 15 23:32:09 my-child goferd: [INFO][worker-0] gofer.rmi.dispatcher:603 - call: Content.update() sn=8c5dae0f-988e-41bc-bcbd-c63fbcef1331 data={'task_id': 'c23271f5-c6c1-45e7-af99-cd61fc208192', 'consumer_id': 'child-01'}<br>Sep 15 23:32:09 my-child pulp: pulp.server.webservices.middleware.exception:INFO: Authentication with username None failed: invalid SSL certificate.<br>Sep 15 23:32:09 my-child goferd: [ERROR][worker-0] pulp_node.handlers.strategies:112 - synchronization failed<br>Sep 15 23:32:09 my-child goferd: [ERROR][worker-0] pulp_node.handlers.strategies:112 - Traceback (most recent call last):<br>Sep 15 23:32:09 my-child goferd: [ERROR][worker-0] pulp_node.handlers.strategies:112 -   File "/usr/lib/python2.6/site-packages/pulp_node/handlers/strategies.py", line 99, in synchronize<br>Sep 15 23:32:09 my-child goferd: [ERROR][worker-0] pulp_node.handlers.strategies:112 -     validator.validate(request.bindings)<br>Sep 15 23:32:09 my-child goferd: [ERROR][worker-0] pulp_node.handlers.strategies:112 -   File "/usr/lib/python2.6/site-packages/pulp_node/handlers/validation.py", line 38, in validate<br>Sep 15 23:32:09 my-child goferd: [ERROR][worker-0] pulp_node.handlers.strategies:112 -     self.report.errors.extend(self._validate_plugins(bindings))<br>Sep 15 23:32:09 my-child goferd: [ERROR][worker-0] pulp_node.handlers.strategies:112 -   File "/usr/lib/python2.6/site-packages/pulp_node/handlers/validation.py", line 54, in _validate_plugins</div><div>Sep 15 23:32:09 my-child goferd: [ERROR][worker-0] pulp_node.handlers.strategies:112 -     child = ChildServer()<br>Sep 15 23:32:09 my-child goferd: [ERROR][worker-0] pulp_node.handlers.strategies:112 -   File "/usr/lib/python2.6/site-packages/pulp_node/handlers/validation.py", line 72, in __init__<br>Sep 15 23:32:09 my-child goferd: [ERROR][worker-0] pulp_node.handlers.strategies:112 -     self.importers = self._importers()<br>Sep 15 23:32:09 my-child goferd: [ERROR][worker-0] pulp_node.handlers.strategies:112 -   File "/usr/lib/python2.6/site-packages/pulp_node/handlers/validation.py", line 83, in _importers<br>Sep 15 23:32:09 my-child goferd: [ERROR][worker-0] pulp_node.handlers.strategies:112 -     http = bindings.server_info.get_importers()<br>Sep 15 23:32:09 my-child goferd: [ERROR][worker-0] pulp_node.handlers.strategies:112 -   File "/usr/lib/python2.6/site-packages/pulp/bindings/server_info.py", line 31, in get_importers<br>Sep 15 23:32:09 my-child goferd: [ERROR][worker-0] pulp_node.handlers.strategies:112 -     return self.server.GET(path)<br>Sep 15 23:32:09 my-child goferd: [ERROR][worker-0] pulp_node.handlers.strategies:112 -   File "/usr/lib/python2.6/site-packages/pulp/bindings/server.py", line 92, in GET<br>Sep 15 23:32:09 my-child goferd: [ERROR][worker-0] pulp_node.handlers.strategies:112 -     return self._request('GET', path, queries, ignore_prefix=ignore_prefix)<br>Sep 15 23:32:09 my-child goferd: [ERROR][worker-0] pulp_node.handlers.strategies:112 -   File "/usr/lib/python2.6/site-packages/pulp/bindings/server.py", line 166, in _request<br>Sep 15 23:32:09 my-child goferd: [ERROR][worker-0] pulp_node.handlers.strategies:112 -     self._handle_exceptions(response_code, response_body)</div><div>Sep 15 23:32:09 my-child goferd: [ERROR][worker-0] pulp_node.handlers.strategies:112 -   File "/usr/lib/python2.6/site-packages/pulp/bindings/server.py", line 207, in _handle_exceptions<br>Sep 15 23:32:09 my-child goferd: [ERROR][worker-0] pulp_node.handlers.strategies:112 -     raise code_class_mappings[response_code](response_body)<br>Sep 15 23:32:09 my-child goferd: [ERROR][worker-0] pulp_node.handlers.strategies:112 - PermissionsException: RequestException: GET request on /pulp/api/v2/plugins/importers/ failed with 401 - Authentication with username None failed: invalid SSL certificate.<br>Sep 15 23:32:09 my-child goferd: [ERROR][worker-0] pulp_node.handlers.handler:92 - An unexpected error occurred.  repo_id=None<br>Sep 15 23:32:09 my-child goferd: [INFO][worker-0] gofer.agent.rmi:193 - Request: 8c5dae0f-988e-41bc-bcbd-c63fbcef1331, committed<br>Sep 15 23:32:09 my-child goferd: [INFO][worker-0] gofer.agent.rmi:147 - Request: 8c5dae0f-988e-41bc-bcbd-c63fbcef1331 processed in: 1.019 (seconds)<br>Sep 15 23:32:10 my-child goferd: [INFO][worker-0] gofer.messaging.adapter.qpid.connection:136 - closed: qpid+amqp://my-parent:5672</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 21, 2016 at 3:47 PM, Jo De Troy <span dir="ltr"><<a href="mailto:jo.de.troy@gmail.com" target="_blank">jo.de.troy@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><div>Hello,<br><br></div>I've setup 2 pulp servers on CentOS 7.2 each of them is running Pulp 2.8.3.<br></div>On the master I've synced some  rpm repositories. When I try to sync  these to the child pulp server I keep getting the same error.<br><br>Error occurred during synchronization, check the child node logs for details<br><br>+-----------------------------<wbr>------------------------------<wbr>-----------+<br>                       Child Node Synchronization<br>+-----------------------------<wbr>------------------------------<wbr>-----------+<br><br>Repository:<br>  Action:          Pending<br>  Content Sources:<br>    Downloads:<br>  Id:              updates-repo<br>  Units:<br>    Added:   0<br>    Removed: 0<br>    Updated: 0<br><br><br>+-----------------------------<wbr>------------------------------<wbr>-----------+<br>                 The following [1] errors were reported<br>+-----------------------------<wbr>------------------------------<wbr>-----------+<br><br>- 01: An unexpected error occurred.  repo_id=None<br><br></div>I've found the same error via Google multiple times, but I didn't find a working solution. I've set verify_ssl = False in several config files<br><br></div>In the /var/log/messages I get<br>pulp: pulp.server.agent.direct.<wbr>services:INFO: (9547-83232) {'reboot': {'scheduled': False, 'details': {}}, 'details': {'node': {'details': {'errors': [{'error_id': 'exception', 'details': {'message': 'RequestException: GET request on /pulp/api/v2/plugins/<wbr>importers/ failed with 401 - Authentication with username None failed: invalid SSL certificate.', 'repo_id': None}}], ...<br><br></div>Any idea what could be wrong? I've put the logging level to debug, hoping to find the reason<br><br></div>Best Regards,<br></div>Jo<br></div>
<br>______________________________<wbr>_________________<br>
Pulp-list mailing list<br>
<a href="mailto:Pulp-list@redhat.com">Pulp-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/pulp-list" target="_blank" rel="noreferrer">https://www.redhat.com/<wbr>mailman/listinfo/pulp-list</a><br></blockquote></div><br></div>