You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the Linux build, some distros will not support the capability for Netlenium to use a standard HTTP Client, hence when trying to update the drivers an exception will be raised because it cannot properly make a HTTP request
Debugging Variables [0x00014] in <67546f875ae44445b5aba5311d41f9dc>:0 [0x00008] in <65984520577646ec9044386ec4a7b3dd>:0 [0x00000] in <65984520577646ec9044386ec4a7b3dd>:0 <ProcessAuthentication>d__47.MoveNext () [0x00254] in <67546f875ae44445b5aba5311d41f9dc>:0
The text was updated successfully, but these errors were encountered:
This seems to be an issue with fallback certificates on the system when devel tools are not installed
SecureChannelFailure (One or more errors occurre
d.) ---> System.AggregateException: One or more errors occurred. ---> System.Sec
urity.Authentication.AuthenticationException: A call to SSPI failed, see inner e
xception. ---> System.SharedLibraryNotFoundException: /lib-btls-shared.so
A workaround for systems that do not support this is to use cURL to send secured web requests. But this would require cURL to be installed alongside Netlenium if this is the case.
On the Linux build, some distros will not support the capability for Netlenium to use a standard HTTP Client, hence when trying to update the drivers an exception will be raised because it cannot properly make a HTTP request
Debugging Variables
[0x00014] in <67546f875ae44445b5aba5311d41f9dc>:0
[0x00008] in <65984520577646ec9044386ec4a7b3dd>:0
[0x00000] in <65984520577646ec9044386ec4a7b3dd>:0
<ProcessAuthentication>d__47.MoveNext () [0x00254] in <67546f875ae44445b5aba5311d41f9dc>:0
The text was updated successfully, but these errors were encountered: