Bug 52788

Summary: konqueror requires openssl-devel be installed to browse ssl enabled web sites
Product: [Retired] Red Hat Public Beta Reporter: David Mansfield <redhat-bugzilla>
Component: kdelibsAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: roswellKeywords: Security
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-08-29 22:30:07 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:

Description David Mansfield 2001-08-29 03:08:18 UTC
Description of Problem:
without the openssl-devel package (and the symlink, /usr/lib/libssl.so 
which points to /lib/libssl.so.0.9.6b), konqueror will fail to access any 
ssl enabled web site, instead popping up a dialog 'cant connect to host' 
or something like that.  you can see it by going into konqueror settings, 
go to crypto section, go to openssl tab and click 'test' button.  then 
install/remove openssl-devel package and try again.

Version-Release number of selected component (if applicable):
kde-2.2 from roswell

How Reproducible:
always

Steps to Reproduce:
1. see above
2. 
3. 

Actual Results:
see above

Expected Results:
see above

Additional Information:

Comment 1 Bernhard Rosenkraenzer 2001-08-29 09:54:50 UTC
Konqueror dlopen()s libssl.so - please move that file to the openssl base 
package, that's a much simpler fix than patching Konqueror to glob() 
/usr/lib/*ssl* and dlopen() the best match.

Assigning to openssl


Comment 2 Nalin Dahyabhai 2001-08-29 22:30:03 UTC
Structure sizes change between every release of OpenSSL.  Binary
compatibility is not guaranteed.  Using dlopen() to demand-load
libssl and get the addresses of functions it provides is all but
guaranteed to break applications down the road, and moving the
symlink from openssl-devel to openssl won't help then.  Fix kssl.

Punting back to kdelibs.

Comment 3 Bernhard Rosenkraenzer 2001-08-30 14:48:01 UTC
Done in 2.2-9