Closed 0rangeFox closed 3 months ago
The doc test
workflow is prone to fail due to missing certificates on the TLS
example.
Did I miss something while moving the OpenSSL steps from the actix-web
workflow to this one? It's because from what I can see it still gives an error on the OpenSSL side.
sigh... windows and openssl are such great friends... lemme check it out today
Can the feature be renamed to openssl
please so we can add rustls
later.
PR Type
Feature
PR Checklist
cargo +nightly fmt
).Overview
Added the logic to get the TLS option working, and separated this component as feature
tls
.