Skip to content
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

"Error: X509 - Certificate verification failed" in a clean Windows environment #196

Open
andyli opened this issue Jul 12, 2019 · 5 comments

Comments

@andyli
Copy link
Member

andyli commented Jul 12, 2019

Doing haxelib install jQueryExtern in a clean Windows container results in error as follows:

Error: X509 - Certificate verification failed, e.g. CRL, CA or signature check failed |  
-- | --
  |   |  
  | Called from haxe/remoting/HttpConnection.hx line 63 |  
  | Called from C:\projects\haxe\std/sys/Http.hx line 58 |  
  | Called from C:\projects\haxe\std/sys/Http.hx line 245 |  
  | Called from C:\projects\haxe\std/sys/Http.hx line 60 |  
  | Called from haxe/remoting/HttpConnection.hx line 64 |  
  | Called from haxelib/client/Main.hx line 51 |  
  | Called from haxelib/client/Main.hx line 721 |  
  | Called from haxelib/client/Main.hx line 470

See:
docker-library/official-images#6281 (comment)
https://bugs.python.org/issue36011

@andyli
Copy link
Member Author

andyli commented Jul 12, 2019

@pperidont Do you have any idea of how to fix it? The python bug I referenced should have some hints of the problem.

@sugoidogo
Copy link

getting this same issue, any progress?

@duncandee
Copy link

I had the same issue

I had to run export CURL_CA_BUNDLE="" to work around it.

@sugoidogo
Copy link

export is not a windows command, this issue is specific to windows.

@NQNStudios
Copy link

@josephsmendoza I ran into this problem and saw that @andyli made a workaround: https://github.com/andyli/HaxeCI/blob/31dfb5cd35928458605958eb3dd4838731696bb3/.travis.yml#L71-L74

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants