On Sunday, 7 July 2024 at 11:33:47 UTC, Sergey wrote:
On Sunday, 7 July 2024 at 10:55:21 UTC, Ki Rill wrote:
Machine:
```
MacBook Pro (Retina, 15-inch, Late 2013), macOS Big Sur
version 11.7.10
```
How should I solve this? It mentions undefined symbols from
openssl, but I have it installed. Vibe.d should link it
automatically, right?
You can try to add to dependencies "vibe-stream:tls": "~>1.1.0"
and
```
"subConfigurations": {
"vibe-stream:tls": "notls"
}
```
It worked, thank you! But what does it do; disables TLS? Thread
Local Storage?