Skip to content

DRAFT: Setting for certificate information logs #548

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

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
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