Hello everyone,
I'm working on a connector that sends HTTP requests with a buffer system. The majority of the time it works ok, but once in a while, it has strange behaviour. The element goes into timeout but after a bit, it is back up.
I see on the stream viewer the following two errors messages:
The first one I know is about the Secure Sockets Layer (SSL) but I don't really know how to fix it.
The second one with Error: -2146893023 I have no idea what this is.
The timeouts happen when errors occur.
Any guesses?
Thanks
This looks like something coming from the authentication of the secure connection. A wireshark capture of the session could help out alot here to pinpoint what algorithm has been decided on to see if the secure channel can be setup.
I don’t have an actual answer but just wanted to point out that error code -2146893023 == 0x80090321 == SEC_E_BUFFER_TOO_SMALL == “The buffers supplied to a function was too small. ”
Maybe this can help you