SSL Spider throwing CLR_E_FAIL (4)

I don’t mind searching around, but codeplex is a big universe. Which libraries should I be looking in for this?

@ dapug - A good place to start would be MicroFrameworkPK_v4_3\Framework\Core\Native_Net_Security\NetworkSecurity.cs Those native functions are linked to the functions in MicroFrameworkPK_v4_3\CLR\Libraries\SPOT_Net_Security\spot_net_security_native_Microsoft_SPOT_Net_Security_SslNative.cpp

Wow, this is quite the challenge. I found the areas where the SocketException is thrown and the CLR_E_FAIL is called, but the integer (4) is passed in at runtime and I have no idea how to track down what that might be or what it maps to.

1 Like