neko icon indicating copy to clipboard operation
neko copied to clipboard

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

Open andyli opened this issue 6 years ago • 5 comments

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: https://github.com/docker-library/official-images/pull/6281#issuecomment-511055993 https://bugs.python.org/issue36011

andyli avatar Jul 12 '19 23:07 andyli

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

andyli avatar Jul 12 '19 23:07 andyli

getting this same issue, any progress?

sugoidogo avatar May 01 '20 05:05 sugoidogo

I had the same issue

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

duncandee avatar May 13 '20 08:05 duncandee

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

sugoidogo avatar Aug 04 '20 08:08 sugoidogo

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

NQNStudios avatar Oct 13 '20 22:10 NQNStudios