Skip to content

Use HTTPS #192

@xkszltl

Description

@xkszltl

These 2 files are downloaded for unit tests.

utf8proc/CMakeLists.txt

Lines 68 to 69 in b5211c8

file(DOWNLOAD http://www.unicode.org/Public/${UNICODE_VERSION}/ucd/NormalizationTest.txt data/NormalizationTest.txt SHOW_PROGRESS)
file(DOWNLOAD http://www.unicode.org/Public/${UNICODE_VERSION}/ucd/auxiliary/GraphemeBreakTest.txt data/GraphemeBreakTest.txt SHOW_PROGRESS)

Since server support https, should we use that instead?
In case you want to support cmake built without openssl, maybe we can have an option to decide the prefix.
Also, if https is used, recommend to expose CMAKE_TLS_VERIFY as an option and default to ON.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions