Bug 767276 - object-storage: using https for swift-plugin
Summary: object-storage: using https for swift-plugin
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: object-storage
Version: pre-release
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Junaid
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 817967
TreeView+ depends on / blocked
 
Reported: 2011-12-13 17:18 UTC by Saurabh
Modified: 2016-01-19 06:09 UTC (History)
4 users (show)

Fixed In Version: glusterfs-3.4.0
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-07-24 17:21:44 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.