You could try: 1. annoying way: use `LD_LIBRARY_PATH` environment variable or `rpath` setting of the compiler to set the path to the OpenSSL 1.1 library. A lot of fun. ;) 2. Use `choosenim`, download and install OpenSSL 1.1 as suggested here: <https://old.reddit.com/r/nim/comments/ut76aj/nim_openssl3/i9d4l18/> At least we know that it works. :)
In my opinion, the second way is easier if you want to play with Nim.