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.
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.