Re: Boost.ASIO SSL Version?
Vinnie Falco via Boost-users <[email protected]>
| Newsgroups | gmane.comp.lib.boost.user |
|---|---|
| Message-ID | <CA+EzHGfCDYLSC06GBx5qxabka+KnOCQQ-d+t22cUsBcUVFY1LQ@mail.gmail.com> |
On Wed, Mar 9, 2022 at 3:18 PM Osman Zakir <[email protected]> wrote: > handshake: An existing connection was forcibly closed by the remote host Well, that is the error ECONNRESET. You need to study why that error happens and apply it to the context of your particular use-case. Regards