Open ShlomoCode opened 1 year ago
Facing same issue fetch() failed. For more information, pass `verbose: true` in the second argument to fetch()
i'm unable to reproduce this
@Jarred-Sumner I got the same, seems like the issue was either resolved in a newer version or was due to user's specifications
did this get resolved ? i'm getting the same error
same here
same here
I also can't reproduce in 1.1.0+5903a6141
+1
+1
What version of Bun is running?
1.0.2+37edd5a6e389265738e89265bcbdf2999cb81a49
What platform is your computer?
Darwin 22.6.0 arm64 arm
What steps can reproduce the bug?
(async () => { const urls = [ 'https://www.microsoft.com/404', // server returns html with 404 status code. error is
AxiosError
'https://eastus.stt.speech.microsoft.com' // server returns only 404 status code. error isERR_TLS_CERT_ALTNAME_INVALID
];})();