Bug 767276

Summary: object-storage: using https for swift-plugin
Product: [Community] GlusterFS Reporter: Saurabh <saujain>
Component: object-storageAssignee: Junaid <junaid>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: pre-releaseCC: gluster-bugs, junaid, mzywusko, vagarwal
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: glusterfs-3.4.0 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-24 17:21:44 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:
Bug Depends On:    
Bug Blocks: 817967    

Description Saurabh 2011-12-13 17:18:03 UTC
Description of problem:
Could not use https with swift-plugin,
need to know how to setup https for swift-plugin

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


How reproducible:
easily 

Steps to Reproduce:
1.Use https with curl
2.
3.
  
Actual results:
it does not work

Expected results:
it should work

Additional info:

Comment 1 Gaurav 2011-12-14 03:25:08 UTC
Steps to work with https
Add these lines to proxy-server.conf
bind_port = 443
cert_file = /etc/swift/cert.crt
key_file = /etc/swift/cert.key

Use this command to generate certificate,
openssl req -new -x509 -nodes -out /etc/swift/cert.crt -keyout /etc/swift/cert.key

restart swift.

Comment 2 Saurabh 2012-04-04 12:23:54 UTC
checked with swift latest tarball also