larsgw / sync-fetch

Synchronous wrapper around the Fetch API
MIT License
38 stars 12 forks source link

localhost doesnt seem to work #26

Closed TaxMachine closed 2 years ago

TaxMachine commented 2 years ago

im trying to fetch data to a local express server for testing and i get this error

FetchError: request to https://0.0.0.0:9000/dual failed, reason: write EPROTO 140361671825344:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:ssl/record/ssl3_record.c:331:
larsgw commented 2 years ago

Does it work with http instead of https?

TaxMachine commented 2 years ago

ong i didnt saw i wrote https :skull: but ty for pointing me this out.(i haven't slept for some days mb)

larsgw commented 2 years ago

No problem!