Unable to Register with Red Hat Network
We want to install Oracle E-Business Suite on Red Hat Linux 6.2. To be able to use RHN Repository to install packages, we tried to register our system but when we issued “rhn_register” we got the following error:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
[Sat Jan 25 16:55:24 2014] rhn_register Traceback (most recent call last): File "/usr/sbin/rhn_register", line 76, in <module> app.run() File "/usr/share/rhn/up2date_client/rhncli.py", line 74, in run sys.exit(self.main() or 0) File "/usr/sbin/rhn_register", line 58, in main ui.main() File "/usr/share/rhn/up2date_client/tui.py", line 1272, in main tui.run() File "/usr/share/rhn/up2date_client/tui.py", line 1230, in run result = win.run() File "/usr/share/rhn/up2date_client/tui.py", line 235, in run tui_call_wrapper(self.screen, rhnreg.getCaps) File "/usr/share/rhn/up2date_client/tui.py", line 85, in tui_call_wrapper FatalErrorWindow(screen, e.errmsg) <type 'exceptions.AttributeError'>: 'SSLCertificateVerifyFailedError' object has no attribute 'errmsg' |