Skip to content

HSTS Header in vhost and PQC Not enable-able #785

Description

@dquach93

CloudPanel version(s) affected

v2.5.2

Description

in nginx, if you add headers for HSTS, it does not actually add HSTS headers.
add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload" always;

Additionally, tags like the below to support PQC do not work.
ssl_conf_command Groups X25519MLKEM768;

How to reproduce

Add the above tags, the first one add_header does not actually add the header. the second one flags an error.

Possible Solution

No response

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions