=== Test case: connect_SUITE:connect_with_proxy_header/1 (click for source code)

=== Config value:

    [{watchdog,<0.11262.0>},
     {c2s_listener,#{access => c2s,module => mongoose_c2s_listener,
                     port => 5222,num_acceptors => 100,hibernate_after => 0,
                     backlog => 1024,shaper => c2s_shaper,
                     tls =>
                         #{module => fast_tls,mode => starttls,
                           verify_mode => none,
                           certfile => "priv/ssl/fake_server.pem",
                           ciphers => "TLSv1.2:TLSv1.3",
                           dhfile => "priv/ssl/fake_dh_server.pem",
                           protocol_options =>
                               ["no_sslv2","no_sslv3","no_tlsv1",
                                "no_tlsv1_1"]},
                     ip_address => "0",proxy_protocol => false,
                     ip_tuple => {0,0,0,0},
                     ip_version => 4,proto => tcp,max_stanza_size => 65536,
                     backwards_compatible_session => true,
                     c2s_state_timeout => 5000,connection_type => undefined,
                     max_connections => infinity,reuse_port => false}},
     {escalus_user_db,{module,escalus_ejabberd,[]}},
     {preset,"pgsql_cets"},
     {mim_data_dir,"/home/circleci/project/big_tests/tests/connect_SUITE_data"},
     {tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@30ac10815d6f.2024-04-09_11.35.49/big_tests.tests.connect_SUITE.logs/run.2024-04-09_11.36.42/connect_suite.connect_with_proxy_header.15491.html"},
     {tc_group_properties,[{name,proxy_protocol},parallel]},
     {tc_group_path,[]},
     {data_dir,"/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/connect_SUITE_data/"},
     {priv_dir,"/home/circleci/project/big_tests/ct_report/ct_run.test@30ac10815d6f.2024-04-09_11.35.49/big_tests.tests.connect_SUITE.logs/run.2024-04-09_11.36.42/log_private/"},
     {escalus_users,[{secure_joe,[{username,<<"secure_joe">>},
                                  {server,<<"localhost">>},
                                  {password,<<"break_me">>},
                                  {starttls,required}]},
                     {alice,[{username,<<"alicE">>},
                             {server,<<"localhost">>},
                             {password,<<"matygrysa">>}]}]}]

=== Current directory is "/home/circleci/project/big_tests/ct_report/ct_run.test@30ac10815d6f.2024-04-09_11.35.49"

=== Started at 2024-04-09 11:36:45


*** CT 2024-04-09 11:36:45.123 *** View log from node mongooseim@localhost when started🔗 mongooseim@localhost_165.html

*** User 2024-04-09 11:36:45.128 ***🔗
alicE@localhost out
<stream:stream to='localhost' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2024-04-09 11:36:45.130 ***🔗
alicE@localhost in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='5c3989fad481150e' from='localhost' version='1.0' xml:lang='en'>

*** User 2024-04-09 11:36:45.131 ***🔗
alicE@localhost in
<stream:features>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>
	<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
		<mechanism>SCRAM-SHA-256</mechanism>
		<mechanism>PLAIN</mechanism>
	</mechanisms>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2024-04-09 11:36:45.131 ***🔗
alicE@localhost out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGFsaWNFAG1hdHlncnlzYQ==</auth>



*** User 2024-04-09 11:36:45.132 ***🔗
alicE@localhost in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2024-04-09 11:36:45.132 ***🔗
alicE@localhost out
<stream:stream to='localhost' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2024-04-09 11:36:45.132 ***🔗
alicE@localhost in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='7e6df5fdb324dbb4' from='localhost' version='1.0' xml:lang='en' to='alice@localhost'>

*** User 2024-04-09 11:36:45.132 ***🔗
alicE@localhost in
<stream:features>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2024-04-09 11:36:45.132 ***🔗
alicE@localhost out
<iq type='set' id='ff6b10fe7020385fadef086f56334d76'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>escalus-default-resource</resource>
	</bind>
</iq>



*** User 2024-04-09 11:36:45.132 ***🔗
alicE@localhost in
<iq id='ff6b10fe7020385fadef086f56334d76' type='result'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>alice@localhost/escalus-default-resource</jid>
	</bind>
</iq>



*** User 2024-04-09 11:36:45.132 ***🔗
alice@localhost/escalus-default-resource out
<iq type='set' id='60b93cbff34f8d606a8b50bafde1d91f'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2024-04-09 11:36:45.133 ***🔗
alice@localhost/escalus-default-resource in
<iq from='localhost' to='alice@localhost/escalus-default-resource' id='60b93cbff34f8d606a8b50bafde1d91f' type='result'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2024-04-09 11:36:45.133 ***🔗
alice@localhost/escalus-default-resource out
<presence/>



*** User 2024-04-09 11:36:45.134 ***🔗
alice@localhost/escalus-default-resource in
<presence from='alice@localhost/escalus-default-resource' to='alice@localhost/escalus-default-resource'/>



*** User 2024-04-09 11:36:45.135 ***🔗
alice@localhost/escalus-default-resource out
</stream:stream>

*** User 2024-04-09 11:36:45.135 ***🔗
alice@localhost/escalus-default-resource in
</stream:stream>
*** CT 2024-04-09 11:36:45.136 *** View log from node mongooseim@localhost when finished🔗 mongooseim@localhost_165.html



=== Ended at 2024-04-09 11:36:45
=== successfully completed test case
=== === Returned value: already_stopped