Skip to content

Conversation

Volsavr
Copy link
Contributor

@Volsavr Volsavr commented Jul 10, 2025

Allows to log certificate information for analysis in case the certificate cannot be verified.

 UaSettings settings = UaSettings();
 ...
 //enable certificate info logs when certificate can't be verified
 settings.webSocketSettings.debugCertificate = true;

Some customers complain on following issue:
[2025-07-03 14:37:58.449] [Main] DEBUG web_socket.dart:102 ::: SipCore ::: Closed [500, HandshakeException: Handshake error in client (OS Error: CERTIFICATE_VERIFY_FAILED: unable to get local issuer certificate(../../../flutter/third_party/boringssl/src/ssl/handshake.cc:391))]!

this setting will allow to check certificate details.

@Volsavr Volsavr changed the title Setting for certificate information logging Setting for certificate information logs Jul 11, 2025
@Volsavr Volsavr changed the title Setting for certificate information logs DRAFT: Setting for certificate information logs Jul 11, 2025
@Volsavr Volsavr closed this Aug 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant