I have tried a lot of methods, but any OpenAI produced picture URL will time out?
Even if using HttpsURLConnection, setting connection timeout and read timeout doesn't work?
METHOD1:
FileUtils.copyURLToFile(source, destination, connectionTimeout, readTimeout);
METHOD2: code:

ERROR: enter image description here
ERROR: Connect to oaidalleapiprodscus.blob.core.windows.net:443 [oaidalleapiprodscus.blob.core.windows.net/20.150.70.100] failed: Connection timed out (Connection timed out)
The response URL of the API maybe is not support blob. You can try by using response_format = "b64_json". Example code: