34 Chapter 6. Troubleshooting127.0.0.1 this_machine.example.com this_machine localhost.localdomain \localhostFirst, in a text editor, remove the offending machine information, like so:127.0.0.1 localhost.localdomain.com localhostThen, save the file and attempt to re-run the RHN client applications or the Apache HTTPServer. If they still fail, explicitly identify the IP address of the Proxy in the file, such as:127.0.0.1 localhost.localdomain.com localhost123.45.67.8 this_machine.example.com this_machineReplace the value here with the actual IP address of the Proxy. This should resolve theproblem. Keep in mind, if the specific IP address is stipulated, the file will need to beupdated when the machine obtains a new address.6.6. Connection ErrorsIf your are experiencing problems that you believe to be related to failed connections,follow these measures:• Confirm the correct package:rhn-org-httpd-ssl-key-pair-MACHINE_NAME-VER-REL.noarch.rpmis installed on the RHN Proxy Server and the correspondingrhn-org-trusted-ssl-cert-*.noarch.rpm or raw CA SSL public (client)certificate is installed on all client systems.• Verify the client systems are configured to use the appropriate certificate.• If using one or more RHN Proxy Servers, ensure each Proxy’s SSL certificate is preparedcorrectly. If using the RHN Proxy Server in conjunction with an RHN Satellite Serverthe Proxy should have both its own server SSL key-pair and CA SSL public (client)certificate installed, since it will serve in both capacities. Refer to the SSL Certificateschapter of the RHN Client Configuration Guide for specific instructions.• If the RHN Proxy Server is connecting through an HTTP Proxy, make sure the URLlisted is valid. For instance, the HTTP Proxy URL field should not contain references toprotocols, such as http:// or https://. Only the hostname and port should be included inthe form hostname:port, such as corporate_gateway.example.com:8080.• Make sure client systems are not using firewalls of their own blocking required ports, asidentified in Section 2.4 Additional Requirements.