-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CERTIFICATE_VERIFY_FAILED on Windows #1304
Comments
Hi @DaeHyeonNam, |
I team i am also facing same error. Yes I already tried flutter clean |
Note: I am facing issues for both v1.0.0 and v1.1.0 Logs from Gitlab SAAS CI: Download of flutter_windows_3.7.7-stable.zip (876.34 MB) completed.
Cleaning up project directory and file based variables Cleaning up project directory and file based variables |
Download of flutter_windows_3.7.7-stable.zip (876.34 MB) completed.
Cleaning up project directory and file based variables |
I saw in the log it was downloading flutter 3.7.7. Have you tried |
Hmm.. The same error continues even after the flutter and realm version upgrade to latest ones. |
Yes. Same issue with latest version of flutter and realm 1.2.0 |
Can you, please check if that suggestion works for you? |
No It's not working. |
I'm sorry but we couldn't reproduce this issue. Did you find some workaround? |
I'm having the exact same issue, trying to build on Windows 10. It's working perfectly to build the exact same project on mac. Edit: |
We have similar issue that we managed to reproduce #1370. |
I'm closing this issue as duplicate. Please follow #1370. |
What happened?
When I try to make a new flutter project, add realm in pubspec and run on Windows, I get this error.
I also attached verbose output.
Is there any solution for this error?
Unhandled exception:
HandshakeException: Handshake error in client (OS Error:
CERTIFICATE_VERIFY_FAILED: unable to get local issuer 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:918:54)
#3 _RawSecureSocket._tryFilter (dart:io/secure_socket.dart:1047:19)
CMake Error at flutter/ephemeral/.plugin_symlinks/realm/windows/CMakeLists.txt:51 (execute_process):
execute_process failed command indexes:
verboseOutput.txt
Repro steps
Version
1.1.0
What Atlas Services are you using?
Local Database only
What type of application is this?
Flutter Application
Client OS and version
Windows 10, Flutter and dart are latest ones
Code snippets
No response
Stacktrace of the exception/crash you're getting
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: