我想在Flutter应用中使用newsapi.org,但是当我尝试调用其端点之一时(例如:https://newsapi.org/v2/top-headlines?country=us&apiKey=...
)
我收到以下错误:
HandshakeException: Handshake error in client (OS Error: CERTIFICATE_VERIFY_FAILED: unable to get local issuer certificate(handshake.cc:352))
我在Android手机(v 4.3)上运行该应用程序,并使用dart http程序包发出HTTP请求。
有什么主意吗?