Bug 51889
| Summary: | rhn_register doesnt work in gui or tui | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Tom "spot" Callaway <tcallawa> | ||||||
| Component: | rhn_register | Assignee: | Adrian Likins <alikins> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jay Turner <jturner> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 9 | CC: | gafton, mihai.ibanescu, nalin, srevivo | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | ia64 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2003-09-11 17:15:49 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Tom "spot" Callaway
2001-08-16 15:58:23 UTC
First guess is it's a ssl bug, since it's throwing ssl errors. Can you change serverURL in the config to point to http:// instead of https:// and try? ssh working doesnt really mean much (ssh != ssl) netscape being able to open https is a better sign, but I think netscape includes it's own ssl implementation, so probabaly isnt using openssl. I'll add nalin to the cc, and see what he thinks. nalin, seen any ia64 related openssl bugs? We (Red Hat) really need to fix this before next release. when i change from https to http, it works. however, this isnt a valid workaround for the customer because it compromises RHN userinfo security. well, the http suggestion was for troubleshooting, not a recommended setting. This is a beta afterall. Nalin, any clue? ssl on is64 seems to work okay on 7.1 We're running the test suite in the %build phase, like we always do. Please check if you can connect to the RHNS server using openssl's s_client command: openssl s_client -connect www.rhns.redhat.com:https (send "QUIT" to disconnect) rhn_register works for me with a current install. rhn_register does not work with latest build: rhn_register-1.4.0-20 from re0831.0, however, the openssl s_client test string seems to work properly. rhn_register reports the same ssl error messages as before. Created attachment 30854 [details]
openssl s_client -connect beta.rhns.redhat.com:https
Created attachment 30855 [details]
openssl s_client -connect www.rhns.redhat.com:https
resolving bug. old and crufty. |