Comment 17 for bug 2039490

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-nova-cloud-controller (stable/victoria)

Reviewed: https://review.opendev.org/c/openstack/charm-nova-cloud-controller/+/901935
Committed: https://opendev.org/openstack/charm-nova-cloud-controller/commit/b453e5b4ec215c0035ee2ad0a98f6e6fcae7f4ca
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit b453e5b4ec215c0035ee2ad0a98f6e6fcae7f4ca
Author: Felipe Reyes <email address hidden>
Date: Thu Oct 26 17:41:41 2023 -0300

    Use wss protocol when SSL enabled

    This patch checks if HTTPS configuration is enabled in Apache to
    determine if the websocket protocol should switch from 'ws' to 'wss' or
    not.

    Change-Id: I738652373604966b6df079e45a0ad26c83e21688
    Closes-Bug: #2039490
    (cherry picked from commit b915f8e6f81df6a776fc1ad6725207a199440a3b)