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
Currently, the ignoreSSLErrors flag of the AstarteDevice constructor affects only the MQTTs connection.
This flag should also affect all internal HTTPS requests of Astarte SDK such as for the Pairing API.
Currently, the Astarte SDK throws an exception on HTTP side:
System.AggregateException: One or more errors occurred.(TheSSL connection could not be established,seeinner exception.)
System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.System.Security.Authentication.AuthenticationException: The remote certificate isinvalid because of errors in the certificate chain: UntrustedRoot
at System.Net.Security.SslStream.SendAuthResetSignal(ReadOnlySpan`1alert,ExceptionDispatchInfoexception)
at System.Net.Security.SslStream.CompleteHandshake(SslAuthenticationOptionssslAuthenticationOptions)
The text was updated successfully, but these errors were encountered:
Currently, the
ignoreSSLErrors
flag of the AstarteDevice constructor affects only the MQTTs connection.This flag should also affect all internal HTTPS requests of Astarte SDK such as for the Pairing API.
Currently, the Astarte SDK throws an exception on HTTP side:
The text was updated successfully, but these errors were encountered: