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

Add backwards compatibility for old names of OpenSSL functions #1650

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

daleglass
Copy link
Contributor

This makes the webrtc binary link correctly on systems using OpenSSL 3.

The issue here is that we have a prebuild webrtc library. By default it uses BoringSSL, but BoringSSL uses the same function names as OpenSSL and creates linking problems when linking it into a program that uses OpenSSL. So that doesn't work for us.

So we must build WebRTC against OpenSSL, but in 3.0 they renamed some functions. This means that at linking time, the functions aren't found if we build against OpenSSL 1.1 and run against OpenSSL 3.0. The actual functions we use should be compatible, the names are just different.

The OpenSSL 3.0 headers just #define old names to the new ones, but of course that doesn't do anything for binaries that reference the old names.

This patch creates wrapper functions to solve this issue.

Testing:

This needs testing on Linux, on a distribution with OpenSSL 3.0 or later, such as the Fedora 36 beta.

Fixes #1646

This makes the webrtc binary link correctly on systems using OpenSSL 3
daleglass added a commit to vircadia/vircadia-builder that referenced this pull request May 2, 2022
@Colorfingers
Copy link

How is this file linked.. it's added with no other changes to code to incorporate it... how do I test this?

@daleglass
Copy link
Contributor Author

Test building master and this PR on Ubuntu 22.04, or Fedora 36.

master should fail to build, and this PR should build correctly.

@Colorfingers
Copy link

Confirmed the errors stopping the build on Ubuntu 22.04. The PR fixes the errors and it builds as expected.

@vircadia-build-notifier
Copy link

@ctrlaltdavid
Copy link
Collaborator

ctrlaltdavid commented May 3, 2022

Tested non-SSL WebRTC connection on Windows:

  • Enable WebRTC client connections in server settings: Networking / WebRTC section.
  • Disable SSL in server settings if on localhost or local network; enable SSL if server is on the Internet with an SSL certificate installed for WebRTC.
  • Build the master branch of the Web SDK (see the README.md).
  • Host the Web SDK’s example app, /example/interface.html, on a Web server and load it in a browser.
  • Enter the protocol (ws:// or wss:// depending on whether using SSL or not) and IP address and port (e.g., ws://127.0.0.1:40102) and press “Connect”.
  • The statuses for the domain server and all 3 mixes should change from “disconnected”/”unavailable” to “connected”. This means that they’re connected via WebRTC.

Needs testing on:

  • Linux local host / local network without SSL certificate.
  • Linux Internet host with SSL certificate installed.

@digisomni digisomni added the needs testing (QA) The PR is ready for testing label May 3, 2022
@digisomni digisomni added this to In progress in 2022.1.2 Release via automation May 3, 2022
@digisomni digisomni added this to the 2022.1.2 Selene Release milestone May 3, 2022
@digisomni
Copy link
Member

To make testing simpler, the reviewer for this on Linux should test #1540 first, have that merged, then this should be updated from master.

2022.1.2 Release automation moved this from In progress to Reviewer approved May 5, 2022
@ctrlaltdavid ctrlaltdavid added CR Approved At least one code reviewer has approved the PR. and removed needs CR (code review) labels May 5, 2022
@digisomni
Copy link
Member

The suggested route has been to combine 1540 with this PR and we'll just merge them together after testing them in tandem.

@namark
Copy link
Contributor

namark commented May 31, 2022

I tried testing this a while back with a local ubuntu 22.04 vm, certificate generated using #1540 and it didn't seem to work properly, though I'm not sure if it's not just my weird setup.

Logs from domain server when trying to connect with Web SDK example.
(openssl_identity.cc:43): Making key pair
(openssl_identity.cc:91): Returning key pair
(webrtc_sdp.cc:3321): Ignored line: a=sendrecv
(openssl_certificate.cc:59): Making certificate for WebRTC
(openssl_certificate.cc:109): Returning certificate
(p2p_transport_channel.cc:526): Set backup connection ping interval to 25000 milliseconds.
(p2p_transport_channel.cc:535): Set ICE receiving timeout to 2500 milliseconds
(p2p_transport_channel.cc:542): Set ping most likely connection to 0
(p2p_transport_channel.cc:549): Set stable_writable_connection_ping_interval to 2500
(p2p_transport_channel.cc:562): Set presume writable when fully relayed to 0
(p2p_transport_channel.cc:580): Set regather_on_failed_networks_interval to 300000
(p2p_transport_channel.cc:587): Set receiving_switching_delay to 1000
(jsep_transport_controller.cc:1215): Creating DtlsSrtpTransport.
(dtls_srtp_transport.cc:62): Setting RTCP Transport on 0 transport 0
(dtls_srtp_transport.cc:67): Setting RTP Transport on 0 transport 94008b10
(p2p_transport_channel.cc:471): Received remote ICE parameters: ufrag=dab69c50, renomination disabled
(peer_connection.cc:6723): Setting up data channel transport for mid=0
(peer_connection.cc:4794): Session: 5747859821188483598 Old state: kStable New state: kHaveRemoteOffer
(peer_connection.cc:5971): Local and Remote descriptions must be applied to get the SSL Role of the session.
(dtls_srtp_transport.cc:62): Setting RTCP Transport on 0 transport 0
(dtls_srtp_transport.cc:67): Setting RTP Transport on 0 transport 94008b10
(p2p_transport_channel.cc:460): Set ICE ufrag: mlYn pwd: +2juVhRVeNJXtt51SROpOqss on transport 0
(dtls_transport.cc:377): DtlsTransport[0|1|__]: DTLS setup complete.
(peer_connection.cc:4794): Session: 5747859821188483598 Old state: kHaveRemoteOffer New state: kStable
(basic_port_allocator.cc:375): Start getting ports with turn_port_prune_policy 0
(basic_port_allocator.cc:111): Filtered out ignored networks:
(basic_port_allocator.cc:113): Net[lo:::1/128:Loopback:id=3]
(basic_port_allocator.cc:113): Net[lo:127.0.0.0/8:Loopback:id=2]
(basic_port_allocator.cc:861): Network manager has started
(basic_port_allocator.cc:111): Filtered out ignored networks:
(basic_port_allocator.cc:113): Net[lo:::1/128:Loopback:id=3]
(basic_port_allocator.cc:113): Net[lo:127.0.0.0/8:Loopback:id=2]
(basic_port_allocator.cc:776): Allocate ports on 1 networks
(basic_port_allocator.cc:1353): Net[ens3:192.168.122.0/24:Unknown:id=1]: Allocation Phase=Udp
(port.cc:186): Port[9401c770::1:0:local:Net[ens3:192.168.122.0/24:Unknown:id=1]]: Port created with network cost 50
(basic_port_allocator.cc:1424): AllocationSequence: UDPPort will be handling the STUN candidate generation.
(basic_port_allocator.cc:885): Adding allocated port for 0
(basic_port_allocator.cc:906): Port[9401c770:0:1:0:local:Net[ens3:192.168.122.0/24:Unknown:id=1]]: Added port to allocator
(basic_port_allocator.cc:924): Port[9401c770:0:1:0:local:Net[ens3:192.168.122.0/24:Unknown:id=1]]: Gathered candidate: Cand[:375
0554098:1:udp:2122260223:192.168.122.113:53146:local::0:mlYn:+2juVhRVeNJXtt51SROpOqss:1:50:0]
(basic_port_allocator.cc:957): Port[9401c770:0:1:0:local:Net[ens3:192.168.122.0/24:Unknown:id=1]]: Port ready.
(stun_port.cc:439): Port[9401c770:0:1:0:local:Net[ens3:192.168.122.0/24:Unknown:id=1]]: Starting STUN host lookup for stun.schlu
nd.de:3478
(stun_port.cc:439): Port[9401c770:0:1:0:local:Net[ens3:192.168.122.0/24:Unknown:id=1]]: Starting STUN host lookup for stun1.l.go
ogle.com:19302
(thread.cc:787): Waiting for the thread to join, but blocking calls have been disallowed
(p2p_transport_channel.cc:1157): Asynchronously resolving ICE candidate hostname 0c263b52-dba7-46b4-b357-f88097245713.local
(peer_connection.cc:4698): Changing IceConnectionState 0 => 1
(p2p_transport_channel.cc:1157): Asynchronously resolving ICE candidate hostname 0c263b52-dba7-46b4-b357-f88097245713.local
(basic_port_allocator.cc:1353): Net[ens3:192.168.122.0/24:Unknown:id=1]: Allocation Phase=Relay
(basic_port_allocator.cc:1353): Net[ens3:192.168.122.0/24:Unknown:id=1]: Allocation Phase=Tcp
(port.cc:186): Port[9401f920::1:0:local:Net[ens3:192.168.122.0/24:Unknown:id=1]]: Port created with network cost 50
(basic_port_allocator.cc:885): Adding allocated port for 0
(basic_port_allocator.cc:906): Port[9401f920:0:1:0:local:Net[ens3:192.168.122.0/24:Unknown:id=1]]: Added port to allocator
(basic_port_allocator.cc:924): Port[9401f920:0:1:0:local:Net[ens3:192.168.122.0/24:Unknown:id=1]]: Gathered candidate: Cand[:243
3684738:1:tcp:1518280447:192.168.122.113:38779:local::0:mlYn:+2juVhRVeNJXtt51SROpOqss:1:50:0]
(basic_port_allocator.cc:957): Port[9401f920:0:1:0:local:Net[ens3:192.168.122.0/24:Unknown:id=1]]: Port ready.
(basic_port_allocator.cc:1065): Port[9401f920:0:1:0:local:Net[ens3:192.168.122.0/24:Unknown:id=1]]: Port completed gathering can
didates.
(port.cc:382): Received STUN BINDING request id=20e08bc6c843a688a08fb96d from unknown address 192.168.6.53:54384
(connection.cc:312): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|C--W|-|0|0|6520964869695406591|-]: Connection created
(p2p_transport_channel.cc:1071): Adding connection from peer reflexive candidate: Cand[:1659786066:1:tcp:1837072639:192.168.6.53
:54384:prflx::0:dab69c50:85ec8f89c8e48f433758e1fbcf0b1a98:0:0:0]
(connection.cc:723): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|CR-W|-|0|0|6520964869695406591|-]: Sent STUN BINDING response, to=192.168.6.53:543
84, id=20e08bc6c843a688a08fb96d
(p2p_transport_channel.cc:1139): Not switching the selected connection on controlled side yet: Conn[940216a0:0:Net[ens3:192.168.
122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0SvheSc2:1:1837072639:prflx:tcp:192.168.6.53:54384|CR-W|-|1
|0|6520964869695406591|-]
(p2p_transport_channel.cc:1817): Channel[0|1|R_]: Transport channel state changed from 0 to 2
(jsep_transport_controller.cc:1421): 0 Transport 1 state changed. Check if state is complete.
(jsep_transport_controller.cc:1421): 0 Transport 1 state changed. Check if state is complete.
(p2p_transport_channel.cc:1616): Channel[0|1|R_]: Have a pingable connection for the first time; starting to ping.
(peer_connection.cc:4717): Changing standardized IceConnectionState 0 => 1
(basic_ice_controller.cc:229): Selecting connection for triggered check: Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]
:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0SvheSc2:1:1837072639:prflx:tcp:192.168.6.53:54384|CR-W|-|1|0|6520964869695406591
|-]
(connection.cc:1167): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svh
eSc2:1:1837072639:prflx:tcp:192.168.6.53:54384|CR-W|-|1|0|6520964869695406591|-]: Sent STUN BINDING request, id=77585951624c6546
716f524f, use_candidate=0, nomination=0
(connection.cc:1082): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svh
eSc2:1:1837072639:prflx:tcp:192.168.6.53:54384|CR-I|-|1|0|6520964869695406591|-]: Received STUN BINDING response, id=77585951624
c6546716f524f, code=0, rtt=2, pings_since_last_response=77585951624c6546716f524f
(basic_port_allocator.cc:1140): All candidates gathered for 0:1:0
(p2p_transport_channel.cc:933): P2PTransportChannel: 0, component 1 gathering complete
(p2p_transport_channel.cc:275): Switching selected connection due to: candidate pair state changed
(p2p_transport_channel.cc:1731): Channel[0|1|R_]: New selected connection: Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=
1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0SvheSc2:1:1837072639:prflx:tcp:192.168.6.53:54384|CRWS|S|1|0|65209648696954065
91|2]
(dtls_transport.cc:828): DtlsTransport[0|1|__]: configuring DTLS handshake timeout 50 based on ICE RTT 2
(openssl_stream_adapter.cc:793): BeginSSL with peer.
(openssl_adapter.cc:793): SSL_connect:error in SSLv3/TLS write client hello
(dtls_transport.cc:733): DtlsTransport[0|1|__]: DtlsTransport: Started DTLS handshake
(srtp_transport.cc:366): The params in SRTP transport are reset.
(jsep_transport_controller.cc:1421): 0 Transport 1 state changed. Check if state is complete.
(peer_connection.cc:4717): Changing standardized IceConnectionState 1 => 2
(openssl_stream_adapter.cc:1074): Accepted peer certificate.
(openssl_adapter.cc:793): SSL_connect:error in SSLv3/TLS write finished
(dtls_transport.cc:661): DtlsTransport[0|1|__]: DTLS handshake complete.
(jsep_transport_controller.cc:1344):  Transport 0 writability changed to 1.
(peer_connection.cc:6322): Changing to ICE connected state because all transports are writable.
(peer_connection.cc:4698): Changing IceConnectionState 1 => 2
(dtls_srtp_transport.cc:220): Extracting keys from transport: 0
(srtp_transport.cc:311): SRTP activated with negotiated parameters: send cipher_suite 1 recv cipher_suite 1
(sctp_transport.cc:260): InitializeUsrSctp
(openssl_stream_adapter.cc:901): OpenSSLStreamAdapter::Error(SSL_read, 1, 0)
(openssl_stream_adapter.cc:912): Cleanup
(openssl_adapter.cc:786): SSL3 alert write:warning:close notify
(dtls_transport.cc:688): DtlsTransport[0|1|_W]: Closed by remote with DTLS transport error, code=1
(jsep_transport_controller.cc:1344):  Transport 0 writability changed to 0.
(srtp_transport.cc:366): The params in SRTP transport are reset.
(peer_connection.cc:4698): Changing IceConnectionState 2 => 5
(tcp_port.cc:489): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0SvheSc
2:1:1837072639:prflx:tcp:192.168.6.53:54384|CRWS|S|1|0|6520964869695406591|1]: Connection closed with error 0
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWS|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=79763172567
a2b6966755477
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=3732466d592
b56517468534b
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=7355774d305
37a525135366f
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=4a394443777
13169724a4b72
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=2b785755417
32f6949392f6b
(basic_port_allocator.cc:924): Port[9401c770:0:1:0:local:Net[ens3:192.168.122.0/24:Unknown:id=1]]: Gathered candidate: Cand[:305
8083379:1:udp:1686052607:141.136.89.154:47940:stun:192.168.122.113:53146:mlYn:+2juVhRVeNJXtt51SROpOqss:1:50:0]
(basic_port_allocator.cc:929): Discarding candidate because port is already done gathering.
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=47437369547
2365074435536
(thread.cc:787): Waiting for the thread to join, but blocking calls have been disallowed
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=52373944525
0355563656e33
(basic_port_allocator.cc:1065): Port[9401c770:0:1:0:local:Net[ens3:192.168.122.0/24:Unknown:id=1]]: Port completed gathering can
didates.
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=67337456686
c677642615750
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=417444634f7
8555751435375
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=522f4148504
478676e413853
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=7443544d686
349595a626f64
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=71416868653
3444a6d634e74
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=6f3132594a6
16b556b495174
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=4b33315a694
f676a4e41554e
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=5678334c415
947434f59304d
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=6b794337436
b6153724d6855
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=4e317971747
473466962797a
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=77304c4c776
d4750466e3776
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=47344250536
15a5353496444
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=7a6a6b4f724
c474655495a4e
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=68686563394
34c5157483136
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=524f7a736d4
d62732b6f6675
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=4f7a5277494
b4d653751735a
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=6d643951766
e51686752464b
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=66424a464f6
5626c6c34416e
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=79456455463
34e4b3642396f
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=516b4e43306
a6d38544c3339
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=424e5931544
269304d316635
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=375177646c3
0694b50614f52
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=6f594177744
b4b7177725741
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=6d656d694a3
54d676c326b63
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=334672386f6
a72776a515850
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=577532794e6
2503073726e46
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=576454764b2
b65666a2f6678
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=774779656c5
577666b686755
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=6a707146577
075382f506636
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=49686b34465
6586a5753542f
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=65497454793
24364776c6430
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=455a2b444a5
745772b306c66
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=47626735724
a474e346e374b
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=462b5464553
05132476f5a70
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=556e2f2f352
b48432b4b4d62
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=56656e65306
2374e78565832
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=37317770426
e623961397243
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=4b346f64323
8754430726f33
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=717a6271715
7613150327170
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=697a6375785
96c325a494e70
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=78494156373
865666b594c69
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=66545656795
7753159325353
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=357063517a6
a5247764e6675
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|-RWI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=64376f46434
433686f647947
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=45414e5a472
f594266367736
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=5447724d2f3
6562f3844466e
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=784431554d4
b6a776f364851
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=567939307a3
1455051727859
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=424a2b4a795
268446f346852
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=67365658646
b744f4d326c7a
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=76502b6c4c4
65343762b365a
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=51303332617
a354257566f75
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=6f5a71447a4
1306656784136
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=6f576159552
f41474c525435
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=726f664f4a4
76d7256546847
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=6b565269364
1624d2b4b6f35
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=7a7a5847454
667396d796976
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=582b7730316
4482b64705972
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=54455279302
f394456593535
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=757675496c5
33759562f7249
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=79764170536
c367276795637
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=6b58584a557
3635579596a5a
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=32574867653
54667654d7230
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=73385033333
0556a6b2f4173
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=4d653664464
6536357593747
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=6b386d73504
56e394a31334b
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=3233784b2f7
364435a756d53
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=51354f69326
f69315539627a
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=33475551644
36d6162324172
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=38634256787
97a4a6d59694c
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=425449346d4
24e3336516c46
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=4c614b47704
3725a6150782b
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=3178534b4d6
8704e756c514e
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=6e3071666c7
54e5376412f56
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=4b4d7074363
3715451726234
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=693579784e6
663534f696b41
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=445a4f4a4a5
62b3978455635
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=4454514a474
54a7441793878
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=324a6d43367
96b2f54487751
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=50307131535
22f6c42427052
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=65415061696
63368396a7675
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=3964494b415
86a586f4e4243
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=59435358674
933342b795130
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=564a6a30682
f76484c4a7550
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=467a4b61754
13744707a2f36
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=6f573176616
e52634d4c4e59
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=66414649633
07179634e677a
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=69464c48597
4785951373278
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=75526149627
06563484a455a
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=614a5455545
26d394f65476f
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=725470464f6
a526a49436b52
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=57764a442b4
f6f417764696a
(p2p_transport_channel.cc:1236): Failed to resolve ICE candidate hostname 0c263b52-dba7-46b4-b357-f88097245713.local with error
-2
(thread.cc:787): Waiting for the thread to join, but blocking calls have been disallowed
(p2p_transport_channel.cc:1236): Failed to resolve ICE candidate hostname 0c263b52-dba7-46b4-b357-f88097245713.local with error
-2
(thread.cc:787): Waiting for the thread to join, but blocking calls have been disallowed
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=34774272355
54b7757723545
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=4e7450692b6
4756b67785730
(connection.cc:445): Conn[940216a0:0:Net[ens3:192.168.122.0/24:Unknown:id=1]:vtfCphmL:1:0:local:tcp:192.168.122.113:38779->0Svhe
Sc2:1:1837072639:prflx:tcp:192.168.6.53:54384|--WI|S|1|0|6520964869695406591|1]: Failed to send STUN ping  err=-1 id=67486a65765
4625a72315967
(connection.cc:1216): Connection deleted with number of pings sent: 104
(p2p_transport_channel.cc:2007): Channel[0|1|_W]: Removed connection 940216a0 (0 remaining)
(p2p_transport_channel.cc:2017): Selected connection destroyed. Will choose a new one.
(p2p_transport_channel.cc:1760): Channel[0|1|_W]: No selected connection
(dtls_transport.cc:533): DtlsTransport[0|1|__]: OnWritableState() called in state DTLS_TRANSPORT_FAILED.
(p2p_transport_channel.cc:1817): Channel[0|1|__]: Transport channel state changed from 2 to 3
(jsep_transport_controller.cc:1421): 0 Transport 1 state changed. Check if state is complete.
(jsep_transport_controller.cc:1421): 0 Transport 1 state changed. Check if state is complete.
(peer_connection.cc:4698): Changing IceConnectionState 5 => 4
(peer_connection.cc:4717): Changing standardized IceConnectionState 2 => 4
(peer_connection.cc:7011): Usage signature is 150498

@digisomni digisomni added needs changes and removed CR Approved At least one code reviewer has approved the PR. needs testing (QA) The PR is ready for testing labels Jun 14, 2022
@namark
Copy link
Contributor

namark commented Sep 4, 2022

Tested on an actual server with similar results, can't connect with the web sdk example, it just keeps retrying.
domain-server.log

@stale
Copy link

stale bot commented Mar 4, 2023

Hello! Is this still an issue?

@stale stale bot added the stale Issue / PR has not had activity label Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs changes stale Issue / PR has not had activity
Projects
2022.1.2 Release
Reviewer approved
Development

Successfully merging this pull request may close these issues.

Code doesn't build on OpenSSL 3.0
6 participants