fluttercommunity / font_awesome_flutter

The Font Awesome Icon pack available as Flutter Icons
Other
831 stars 233 forks source link

Exception when executing configurator.bat #231

Closed hackntest closed 1 year ago

hackntest commented 1 year ago

Running configurator.bat throws a Handshake exception. Cloned the repo and ran it from the master branch, nothing else.

This is what I get:

Using font_awesome_flutter version 10.3.0
Downloading https://api.github.com/repos/fluttercommunity/font_awesome_flutter/releases

No icons.json found, updating free icons
Downloading https://api.github.com/repos/FortAwesome/Font-Awesome
Choosing branch "6.x" of repository https://github.com/FortAwesome/Font-Awesome
Downloading https://raw.githubusercontent.com/FortAwesome/Font-Awesome/6.x/metadata/icons.json
Unhandled exception:
HandshakeException: Handshake error in client (OS Error:
        CERTIFICATE_VERIFY_FAILED: self signed certificate(../../third_party/boringssl/src/ssl/handshake.cc:393))
#0      _SecureFilterImpl._handshake (dart:io-patch/secure_socket_patch.dart:99:46)
#1      _SecureFilterImpl.handshake (dart:io-patch/secure_socket_patch.dart:142:25)
#2      _RawSecureSocket._secureHandshake (dart:io/secure_socket.dart:911:54)
#3      _RawSecureSocket._tryFilter (dart:io/secure_socket.dart:1040:19)
<asynchronous suspension>
michaelspiss commented 1 year ago

Hi! Are you behind a proxy? CERTIFICATE_VERIFY_FAILED: self-signed certificate suggests so, as githubusercontent.com's certificate is issued by DigiCert and not self-signed.

michaelspiss commented 1 year ago

Closing for now - if the issue persists, please reopen