tink_http icon indicating copy to clipboard operation
tink_http copied to clipboard

Fetch throws "Https is only supporteed with -lib hxssl" on eval target

Open EliteMasterEric opened this issue 2 years ago • 0 comments
trafficstars

C:/Haxe/Haxe425/haxe/lib/tink_http/0,10,0/src/tink/http/clients/SocketClient.hx:52: characters 21-26 : Uncaught exception Https is only supported with -lib hxssl
C:/Haxe/Haxe425/haxe/lib/tink_core/2,0,2/src/tink/core/Future.hx:297: characters 45-56 : Called from here
C:/Haxe/Haxe425/haxe/lib/tink_core/2,0,2/src/tink/core/Future.hx:492: characters 12-35 : Called from here
C:/Haxe/Haxe425/haxe/lib/tink_core/2,0,2/src/tink/core/Future.hx:498: characters 9-14 : Called from here
C:/Haxe/Haxe425/haxe/lib/tink_core/2,0,2/src/tink/core/Future.hx:288: characters 31-42 : Called from here
C:/Haxe/Haxe425/haxe/lib/tink_http/0,10,0/src/tink/http/clients/SocketClient.hx:22: lines 22-92 : Called from here
C:/Haxe/Haxe425/haxe/lib/tink_http/0,10,0/src/tink/http/Fetch.hx:50: lines 50-53 : Called from here
C:/Haxe/Haxe425/haxe/lib/tink_core/2,0,2/src/tink/core/Future.hx:297: characters 45-56 : Called from here
C:/Haxe/Haxe425/haxe/lib/tink_core/2,0,2/src/tink/core/Future.hx:492: characters 12-35 : Called from here
C:/Haxe/Haxe425/haxe/lib/tink_core/2,0,2/src/tink/core/Future.hx:498: characters 9-14 : Called from here
C:/Haxe/Haxe425/haxe/lib/tink_core/2,0,2/src/tink/core/Future.hx:288: characters 31-42 : Called from here
C:/Haxe/Haxe425/haxe/lib/tink_http/0,10,0/src/tink/http/Fetch.hx:26: lines 26-67 : Called from here

but hxssl is outdated

EliteMasterEric avatar Mar 21 '23 02:03 EliteMasterEric