Hi there,I currently try to get my hands dirty with C++ and the new HTTPs client introduced with OpenSSL 3. However I struggle to get started. My goal is to open a https secured website and download its contents into a std::string for further parsing.
Does someone on the list know of a small basic example?I imagine that I'm not the first person implementing a HTTPs website connector with OpenSSL 3.
Thank you for your support, Beni