this is my first post on this forum and i am totally new in POCO C++ libraries, so judge me gently.
I was able to build a simple TCP-based server application and I'd like to implement optional TLS connection by issuing a command during insecure connection (I'd also like to "escape" from this secured connection back to insecure if possible).
I believe I'd like same behavior as STARTTLS command in SMTP... Is (and if yes, then how) this possible in POCO?





