Bug 142032

Summary: RFE: enable ssl connections
Product: [Fedora] Fedora Reporter: Bernard Johnson <bjohnson>
Component: mysqlAssignee: Tom Lane <tgl>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: hhorak
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-12-22 00:11:43 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 Bernard Johnson 2004-12-06 20:33:55 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5)
Gecko/20041111 Firefox/1.0

Description of problem:
Request for Enhancement.

Please enable ssl connections between client/server.

This requires the compile options:
--with-ssl
--with-vio

to be added to the configure command line.

For more information, read here:
http://dev.mysql.com/doc/mysql/en/Secure_requirements.html

Version-Release number of selected component (if applicable):
mysql-4.1.7-4

How reproducible:
Always

Steps to Reproduce:
1. Look in .spec file
2.
3.
    

Actual Results:  no ssl connections possible

Expected Results:  ssl connections possible

Additional info:

Comment 2 Tom Lane 2004-12-22 00:11:43 UTC
Done in 4.1.7-8 (turned out to be a bigger PITA than you'd think
because of brokenness in their test suite)