I have an iterative macro running that has to call an API endpoint between 600-700 times. Weirdly over the past couple days the workflow this macro is in has been failing due to a "Error transferring data: SSL connect error". There's no consistency in the number of iterations it makes it through (the lowest was 37 and the highest was 624).
I've read other posts on the community board about this and none of the issues seem to be similar to mine. It works 99.99% of the time how it should, it's just that randomly a single attempt will get the connect error. We did upgrade recently from 2020.x to 2023.1 but it's been working fine for months now since that upgrade.
Has anyone else run into this?