hello, i have done create extra videobridge in same machine, the jvb2 already connected and encrypted (i saw at logs of prosody). here logs of prosody
Blockquote
c2s5594e94bf450 info Client connected
c2s5594e94bf450 info Stream encrypted (TLSv1.2 with ECDHE-RSA-AES256-GCM-SHA384)
c2s5594e94d02c0 info Client connected
c2s5594e94d02c0 info Stream encrypted (TLSv1.2 with ECDHE-RSA-AES256-GCM-SHA384)
c2s5594e94d02c0 info Authenticated as jvb@auth.my.domain
and here logs in jvb2
Blockquote
[services.d] starting services
[services.d] done.
May 11, 2020 5:32:56 AM org.jitsi.utils.logging2.LoggerImpl log
INFO: Loaded NewConfig with origin: merge of system properties,system properties,reference.conf @ jar:file:/usr/share/jitsi-videobridge/jitsi-videobridge.jar!/reference.conf: 1,reference.conf @ jar:file:/usr/share/jitsi-videobridge/lib/jitsi-media-transform-1.0-155-gb6af7e9.jar!/reference.conf: 1
May 11, 2020 5:32:56 AM org.jitsi.utils.logging2.LoggerImpl log
INFO: Attempting to load legacy config file at path /, config, sip-communicator.properties
May 11, 2020 5:32:56 AM org.jitsi.utils.logging2.LoggerImpl log
INFO: Attempting to load legacy config file at path /, config, sip-communicator.properties
May 11, 2020 5:32:56 AM org.jitsi.utils.logging2.LoggerImpl log
INFO: Reloading.
May 11, 2020 5:32:56 AM org.jitsi.utils.logging2.LoggerImpl log
INFO: Loaded NewConfig with origin: merge of system properties,system properties,reference.conf @ jar:file:/usr/share/jitsi-videobridge/jitsi-videobridge.jar!/reference.conf: 1,reference.conf @ jar:file:/usr/share/jitsi-videobridge/lib/jitsi-media-transform-1.0-155-gb6af7e9.jar!/reference.conf: 1
May 11, 2020 5:32:56 AM org.jitsi.utils.logging2.LoggerImpl log
INFO: Attempting to load legacy config file at path /, config, sip-communicator.properties
May 11, 2020 5:32:56 AM org.jitsi.utils.logging2.LoggerImpl log
INFO: Attempting to load legacy config file at path /, config, sip-communicator.properties
May 11, 2020 5:32:56 AM org.jitsi.utils.logging2.LoggerImpl log
INFO: Registered the LegacyConfigurationServiceShim in OSGi.
May 11, 2020 5:32:56 AM org.jitsi.utils.logging.LoggerImpl log
INFO: VersionService registered: JVB 2.1.197-g38256192
May 11, 2020 5:32:56 AM org.jitsi.utils.logging.LoggerImpl log
INFO: Not starting the Jetty service for org.jitsi.videobridge.rest.RESTBundleActivator(port=8080)
May 11, 2020 5:32:56 AM org.jitsi.utils.logging.LoggerImpl log
INFO: Not starting the Jetty service for org.jitsi.videobridge.websocket.WebSocketBundleActivator(port=-1)
May 11, 2020 5:32:57 AM org.jitsi.utils.logging2.LoggerImpl log
WARNING: Running with open files limit 1048576 (hard 1048576), thread limit null (hard null). These values are too low and they will limit the number of participants that the bridge can serve simultaneously.
May 11, 2020 5:32:57 AM org.jitsi.utils.logging2.LoggerImpl log
INFO: Starting with 60 second interval.
May 11, 2020 5:32:57 AM org.jitsi.utils.logging2.LoggerImpl log
WARNING: No authorized source regexp configured. Will accept requests from any source.
May 11, 2020 5:32:57 AM org.jitsi.utils.logging2.LoggerImpl log
INFO: Reloading.
May 11, 2020 5:32:57 AM org.jitsi.utils.logging2.LoggerImpl log
INFO: Loaded NewConfig with origin: merge of system properties,system properties,reference.conf @ jar:file:/usr/share/jitsi-videobridge/jitsi-videobridge.jar!/reference.conf: 1,reference.conf @ jar:file:/usr/share/jitsi-videobridge/lib/jitsi-media-transform-1.0-155-gb6af7e9.jar!/reference.conf: 1
May 11, 2020 5:32:57 AM org.jitsi.utils.logging2.LoggerImpl log
INFO: Attempting to load legacy config file at path /, config, sip-communicator.properties
May 11, 2020 5:32:57 AM org.jitsi.utils.logging2.LoggerImpl log
INFO: Attempting to load legacy config file at path /, config, sip-communicator.properties
May 11, 2020 5:32:57 AM org.jitsi.utils.logging2.LoggerImpl log
INFO: Started with interval=10000, timeout=PT30S, maxDuration=PT3S, stickyFailures=false.
May 11, 2020 5:32:57 AM org.jitsi.utils.logging2.LoggerImpl log
INFO: Octo relay is disabled
May 11, 2020 5:32:57 AM org.jitsi.utils.logging2.LoggerImpl log
WARNING: Disabling certificate verification!
May 11, 2020 5:32:57 AM org.jitsi.utils.logging2.LoggerImpl log
WARNING: [MucClient id=shard hostname=my.domain] error connecting
org.jivesoftware.smack.XMPPException$StreamErrorException: host-unknown You can read more about the meaning of this stream error at http://xmpp.org/rfcs/rfc6120.html#streams-error-conditions
stream:errorThis server does not serve auth.my.domain</stream:error>
at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader.parsePackets(XMPPTCPConnection.java:1059)
at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader.access$300(XMPPTCPConnection.java:1000)
at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader$1.run(XMPPTCPConnection.java:1016)
at java.lang.Thread.run(Thread.java:748)
May 11, 2020 5:32:57 AM org.jivesoftware.smack.AbstractXMPPConnection callConnectionClosedOnErrorListener
WARNING: Connection XMPPTCPConnection[not-authenticated] (0) closed with error
org.jivesoftware.smack.XMPPException$StreamErrorException: host-unknown You can read more about the meaning of this stream error at http://xmpp.org/rfcs/rfc6120.html#streams-error-conditions
stream:errorThis server does not serve auth.my.domain</stream:error>
at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader.parsePackets(XMPPTCPConnection.java:1064)
at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader.access$300(XMPPTCPConnection.java:1000)
at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader$1.run(XMPPTCPConnection.java:1016)
at java.lang.Thread.run(Thread.java:748)
May 11, 2020 5:32:57 AM org.jitsi.utils.logging2.LoggerImpl log
WARNING: Closed on error:
org.jivesoftware.smack.XMPPException$StreamErrorException: host-unknown You can read more about the meaning of this stream error at http://xmpp.org/rfcs/rfc6120.html#streams-error-conditions
stream:errorThis server does not serve auth.my.domain</stream:error>
at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader.parsePackets(XMPPTCPConnection.java:1064)
at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader.access$300(XMPPTCPConnection.java:1000)
at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader$1.run(XMPPTCPConnection.java:1016)
at java.lang.Thread.run(Thread.java:748)
May 11, 2020 5:32:58 AM org.ice4j.ice.harvest.StunMappingCandidateHarvester discover
INFO: Discovered public address 202.46.129.77:34449/udp from STUN server 74.125.200.127:19302/udp using local address 172.23.0.4:0/udp
May 11, 2020 5:32:58 AM org.ice4j.ice.harvest.StunMappingCandidateHarvester discover
INFO: Discovered public address 103.94.190.19:57289/udp from STUN server 173.194.202.127:19302/udp using local address 172.23.0.4:0/udp
May 11, 2020 5:32:58 AM org.ice4j.ice.harvest.StunMappingCandidateHarvester discover
INFO: Discovered public address 202.46.129.190:46444/udp from STUN server 173.194.199.127:19302/udp using local address 172.23.0.4:0/udp
May 11, 2020 5:32:58 AM org.ice4j.ice.harvest.MappingCandidateHarvesters initialize
INFO: Using org.ice4j.ice.harvest.StunMappingCandidateHarvester, face=/172.23.0.4, mask=/202.46.129.77
May 11, 2020 5:32:58 AM org.ice4j.ice.harvest.MappingCandidateHarvesters initialize
INFO: Using org.ice4j.ice.harvest.StunMappingCandidateHarvester, face=/172.23.0.4, mask=/103.94.190.19
May 11, 2020 5:32:58 AM org.ice4j.ice.harvest.MappingCandidateHarvesters initialize
INFO: Using org.ice4j.ice.harvest.StunMappingCandidateHarvester, face=/172.23.0.4, mask=/202.46.129.190
May 11, 2020 5:32:58 AM org.ice4j.ice.harvest.MappingCandidateHarvesters initialize
INFO: Initialized mapping harvesters (delay=1058ms). stunDiscoveryFailed=false
May 11, 2020 5:33:02 AM org.jitsi.utils.logging2.LoggerImpl log
WARNING: [MucClient id=shard hostname=my.domain] error connecting
org.jivesoftware.smack.XMPPException$StreamErrorException: host-unknown You can read more about the meaning of this stream error at http://xmpp.org/rfcs/rfc6120.html#streams-error-conditions
stream:errorThis server does not serve auth.my.domain</stream:error>
at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader.parsePackets(XMPPTCPConnection.java:1059)
at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader.access$300(XMPPTCPConnection.java:1000)
at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader$1.run(XMPPTCPConnection.java:1016)
at java.lang.Thread.run(Thread.java:748)
May 11, 2020 5:33:02 AM org.jivesoftware.smack.AbstractXMPPConnection callConnectionClosedOnErrorListener
WARNING: Connection XMPPTCPConnection[not-authenticated] (0) closed with error
org.jivesoftware.smack.XMPPException$StreamErrorException: host-unknown You can read more about the meaning of this stream error at http://xmpp.org/rfcs/rfc6120.html#streams-error-conditions
stream:errorThis server does not serve auth.my.domain</stream:error>
at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader.parsePackets(XMPPTCPConnection.java:1064)
at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader.access$300(XMPPTCPConnection.java:1000)
at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader$1.run(XMPPTCPConnection.java:1016)
at java.lang.Thread.run(Thread.java:748)
do you know how the 2nd jvb (with c2s5594e94bf450) cannot authenticated ? i already register jvb2@mydomain in the prosodyctl –
thank you 