Project

General

Profile

Actions

Feature #13718

closed

rgw:CivetWeb http and https be support in the same time.

Added by weijun duan over 8 years ago. Updated over 6 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
-
% Done:

0%

Source:
other
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

radosgw/CivetWeb can not support listen http port and https port in the same time

CivetWeb support it by configure:

listening_ports 80, 443s

In the radosgw CivetWeb, configure it like this, but not work.

rgw frontends = "civetweb port=80,443s ssl_certificate=/home/dwj/ssl/server.pem" 

it support just one in the same time.

i modify it support the http and https in the same time use the conf blow, because the "," was be used for other uses.

rgw frontends = "civetweb port=80 sport=443 ssl_certificate=/home/dwj/ssl/server.pem" 

it don't need 's' int the https ports.

Actions

Also available in: Atom PDF