I'm not sure why this API I'm requesting is throwing this error for only dart. For some reason dart throws this error when I attempt to make a POST request:
Unhandled Exception: NO_RENEGOTIATION(ssl_lib.cc:1725) error 268435638 #0 IOClient.send (package:http/src/io_client.dart:90:7)
I tried the same endpoint in both Python, Java and even manually and it worked fine. It worked fine with a local server, and then when I went to push to production I encountered this problem.