Closed zoxpx closed 2 years ago
IsTLSEnabled()
options[TransportScheme]=https
Signed-off-by: Zoran Rajic zrajic@purestorage.com
What this PR does / why we need it: ISSUE:
FIX:
Which issue(s) this PR fixes (optional) Closes # PWX-27551 (part 1)
Special notes for your reviewer: This fix will be combined with the "part 2" fix in the porx code.
porx
Thank you Grant -- merging this change (and will vendor it in).
IsTLSEnabled()
into etcd-commonIsTLSEnabled()
returns TRUE ifoptions[TransportScheme]=https
, or if client SSL cert was providedSigned-off-by: Zoran Rajic zrajic@purestorage.com
What this PR does / why we need it: ISSUE:
FIX:
options[TransportScheme]=https
to enable SSL support, alsoWhich issue(s) this PR fixes (optional) Closes # PWX-27551 (part 1)
Special notes for your reviewer: This fix will be combined with the "part 2" fix in the
porx
code.