Vcpkg SSL Support #1819
Darkratos
started this conversation in
Show and tell
Replies: 1 comment
-
We don't manage vcpkg distribution, that's Microsoft. Ask them. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When installing the vcpkg version of uWebSockets, it will not install SSL support of uSockets.
This is not stated anywhere in the documentation, but it should be there.
To enable it, install usockets[ssl] or, in manifest mode, add:
{ "name": "usockets", "features": ["ssl"] }
to the dependencies.
Beta Was this translation helpful? Give feedback.
All reactions