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

Non-dependent HTTP Client needed in Netlenium #18

Open
Netkas opened this issue Aug 7, 2019 · 3 comments
Open

Non-dependent HTTP Client needed in Netlenium #18

Netkas opened this issue Aug 7, 2019 · 3 comments
Labels
bug Something isn't working

Comments

@Netkas
Copy link
Contributor

Netkas commented Aug 7, 2019

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

@Netkas Netkas added the bug Something isn't working label Aug 7, 2019
@Netkas Netkas self-assigned this Aug 7, 2019
@Netkas
Copy link
Contributor Author

Netkas commented Aug 7, 2019

@Netkas Note: Everything else seems functional and operational as intended including the Intellivoid.HyperWS Library

@Netkas
Copy link
Contributor Author

Netkas commented Aug 17, 2019

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.

@Netkas
Copy link
Contributor Author

Netkas commented Sep 29, 2019

Will add cURL support as a fallback client if HTTPs requests fail due to missing certificates (Compiler issue)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant