Re: Stunnel Connectivity Issue

Dheeraj Gautam <[email protected]>
Newsgroups gmane.network.stunnel.user
Message-ID <[email protected]>
Hi Liz,



Find attached stunnel log herewith, yes the configured remote server IP
address and port details are correct.

At remote end they have allowed our source address and they are getting an
error during TLS handshake, the issue appears to be with the TLS
certificate and are sending them back resulting in the handshake error.

Also, please let us know if we can have a call with you and remote session
to get this fix.

I will be thankful to you.

Regards,

Dheeraj Gautam



*From:* Liz Turi [mailto:[email protected]]
*Sent:* Thursday, August 3, 2017 5:58 PM
*To:* Dheeraj Gautam <[email protected]>; [email protected];
[email protected]
*Cc:* Gurpreet Ahuja <[email protected]>; Sumit Sharma <
[email protected]>; Ishu Singh <[email protected]>
*Subject:* RE: [stunnel-users] Stunnel Connectivity Issue



What do your debug logs say? What happens when you send a test message
through? Are you sure you have the remote IP address/port correct? Is there
IP filtering or a firewall in place between the two?



*Liz Turi*

Sr. Consultant

Massachusetts eHealth Collaborative

860 Winter Street, Waltham, MA 02451

(m) 339-222-6614 (o) 781-907-7204 (f) 781-207-8589

www.maehc.org

[image: fb_icon]
<https://www.facebook.com/massachusettsehealthcollab?fref=nf>[image:
li_icon]
<https://www.linkedin.com/company/massachusetts-ehealth-collaborative?trk=tyah&trkInfo=clickedVertical%3Acompany%2Cidx%3A1-1-1%2CtarId%3A1432746657126%2Ctas%3AMassachusetts+eHEalth>[image:
tw_icon] <https://twitter.com/MAeHC_org>



*From:* Dheeraj Gautam [mailto:[email protected]
<[email protected]>]
*Sent:* Thursday, August 3, 2017 5:27 AM
*To:* Liz Turi <[email protected]>; [email protected];
[email protected]
*Cc:* Gurpreet Ahuja <[email protected]>; Sumit Sharma <
[email protected]>; Ishu Singh <[email protected]>
*Subject:* RE: [stunnel-users] Stunnel Connectivity Issue



Hi Liz,



We have stuck badly to establish stunnel connection with one of our
partner, We have configured Client mode configuration on our server to
connect server to run the application.



Below is the config which We have done on my server:



; ***************************************** Example TLS Client mode services

; Certificate

cert = Talomoncert.pem

key = Talomonkey.pem

CAfile = TalomonCACerts.pem

;FIPS

fips=no

; Protocol version (all, SSLv2, SSLv3, TLSv1)

sslVersion = TLSv1.2



; Some performance tunings

socket = l:TCP_NODELAY=1

socket = r:TCP_NODELAY=1



; Some debugging stuff useful for troubleshooting

debug = 7

output = stunnel.log



; Use it for client mode

client = yes

; Service-level configuration

[FIX]

accept = 127.0.0.1:9260

connect = 69.191.230.34:8228

;protocol=connect

;protocolHost= 69.191.230.34:8228

TIMEOUTconnect  = 5



Our partner saying that they are not getting any TLS connection on their
server due to which connection is not establishing.



Could you please help us to get this sort out as we have no more idea how
we can troubleshoot this.



Thanks in advance.



Regards,



Dheeraj Gautam



*From:* Liz Turi [mailto:[email protected]]
*Sent:* Tuesday, June 13, 2017 11:40 PM
*To:* Dheeraj Gautam <[email protected]>; [email protected];
[email protected]
*Subject:* RE: [stunnel-users] Stunnel Connectivity Issue



Hi, Dheeraj,



Your logs say that you’re connecting successfully to the port that your
application is listening on. Have you tried testing from the application,
or calls to the application?



This line (along with the next couple of lines) suggest that telnet is
connecting through to the remote host listening on 8228.



2017.06.13 16:38:38 LOG5[11]: s_connect: connected 69.191.198.34:8228



It closes the connection via telnet because telnet isn’t going to run your
application for you.



We need more information about how you’re connecting to your application?
(or intending to)





*Liz Turi*

Sr. Consultant

Massachusetts eHealth Collaborative

860 Winter Street, Waltham, MA 02451

(m) 339-222-6614 (o) 781-907-7204 (f) 781-207-8589

www.maehc.org

[image: fb_icon]
<https://www.facebook.com/massachusettsehealthcollab?fref=nf>[image:
li_icon]
<https://www.linkedin.com/company/massachusetts-ehealth-collaborative?trk=tyah&trkInfo=clickedVertical%3Acompany%2Cidx%3A1-1-1%2CtarId%3A1432746657126%2Ctas%3AMassachusetts+eHEalth>[image:
tw_icon] <https://twitter.com/MAeHC_org>



*From:* stunnel-users [mailto:[email protected]
<[email protected]>] *On Behalf Of *Dheeraj Gautam
*Sent:* Tuesday, June 13, 2017 1:21 PM
*To:* [email protected]; [email protected]
*Subject:* Re: [stunnel-users] Stunnel Connectivity Issue



Hi Browne,



I am not understand like what config I have to do in stunnel config file.



As per application it will trigger 8228 port of remote server, but at the
momen stunnel is working only when I am trying to telnet localhost on 9233
port.



Nothing is happening when running the application, don’t know what I am
missing as I am the new for stunnel.



Please help to fix this out.



Regards,



Dheeraj Gautam







*From:* stunnel-users [mailto:[email protected]
<[email protected]>] *On Behalf Of *Carter Browne
*Sent:* Tuesday, June 13, 2017 10:41 PM
*To:* [email protected]
*Subject:* Re: [stunnel-users] Stunnel Connectivity Issue



Dheeraj,

stunnel will keep the connection open for as long as your applications
keeps it open.  When you exit telnet, it closes the connection.  I use
stunnel mostly for RDP, VNC and telnet and as long the application is
active, the port is open.  You need to have your application open the local
port you want to route via stunnel (in your example 127.0.0.1:9233).  As
long as your application keeps the connection open (ignoring such issues as
communications failures), stunnel will maintain the application.  Telnet is
a great tool for determining connectivity, but your application is going to
have to handle the connection going forward.

Carter Browne



On 6/13/2017 12:01 PM, Dheeraj Gautam wrote:

Hi Liz,



Thanks for your reply.



Actually we need to run a service which will work only once stunnel
connection establish and the service will work till the time connection
connected.



But at the moment I don’t have idea like how the stunnel will remain
connected.



Could you please suggest me to fix this so that stunnel connection remain
connected and I can run the application.



Waiting for your valuable response.



Regards,



Dheeraj Gautam



*From:* Liz Turi [mailto:[email protected] <[email protected]>]
*Sent:* Tuesday, June 13, 2017 9:19 PM
*To:* Dheeraj Gautam <[email protected]>
<[email protected]>; Małgorzata Olszówka
<[email protected]> <[email protected]>
*Cc:* [email protected]
*Subject:* RE: [stunnel-users] Stunnel Connectivity Issue



Hi, Dheeraj,



Are you testing the connection with Telnet? Or are you testing with the
application. What I noticed in testing the connection is that once the
command is completed, the connection is closed.



However, when I test from my application, its only closed once all
transactions in that session are completed, and will show how much data was
passed on (following from my logs at the end of a non-telnet test session.



*2017.06.13 10:16:08 LOG6[1]: Negotiated TLSv1.2 ciphersuite
AES256-GCM-SHA384 (256-bit encryption)*

*2017.06.13 10:16:18 LOG6[1]: Read socket closed (readsocket)*

*2017.06.13 10:16:18 LOG6[1]: SSL_shutdown successfully sent close_notify
alert*

*2017.06.13 10:16:18 LOG6[1]: TLS closed (SSL_read)*

*2017.06.13 10:16:18 LOG5[1]: Connection closed: 2791 byte(s) sent to TLS,
1641 byte(s) sent to socket*



*Liz Turi*

Sr. Consultant

Massachusetts eHealth Collaborative

860 Winter Street, Waltham, MA 02451

(m) 339-222-6614 (o) 781-907-7204 (f) 781-207-8589

www.maehc.org

[image: fb_icon]
<https://www.facebook.com/massachusettsehealthcollab?fref=nf>[image:
li_icon]
<https://www.linkedin.com/company/massachusetts-ehealth-collaborative?trk=tyah&trkInfo=clickedVertical%3Acompany%2Cidx%3A1-1-1%2CtarId%3A1432746657126%2Ctas%3AMassachusetts+eHEalth>[image:
tw_icon] <https://twitter.com/MAeHC_org>



*From:* stunnel-users [mailto:[email protected]
<[email protected]>] *On Behalf Of *Dheeraj Gautam
*Sent:* Tuesday, June 13, 2017 11:41 AM
*To:* Małgorzata Olszówka <[email protected]>
*Cc:* [email protected]
*Subject:* Re: [stunnel-users] Stunnel Connectivity Issue



HI Guys,



below is the config which i have configured with TLSv1.2, but still
connection establishing only for while when i telnet telnet 127.0.0.1 9233.
and just after connection closed.



[TCP]

client=yes

cert = BBG_cert.pem

key = BBG_key.pem

verifyChain = yes

CAfile = BBG_CACerts.pem

connect = 69.191.198.34:8228

accept  = 127.0.0.1:9233

sslVersion = TLSv1.2



below the logs:



2017.06.13 11:57:49 LOG5[main]: Reading configuration from file stunnel.conf

2017.06.13 11:57:49 LOG5[main]: UTF-8 byte order mark detected

2017.06.13 11:57:49 LOG5[main]: FIPS mode disabled

2017.06.13 11:57:49 LOG3[main]: Service [TCP]: Each service must define two
endpoints

2017.06.13 11:57:49 LOG3[main]: Failed to reload the configuration file

2017.06.13 16:37:16 LOG5[main]: Reading configuration from file stunnel.conf

2017.06.13 16:37:16 LOG5[main]: UTF-8 byte order mark detected

2017.06.13 16:37:16 LOG5[main]: FIPS mode disabled

2017.06.13 16:37:16 LOG4[main]: Service [TCP] uses "verifyChain" without
subject checks

2017.06.13 16:37:16 LOG4[main]: Use "checkHost" or "checkIP" to restrict
trusted certificates

2017.06.13 16:37:16 LOG5[main]: Configuration successful

2017.06.13 16:38:38 LOG5[11]: Service [TCP] accepted connection from
127.0.0.1:62736

2017.06.13 16:38:38 LOG5[11]: s_connect: connected 69.191.198.34:8228

2017.06.13 16:38:38 LOG5[11]: Service [TCP] connected remote server from
172.16.1.23:62737

2017.06.13 16:38:39 LOG5[11]: Certificate accepted at depth=0: C=US, ST=NEW
YORK, L=NEW YORK, O=Bloomberg LP, OU=FIXBETA, CN=fixbeta.bloomberg.com,
[email protected]

2017.06.13 16:39:10 LOG5[11]: Connection closed: 0 byte(s) sent to TLS, 0
byte(s) sent to socket



i want connection remained connected every time so that i can run the
application.



application can be work only if the connection remain connected.



please help me to sort this out.



Regards,



Dheeraj Gautam



On 25 May 2017 at 12:29, Małgorzata Olszówka <
[email protected]> wrote:

Could you please let us know what parameters we are missing here due to
which connection is not establishing with remote server.

Although, stunnel logs indicating that configuration successful, but in
logs no where is mentioned about the connection is it connected or not,



Hello Dheeraj,

You should set the verifyChain option in order to verify the certificate
stored in the file specified with CAfile:
verifyChain = yes

Then you can test your connection:
telnet 127.0.0.1 9233
the stunnel logs will show information about the connection attempt.

Regards,
Małgorzata
_______________________________________________
stunnel-users mailing list
[email protected]
https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users





www.arborfs.com

This e-mail and any attachment are confidential and contain proprietary
information, some or all of which may be legally privileged.

It is intended solely for the use of the individual or entity to which it
is addressed.  If you are not the intended recipient, please notify the
author immediately by telephone or by replying to this e-mail, and then
delete all copies of the e-mail on your system.  If you are not the
intended recipient, you must not use, disclose, distribute, copy, print or
rely on this e-mail.

Whilst we have taken reasonable precautions to ensure that this e-mail and
any attachment has been checked for viruses, we cannot guarantee that they
are virus free and we cannot accept liability for any damage sustained as a
result of software viruses.  We would advise that you carry out your own
virus checks, especially before opening an attachment.


CONFIDENTIALITY NOTICE
The information contained in this email transmission is legally privileged
and confidential information intended only for the use of the addressee
named above. If the reader of this message is not the intended recipient
you are hereby notified that any dissemination, distribution or copying of
this email transmission is strictly prohibited. If you have received this
email transmission in error, please notify us immediately. Thank you.



www.arborfs.com

This e-mail and any attachment are confidential and contain proprietary
information, some or all of which may be legally privileged.

It is intended solely for the use of the individual or entity to which it
is addressed.  If you are not the intended recipient, please notify the
author immediately by telephone or by replying to this e-mail, and then
delete all copies of the e-mail on your system.  If you are not the
intended recipient, you must not use, disclose, distribute, copy, print or
rely on this e-mail.

Whilst we have taken reasonable precautions to ensure that this e-mail and
any attachment has been checked for viruses, we cannot guarantee that they
are virus free and we cannot accept liability for any damage sustained as a
result of software viruses.  We would advise that you carry out your own
virus checks, especially before opening an attachment.



_______________________________________________

stunnel-users mailing list

[email protected]

https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users





www.arborfs.com

This e-mail and any attachment are confidential and contain proprietary
information, some or all of which may be legally privileged.

It is intended solely for the use of the individual or entity to which it
is addressed.  If you are not the intended recipient, please notify the
author immediately by telephone or by replying to this e-mail, and then
delete all copies of the e-mail on your system.  If you are not the
intended recipient, you must not use, disclose, distribute, copy, print or
rely on this e-mail.

Whilst we have taken reasonable precautions to ensure that this e-mail and
any attachment has been checked for viruses, we cannot guarantee that they
are virus free and we cannot accept liability for any damage sustained as a
result of software viruses.  We would advise that you carry out your own
virus checks, especially before opening an attachment.


CONFIDENTIALITY NOTICE
The information contained in this email transmission is legally privileged
and confidential information intended only for the use of the addressee
named above. If the reader of this message is not the intended recipient
you are hereby notified that any dissemination, distribution or copying of
this email transmission is strictly prohibited. If you have received this
email transmission in error, please notify us immediately. Thank you.



www.arborfs.com

This e-mail and any attachment are confidential and contain proprietary
information, some or all of which may be legally privileged.

It is intended solely for the use of the individual or entity to which it
is addressed.  If you are not the intended recipient, please notify the
author immediately by telephone or by replying to this e-mail, and then
delete all copies of the e-mail on your system.  If you are not the
intended recipient, you must not use, disclose, distribute, copy, print or
rely on this e-mail.

Whilst we have taken reasonable precautions to ensure that this e-mail and
any attachment has been checked for viruses, we cannot guarantee that they
are virus free and we cannot accept liability for any damage sustained as a
result of software viruses.  We would advise that you carry out your own
virus checks, especially before opening an attachment.


CONFIDENTIALITY NOTICE
The information contained in this email transmission is legally privileged
and confidential information intended only for the use of the addressee
named above. If the reader of this message is not the intended recipient
you are hereby notified that any dissemination, distribution or copying of
this email transmission is strictly prohibited. If you have received this
email transmission in error, please notify us immediately. Thank you.

-- 
 

www.arborfs.com

This e-mail and any attachment are confidential and contain proprietary 
information, some or all of which may be legally privileged.

It is intended solely for the use of the individual or entity to which it 
is addressed.  If you are not the intended recipient, please notify the 
author immediately by telephone or by replying to this e-mail, and then 
delete all copies of the e-mail on your system.  If you are not the 
intended recipient, you must not use, disclose, distribute, copy, print or 
rely on this e-mail.

Whilst we have taken reasonable precautions to ensure that this e-mail and 
any attachment has been checked for viruses, we cannot guarantee that they 
are virus free and we cannot accept liability for any damage sustained as a 
result of software viruses.  We would advise that you carry out your own 
virus checks, especially before opening an attachment.

_______________________________________________
stunnel-users mailing list
[email protected]
https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users
image001.png (image/png, 1.6 KB) - not displayed
image003.png (image/png, 1.6 KB) - not displayed
image011.png (image/png, 1.7 KB) - not displayed
image013.png (image/png, 1.6 KB) - not displayed
image015.png (image/png, 1.6 KB) - not displayed
image020.png (image/png, 1.7 KB) - not displayed
image022.png (image/png, 1.7 KB) - not displayed
image023.png (image/png, 1.6 KB) - not displayed
image024.png (image/png, 1.7 KB) - not displayed
stunnel.log (application/octet-stream, 52.9 KB)
2017.07.31 17:29:17 LOG7[main]: Running on Windows 6.2
2017.07.31 17:29:17 LOG5[main]: Reading configuration from file stunnel.conf
2017.07.31 17:29:17 LOG5[main]: UTF-8 byte order mark not detected
2017.07.31 17:29:17 LOG5[main]: FIPS mode disabled
2017.07.31 17:29:17 LOG7[main]: Compression disabled
2017.07.31 17:29:17 LOG7[main]: Snagged 64 random bytes from C:/.rnd
2017.07.31 17:29:17 LOG7[main]: Wrote 1024 new random bytes to C:/.rnd
2017.07.31 17:29:17 LOG7[main]: PRNG seeded successfully
2017.07.31 17:29:17 LOG6[main]: Initializing service [FIX]
2017.07.31 17:29:17 LOG7[main]: Ciphers: HIGH:!DH:!aNULL:!SSLv2
2017.07.31 17:29:17 LOG7[main]: TLS options: 0x03000004 (+0x03000000, -0x00000000)
2017.07.31 17:29:17 LOG6[main]: Loading certificate from file: Talomoncert.pem
2017.07.31 17:29:17 LOG6[main]: Certificate loaded from file: Talomoncert.pem
2017.07.31 17:29:17 LOG6[main]: Loading private key from file: Talomonkey.pem
2017.07.31 17:29:17 LOG6[main]: Private key loaded from file: Talomonkey.pem
2017.07.31 17:29:17 LOG7[main]: Private key check succeeded
2017.07.31 17:29:17 LOG4[main]: Service [FIX] needs authentication to prevent MITM attacks
2017.07.31 17:29:17 LOG5[main]: Configuration successful
2017.07.31 17:29:17 LOG7[main]: Listening file descriptor created (FD=908)
2017.07.31 17:29:17 LOG7[main]: Option SO_EXCLUSIVEADDRUSE set on accept socket
2017.07.31 17:29:17 LOG7[main]: Service [FIX] (FD=908) bound to 127.0.0.1:9260
2017.07.31 17:29:35 LOG7[main]: Found 1 ready file descriptor(s)
2017.07.31 17:29:35 LOG7[main]: FD=512 ifds=r-x ofds=r--
2017.07.31 17:29:35 LOG7[main]: Dispatching signals from the signal pipe
2017.07.31 17:29:35 LOG7[main]: Processing SIGNAL_TERMINATE
2017.07.31 17:29:35 LOG5[main]: Terminated
2017.07.31 17:29:35 LOG7[main]: Closing service [FIX]
2017.07.31 17:29:35 LOG7[main]: Service [FIX] closed (FD=908)
2017.07.31 17:29:35 LOG7[main]: Service [FIX] closed
2017.07.31 17:29:35 LOG7[ui]: GUI message loop terminated
2017.07.31 17:29:55 LOG7[cron]: Cron thread initialized
2017.07.31 17:29:55 LOG7[main]: Running on Windows 6.2
2017.07.31 17:29:55 LOG7[main]: No limit detected for the number of clients
2017.07.31 17:29:55 LOG5[main]: stunnel 5.41 on x86-pc-msvc-1500 platform
2017.07.31 17:29:55 LOG5[main]: Compiled/running with OpenSSL 1.0.2k-fips  26 Jan 2017
2017.07.31 17:29:55 LOG5[main]: Threading:WIN32 Sockets:SELECT,IPv6 TLS:ENGINE,FIPS,OCSP,PSK,SNI
2017.07.31 17:29:55 LOG7[main]: errno: (*_errno())
2017.07.31 17:29:55 LOG7[ui]: GUI message loop initialized
2017.07.31 17:29:55 LOG7[main]: Running on Windows 6.2
2017.07.31 17:29:55 LOG5[main]: Reading configuration from file stunnel.conf
2017.07.31 17:29:55 LOG5[main]: UTF-8 byte order mark not detected
2017.07.31 17:29:55 LOG5[main]: FIPS mode disabled
2017.07.31 17:29:55 LOG7[main]: Compression disabled
2017.07.31 17:29:55 LOG7[main]: Snagged 64 random bytes from C:/.rnd
2017.07.31 17:29:55 LOG7[main]: Wrote 1024 new random bytes to C:/.rnd
2017.07.31 17:29:55 LOG7[main]: PRNG seeded successfully
2017.07.31 17:29:55 LOG6[main]: Initializing service [FIX]
2017.07.31 17:29:55 LOG7[main]: Ciphers: HIGH:!DH:!aNULL:!SSLv2
2017.07.31 17:29:55 LOG7[main]: TLS options: 0x03000004 (+0x03000000, -0x00000000)
2017.07.31 17:29:55 LOG6[main]: Loading certificate from file: Talomoncert.pem
2017.07.31 17:29:55 LOG6[main]: Certificate loaded from file: Talomoncert.pem
2017.07.31 17:29:55 LOG6[main]: Loading private key from file: Talomonkey.pem
2017.07.31 17:29:55 LOG6[main]: Private key loaded from file: Talomonkey.pem
2017.07.31 17:29:55 LOG7[main]: Private key check succeeded
2017.07.31 17:29:55 LOG4[main]: Service [FIX] needs authentication to prevent MITM attacks
2017.07.31 17:29:55 LOG5[main]: Configuration successful
2017.07.31 17:29:55 LOG7[main]: Listening file descriptor created (FD=504)
2017.07.31 17:29:55 LOG7[main]: Option SO_EXCLUSIVEADDRUSE set on accept socket
2017.07.31 17:29:55 LOG7[main]: Service [FIX] (FD=504) bound to 127.0.0.1:9260
2017.07.31 17:30:55 LOG6[cron]: Executing cron jobs
2017.07.31 17:30:55 LOG6[cron]: Cron jobs completed in 0 seconds
2017.07.31 17:30:55 LOG7[cron]: Waiting 86400 seconds
2017.07.31 17:44:55 LOG7[cron]: Cron thread initialized
2017.07.31 17:44:55 LOG7[main]: Running on Windows 6.2
2017.07.31 17:44:55 LOG7[main]: No limit detected for the number of clients
2017.07.31 17:44:55 LOG5[main]: stunnel 5.41 on x86-pc-msvc-1500 platform
2017.07.31 17:44:55 LOG5[main]: Compiled/running with OpenSSL 1.0.2k-fips  26 Jan 2017
2017.07.31 17:44:55 LOG5[main]: Threading:WIN32 Sockets:SELECT,IPv6 TLS:ENGINE,FIPS,OCSP,PSK,SNI
2017.07.31 17:44:55 LOG7[main]: errno: (*_errno())
2017.07.31 17:44:55 LOG7[ui]: GUI message loop initialized
2017.07.31 17:44:55 LOG7[main]: Running on Windows 6.2
2017.07.31 17:44:55 LOG5[main]: Reading configuration from file stunnel.conf
2017.07.31 17:44:55 LOG5[main]: UTF-8 byte order mark not detected
2017.07.31 17:44:55 LOG5[main]: FIPS mode disabled
2017.07.31 17:44:55 LOG7[main]: Compression disabled
2017.07.31 17:44:55 LOG7[main]: Snagged 64 random bytes from C:/.rnd
2017.07.31 17:44:55 LOG7[main]: Wrote 1024 new random bytes to C:/.rnd
2017.07.31 17:44:55 LOG7[main]: PRNG seeded successfully
2017.07.31 17:44:55 LOG6[main]: Initializing service [FIX]
2017.07.31 17:44:55 LOG7[main]: Ciphers: HIGH:!DH:!aNULL:!SSLv2
2017.07.31 17:44:55 LOG7[main]: TLS options: 0x03000004 (+0x03000000, -0x00000000)
2017.07.31 17:44:55 LOG6[main]: Loading certificate from file: Talomoncert.pem
2017.07.31 17:44:55 LOG6[main]: Certificate loaded from file: Talomoncert.pem
2017.07.31 17:44:55 LOG6[main]: Loading private key from file: Talomonkey.pem
2017.07.31 17:44:55 LOG6[main]: Private key loaded from file: Talomonkey.pem
2017.07.31 17:44:55 LOG7[main]: Private key check succeeded
2017.07.31 17:44:55 LOG4[main]: Service [FIX] needs authentication to prevent MITM attacks
2017.07.31 17:44:55 LOG5[main]: Configuration successful
2017.07.31 17:44:55 LOG7[main]: Listening file descriptor created (FD=516)
2017.07.31 17:44:55 LOG7[main]: Option SO_EXCLUSIVEADDRUSE set on accept socket
2017.07.31 17:44:55 LOG7[main]: Service [FIX] (FD=516) bound to 127.0.0.1:9260
2017.07.31 17:45:42 LOG7[main]: Found 1 ready file descriptor(s)
2017.07.31 17:45:42 LOG7[main]: FD=512 ifds=r-x ofds=---
2017.07.31 17:45:42 LOG7[main]: Service [FIX] accepted (FD=556) from 127.0.0.1:49421
2017.07.31 17:45:42 LOG7[main]: Creating a new thread
2017.07.31 17:45:42 LOG7[main]: New thread created
2017.07.31 17:45:42 LOG7[0]: Service [FIX] started
2017.07.31 17:45:42 LOG7[0]: Option TCP_NODELAY set on local socket
2017.07.31 17:45:42 LOG5[0]: Service [FIX] accepted connection from 127.0.0.1:49421
2017.07.31 17:45:42 LOG6[0]: s_connect: connecting 69.191.230.34:8228
2017.07.31 17:45:42 LOG7[0]: s_connect: s_poll_wait 69.191.230.34:8228: waiting 5 seconds
2017.07.31 17:45:43 LOG5[0]: s_connect: connected 69.191.230.34:8228
2017.07.31 17:45:43 LOG5[0]: Service [FIX] connected remote server from 192.168.50.45:49422
2017.07.31 17:45:43 LOG7[0]: Option TCP_NODELAY set on remote socket
2017.07.31 17:45:43 LOG7[0]: Remote descriptor (FD=568) initialized
2017.07.31 17:45:43 LOG6[0]: SNI: sending servername: 69.191.230.34
2017.07.31 17:45:43 LOG6[0]: Peer certificate not required
2017.07.31 17:45:43 LOG7[0]: TLS state (connect): before/connect initialization
2017.07.31 17:45:43 LOG7[0]: TLS state (connect): SSLv3 write client hello A
2017.07.31 17:45:43 LOG7[0]: TLS state (connect): SSLv3 read server hello A
2017.07.31 17:45:43 LOG6[0]: Certificate verification disabled
2017.07.31 17:45:43 LOG6[0]: Certificate verification disabled
2017.07.31 17:45:43 LOG7[0]: TLS state (connect): SSLv3 read server certificate A
2017.07.31 17:45:43 LOG6[0]: Client CA: C=US, ST=NEW YORK, L=NEW YORK, O=Bloomberg LP, OU=R&D, CN=System Security Root CA, [email protected]
2017.07.31 17:45:43 LOG7[0]: TLS state (connect): SSLv3 read server certificate request A
2017.07.31 17:45:43 LOG7[0]: TLS state (connect): SSLv3 read server done A
2017.07.31 17:45:43 LOG7[0]: TLS state (connect): SSLv3 write client certificate A
2017.07.31 17:45:43 LOG7[0]: TLS state (connect): SSLv3 write client key exchange A
2017.07.31 17:45:43 LOG7[0]: TLS state (connect): SSLv3 write certificate verify A
2017.07.31 17:45:43 LOG7[0]: TLS state (connect): SSLv3 write change cipher spec A
2017.07.31 17:45:43 LOG7[0]: TLS state (connect): SSLv3 write finished A
2017.07.31 17:45:43 LOG7[0]: TLS state (connect): SSLv3 flush data
2017.07.31 17:45:43 LOG7[0]: TLS state (connect): SSLv3 read finished A
2017.07.31 17:45:43 LOG7[0]:      1 client connect(s) requested
2017.07.31 17:45:43 LOG7[0]:      1 client connect(s) succeeded
2017.07.31 17:45:43 LOG7[0]:      0 client renegotiation(s) requested
2017.07.31 17:45:43 LOG7[0]:      0 session reuse(s)
2017.07.31 17:45:43 LOG6[0]: TLS connected: new session negotiated
2017.07.31 17:45:43 LOG7[0]: Peer certificate was cached (4460 bytes)
2017.07.31 17:45:43 LOG6[0]: Negotiated TLSv1 ciphersuite AES256-SHA (256-bit encryption)
2017.07.31 17:45:43 LOG7[0]: Compression: null, expansion: null
2017.07.31 17:45:43 LOG6[0]: TLS socket closed (SSL_read)
2017.07.31 17:45:43 LOG7[0]: Sent socket write shutdown
2017.07.31 17:45:43 LOG5[0]: Connection closed: 0 byte(s) sent to TLS, 0 byte(s) sent to socket
2017.07.31 17:45:43 LOG7[0]: Remote descriptor (FD=568) closed
2017.07.31 17:45:43 LOG7[0]: Local descriptor (FD=556) closed
2017.07.31 17:45:43 LOG7[0]: Service [FIX] finished (0 left)
2017.07.31 17:45:55 LOG6[cron]: Executing cron jobs
2017.07.31 17:45:55 LOG6[cron]: Cron jobs completed in 0 seconds
2017.07.31 17:45:55 LOG7[cron]: Waiting 86400 seconds
2017.07.31 18:36:19 LOG7[main]: Found 1 ready file descriptor(s)
2017.07.31 18:36:19 LOG7[main]: FD=512 ifds=r-x ofds=---
2017.07.31 18:36:19 LOG7[main]: Service [FIX] accepted (FD=928) from 127.0.0.1:51776
2017.07.31 18:36:19 LOG7[main]: Creating a new thread
2017.07.31 18:36:19 LOG7[main]: New thread created
2017.07.31 18:36:19 LOG7[1]: Service [FIX] started
2017.07.31 18:36:19 LOG7[1]: Option TCP_NODELAY set on local socket
2017.07.31 18:36:19 LOG5[1]: Service [FIX] accepted connection from 127.0.0.1:51776
2017.07.31 18:36:19 LOG6[1]: s_connect: connecting 69.191.230.34:8228
2017.07.31 18:36:19 LOG7[1]: s_connect: s_poll_wait 69.191.230.34:8228: waiting 5 seconds
2017.07.31 18:36:19 LOG5[1]: s_connect: connected 69.191.230.34:8228
2017.07.31 18:36:19 LOG5[1]: Service [FIX] connected remote server from 192.168.50.45:51777
2017.07.31 18:36:19 LOG7[1]: Option TCP_NODELAY set on remote socket
2017.07.31 18:36:19 LOG7[1]: Remote descriptor (FD=884) initialized
2017.07.31 18:36:19 LOG6[1]: SNI: sending servername: 69.191.230.34
2017.07.31 18:36:19 LOG6[1]: Peer certificate not required
2017.07.31 18:36:19 LOG7[1]: TLS state (connect): before/connect initialization
2017.07.31 18:36:19 LOG7[1]: TLS state (connect): SSLv3 write client hello A
2017.07.31 18:36:19 LOG7[1]: TLS state (connect): SSLv3 read server hello A
2017.07.31 18:36:19 LOG6[1]: Certificate verification disabled
2017.07.31 18:36:19 LOG6[1]: Certificate verification disabled
2017.07.31 18:36:19 LOG7[1]: TLS state (connect): SSLv3 read server certificate A
2017.07.31 18:36:19 LOG6[1]: Client CA: C=US, ST=NEW YORK, L=NEW YORK, O=Bloomberg LP, OU=R&D, CN=System Security Root CA, [email protected]
2017.07.31 18:36:19 LOG7[1]: TLS state (connect): SSLv3 read server certificate request A
2017.07.31 18:36:19 LOG7[1]: TLS state (connect): SSLv3 read server done A
2017.07.31 18:36:19 LOG7[1]: TLS state (connect): SSLv3 write client certificate A
2017.07.31 18:36:19 LOG7[1]: TLS state (connect): SSLv3 write client key exchange A
2017.07.31 18:36:19 LOG7[1]: TLS state (connect): SSLv3 write certificate verify A
2017.07.31 18:36:19 LOG7[1]: TLS state (connect): SSLv3 write change cipher spec A
2017.07.31 18:36:19 LOG7[1]: TLS state (connect): SSLv3 write finished A
2017.07.31 18:36:19 LOG7[1]: TLS state (connect): SSLv3 flush data
2017.07.31 18:36:20 LOG7[1]: TLS state (connect): SSLv3 read finished A
2017.07.31 18:36:20 LOG7[1]:      2 client connect(s) requested
2017.07.31 18:36:20 LOG7[1]:      2 client connect(s) succeeded
2017.07.31 18:36:20 LOG7[1]:      0 client renegotiation(s) requested
2017.07.31 18:36:20 LOG7[1]:      0 session reuse(s)
2017.07.31 18:36:20 LOG6[1]: TLS connected: new session negotiated
2017.07.31 18:36:20 LOG7[1]: Deallocating application specific data for session connect address
2017.07.31 18:36:20 LOG6[1]: Negotiated TLSv1 ciphersuite AES256-SHA (256-bit encryption)
2017.07.31 18:36:20 LOG7[1]: Compression: null, expansion: null
2017.07.31 18:36:20 LOG6[1]: TLS socket closed (SSL_read)
2017.07.31 18:36:20 LOG7[1]: Sent socket write shutdown
2017.07.31 18:36:20 LOG5[1]: Connection closed: 0 byte(s) sent to TLS, 0 byte(s) sent to socket
2017.07.31 18:36:20 LOG7[1]: Remote descriptor (FD=884) closed
2017.07.31 18:36:20 LOG7[1]: Local descriptor (FD=928) closed
2017.07.31 18:36:20 LOG7[1]: Service [FIX] finished (0 left)
2017.07.31 18:36:29 LOG7[main]: Found 1 ready file descriptor(s)
2017.07.31 18:36:29 LOG7[main]: FD=512 ifds=r-x ofds=---
2017.07.31 18:36:29 LOG7[main]: Service [FIX] accepted (FD=912) from 127.0.0.1:51781
2017.07.31 18:36:29 LOG7[main]: Creating a new thread
2017.07.31 18:36:29 LOG7[main]: New thread created
2017.07.31 18:36:29 LOG7[2]: Service [FIX] started
2017.07.31 18:36:29 LOG7[2]: Option TCP_NODELAY set on local socket
2017.07.31 18:36:29 LOG5[2]: Service [FIX] accepted connection from 127.0.0.1:51781
2017.07.31 18:36:29 LOG6[2]: s_connect: connecting 69.191.230.34:8228
2017.07.31 18:36:29 LOG7[2]: s_connect: s_poll_wait 69.191.230.34:8228: waiting 5 seconds
2017.07.31 18:36:29 LOG5[2]: s_connect: connected 69.191.230.34:8228
2017.07.31 18:36:29 LOG5[2]: Service [FIX] connected remote server from 192.168.50.45:51782
2017.07.31 18:36:29 LOG7[2]: Option TCP_NODELAY set on remote socket
2017.07.31 18:36:29 LOG7[2]: Remote descriptor (FD=936) initialized
2017.07.31 18:36:29 LOG6[2]: SNI: sending servername: 69.191.230.34
2017.07.31 18:36:29 LOG6[2]: Peer certificate not required
2017.07.31 18:36:29 LOG7[2]: TLS state (connect): before/connect initialization
2017.07.31 18:36:29 LOG7[2]: TLS state (connect): SSLv3 write client hello A
2017.07.31 18:36:30 LOG7[2]: TLS state (connect): SSLv3 read server hello A
2017.07.31 18:36:30 LOG6[2]: Certificate verification disabled
2017.07.31 18:36:30 LOG6[2]: Certificate verification disabled
2017.07.31 18:36:30 LOG7[2]: TLS state (connect): SSLv3 read server certificate A
2017.07.31 18:36:30 LOG6[2]: Client CA: C=US, ST=NEW YORK, L=NEW YORK, O=Bloomberg LP, OU=R&D, CN=System Security Root CA, [email protected]
2017.07.31 18:36:30 LOG7[2]: TLS state (connect): SSLv3 read server certificate request A
2017.07.31 18:36:30 LOG7[2]: TLS state (connect): SSLv3 read server done A
2017.07.31 18:36:30 LOG7[2]: TLS state (connect): SSLv3 write client certificate A
2017.07.31 18:36:30 LOG7[2]: TLS state (connect): SSLv3 write client key exchange A
2017.07.31 18:36:30 LOG7[2]: TLS state (connect): SSLv3 write certificate verify A
2017.07.31 18:36:30 LOG7[2]: TLS state (connect): SSLv3 write change cipher spec A
2017.07.31 18:36:30 LOG7[2]: TLS state (connect): SSLv3 write finished A
2017.07.31 18:36:30 LOG7[2]: TLS state (connect): SSLv3 flush data
2017.07.31 18:36:30 LOG7[2]: TLS state (connect): SSLv3 read finished A
2017.07.31 18:36:30 LOG7[2]:      3 client connect(s) requested
2017.07.31 18:36:30 LOG7[2]:      3 client connect(s) succeeded
2017.07.31 18:36:30 LOG7[2]:      0 client renegotiation(s) requested
2017.07.31 18:36:30 LOG7[2]:      0 session reuse(s)
2017.07.31 18:36:30 LOG6[2]: TLS connected: new session negotiated
2017.07.31 18:36:30 LOG7[2]: Deallocating application specific data for session connect address
2017.07.31 18:36:30 LOG6[2]: Negotiated TLSv1 ciphersuite AES256-SHA (256-bit encryption)
2017.07.31 18:36:30 LOG7[2]: Compression: null, expansion: null
2017.07.31 18:36:30 LOG6[2]: TLS socket closed (SSL_read)
2017.07.31 18:36:30 LOG7[2]: Sent socket write shutdown
2017.07.31 18:36:30 LOG5[2]: Connection closed: 0 byte(s) sent to TLS, 0 byte(s) sent to socket
2017.07.31 18:36:30 LOG7[2]: Remote descriptor (FD=936) closed
2017.07.31 18:36:30 LOG7[2]: Local descriptor (FD=912) closed
2017.07.31 18:36:30 LOG7[2]: Service [FIX] finished (0 left)
2017.07.31 18:36:50 LOG7[main]: Found 1 ready file descriptor(s)
2017.07.31 18:36:50 LOG7[main]: FD=512 ifds=r-x ofds=r--
2017.07.31 18:36:50 LOG7[main]: Dispatching signals from the signal pipe
2017.07.31 18:36:50 LOG7[main]: Processing SIGNAL_RELOAD_CONFIG
2017.07.31 18:36:50 LOG7[main]: Running on Windows 6.2
2017.07.31 18:36:50 LOG5[main]: Reading configuration from file stunnel.conf
2017.07.31 18:36:50 LOG5[main]: UTF-8 byte order mark not detected
2017.07.31 18:36:50 LOG5[main]: FIPS mode disabled
2017.07.31 18:36:50 LOG7[main]: Compression disabled
2017.07.31 18:36:50 LOG7[main]: Snagged 64 random bytes from C:/.rnd
2017.07.31 18:36:50 LOG7[main]: Wrote 1024 new random bytes to C:/.rnd
2017.07.31 18:36:50 LOG7[main]: PRNG seeded successfully
2017.07.31 18:36:50 LOG6[main]: Initializing service [FIX]
2017.07.31 18:36:50 LOG7[main]: Ciphers: HIGH:!DH:!aNULL:!SSLv2
2017.07.31 18:36:50 LOG7[main]: TLS options: 0x03000004 (+0x03000000, -0x00000000)
2017.07.31 18:36:50 LOG6[main]: Loading certificate from file: Talomoncert.pem
2017.07.31 18:36:50 LOG6[main]: Certificate loaded from file: Talomoncert.pem
2017.07.31 18:36:50 LOG6[main]: Loading private key from file: Talomonkey.pem
2017.07.31 18:36:50 LOG6[main]: Private key loaded from file: Talomonkey.pem
2017.07.31 18:36:50 LOG7[main]: Private key check succeeded
2017.07.31 18:36:50 LOG4[main]: Service [FIX] needs authentication to prevent MITM attacks
2017.07.31 18:36:50 LOG5[main]: Configuration successful
2017.07.31 18:36:50 LOG7[main]: Closing service [FIX]
2017.07.31 18:36:50 LOG7[main]: Service [FIX] closed (FD=516)
2017.07.31 18:36:50 LOG7[main]: Service [FIX] closed
2017.07.31 18:36:50 LOG7[main]: Listening file descriptor created (FD=516)
2017.07.31 18:36:50 LOG7[main]: Option SO_EXCLUSIVEADDRUSE set on accept socket
2017.07.31 18:36:50 LOG7[main]: Service [FIX] (FD=516) bound to 127.0.0.1:9260
2017.07.31 18:36:50 LOG7[main]: Signal pipe is empty
2017.07.31 18:36:53 LOG7[main]: Found 1 ready file descriptor(s)
2017.07.31 18:36:53 LOG7[main]: FD=512 ifds=r-x ofds=r--
2017.07.31 18:36:53 LOG7[main]: Dispatching signals from the signal pipe
2017.07.31 18:36:53 LOG7[main]: Processing SIGNAL_RELOAD_CONFIG
2017.07.31 18:36:53 LOG7[main]: Running on Windows 6.2
2017.07.31 18:36:53 LOG5[main]: Reading configuration from file stunnel.conf
2017.07.31 18:36:53 LOG5[main]: UTF-8 byte order mark not detected
2017.07.31 18:36:53 LOG5[main]: FIPS mode disabled
2017.07.31 18:36:53 LOG7[main]: Compression disabled
2017.07.31 18:36:53 LOG7[main]: Snagged 64 random bytes from C:/.rnd
2017.07.31 18:36:53 LOG7[main]: Wrote 1024 new random bytes to C:/.rnd
2017.07.31 18:36:53 LOG7[main]: PRNG seeded successfully
2017.07.31 18:36:53 LOG6[main]: Initializing service [FIX]
2017.07.31 18:36:53 LOG7[main]: Ciphers: HIGH:!DH:!aNULL:!SSLv2
2017.07.31 18:36:53 LOG7[main]: TLS options: 0x03000004 (+0x03000000, -0x00000000)
2017.07.31 18:36:53 LOG6[main]: Loading certificate from file: Talomoncert.pem
2017.07.31 18:36:53 LOG6[main]: Certificate loaded from file: Talomoncert.pem
2017.07.31 18:36:53 LOG6[main]: Loading private key from file: Talomonkey.pem
2017.07.31 18:36:53 LOG6[main]: Private key loaded from file: Talomonkey.pem
2017.07.31 18:36:53 LOG7[main]: Private key check succeeded
2017.07.31 18:36:53 LOG4[main]: Service [FIX] needs authentication to prevent MITM attacks
2017.07.31 18:36:53 LOG5[main]: Configuration successful
2017.07.31 18:36:53 LOG7[main]: Closing service [FIX]
2017.07.31 18:36:53 LOG7[main]: Service [FIX] closed (FD=516)
2017.07.31 18:36:53 LOG7[main]: Service [FIX] closed
2017.07.31 18:36:53 LOG7[main]: Listening file descriptor created (FD=920)
2017.07.31 18:36:53 LOG7[main]: Option SO_EXCLUSIVEADDRUSE set on accept socket
2017.07.31 18:36:53 LOG7[main]: Service [FIX] (FD=920) bound to 127.0.0.1:9260
2017.07.31 18:36:53 LOG7[main]: Signal pipe is empty
2017.07.31 18:36:58 LOG7[main]: Found 1 ready file descriptor(s)
2017.07.31 18:36:58 LOG7[main]: FD=512 ifds=r-x ofds=---
2017.07.31 18:36:58 LOG7[main]: Service [FIX] accepted (FD=520) from 127.0.0.1:51822
2017.07.31 18:36:58 LOG7[main]: Creating a new thread
2017.07.31 18:36:58 LOG7[main]: New thread created
2017.07.31 18:36:58 LOG7[3]: Service [FIX] started
2017.07.31 18:36:58 LOG7[3]: Option TCP_NODELAY set on local socket
2017.07.31 18:36:58 LOG5[3]: Service [FIX] accepted connection from 127.0.0.1:51822
2017.07.31 18:36:58 LOG6[3]: s_connect: connecting 69.191.230.34:8228
2017.07.31 18:36:58 LOG7[3]: s_connect: s_poll_wait 69.191.230.34:8228: waiting 5 seconds
2017.07.31 18:36:58 LOG5[3]: s_connect: connected 69.191.230.34:8228
2017.07.31 18:36:58 LOG5[3]: Service [FIX] connected remote server from 192.168.50.45:51823
2017.07.31 18:36:58 LOG7[3]: Option TCP_NODELAY set on remote socket
2017.07.31 18:36:58 LOG7[3]: Remote descriptor (FD=960) initialized
2017.07.31 18:36:58 LOG6[3]: SNI: sending servername: 69.191.230.34
2017.07.31 18:36:58 LOG6[3]: Peer certificate not required
2017.07.31 18:36:58 LOG7[3]: TLS state (connect): before/connect initialization
2017.07.31 18:36:58 LOG7[3]: TLS state (connect): SSLv3 write client hello A
2017.07.31 18:36:58 LOG7[3]: TLS state (connect): SSLv3 read server hello A
2017.07.31 18:36:58 LOG6[3]: Certificate verification disabled
2017.07.31 18:36:58 LOG6[3]: Certificate verification disabled
2017.07.31 18:36:58 LOG7[3]: TLS state (connect): SSLv3 read server certificate A
2017.07.31 18:36:58 LOG6[3]: Client CA: C=US, ST=NEW YORK, L=NEW YORK, O=Bloomberg LP, OU=R&D, CN=System Security Root CA, [email protected]
2017.07.31 18:36:58 LOG7[3]: TLS state (connect): SSLv3 read server certificate request A
2017.07.31 18:36:58 LOG7[3]: TLS state (connect): SSLv3 read server done A
2017.07.31 18:36:58 LOG7[3]: TLS state (connect): SSLv3 write client certificate A
2017.07.31 18:36:58 LOG7[3]: TLS state (connect): SSLv3 write client key exchange A
2017.07.31 18:36:58 LOG7[3]: TLS state (connect): SSLv3 write certificate verify A
2017.07.31 18:36:58 LOG7[3]: TLS state (connect): SSLv3 write change cipher spec A
2017.07.31 18:36:58 LOG7[3]: TLS state (connect): SSLv3 write finished A
2017.07.31 18:36:58 LOG7[3]: TLS state (connect): SSLv3 flush data
2017.07.31 18:36:58 LOG7[3]: TLS state (connect): SSLv3 read finished A
2017.07.31 18:36:58 LOG7[3]:      1 client connect(s) requested
2017.07.31 18:36:58 LOG7[3]:      1 client connect(s) succeeded
2017.07.31 18:36:58 LOG7[3]:      0 client renegotiation(s) requested
2017.07.31 18:36:58 LOG7[3]:      0 session reuse(s)
2017.07.31 18:36:58 LOG6[3]: TLS connected: new session negotiated
2017.07.31 18:36:58 LOG7[3]: Peer certificate was cached (4460 bytes)
2017.07.31 18:36:58 LOG6[3]: Negotiated TLSv1 ciphersuite AES256-SHA (256-bit encryption)
2017.07.31 18:36:58 LOG7[3]: Compression: null, expansion: null
2017.07.31 18:36:58 LOG6[3]: TLS socket closed (SSL_read)
2017.07.31 18:36:58 LOG7[3]: Sent socket write shutdown
2017.07.31 18:36:58 LOG5[3]: Connection closed: 0 byte(s) sent to TLS, 0 byte(s) sent to socket
2017.07.31 18:36:58 LOG7[3]: Remote descriptor (FD=960) closed
2017.07.31 18:36:58 LOG7[3]: Local descriptor (FD=520) closed
2017.07.31 18:36:58 LOG7[3]: Service [FIX] finished (0 left)
2017.07.31 18:37:38 LOG7[main]: Found 1 ready file descriptor(s)
2017.07.31 18:37:38 LOG7[main]: FD=512 ifds=r-x ofds=r--
2017.07.31 18:37:38 LOG7[main]: Dispatching signals from the signal pipe
2017.07.31 18:37:38 LOG7[main]: Processing SIGNAL_TERMINATE
2017.07.31 18:37:38 LOG5[main]: Terminated
2017.07.31 18:37:38 LOG7[main]: Closing service [FIX]
2017.07.31 18:37:38 LOG7[main]: Service [FIX] closed (FD=920)
2017.07.31 18:37:38 LOG7[main]: Service [FIX] closed
2017.07.31 18:37:38 LOG7[ui]: GUI message loop terminated
2017.07.31 18:37:39 LOG7[cron]: Cron thread initialized
2017.07.31 18:37:39 LOG7[main]: Running on Windows 6.2
2017.07.31 18:37:39 LOG7[main]: No limit detected for the number of clients
2017.07.31 18:37:39 LOG5[main]: stunnel 5.41 on x86-pc-msvc-1500 platform
2017.07.31 18:37:39 LOG5[main]: Compiled/running with OpenSSL 1.0.2k-fips  26 Jan 2017
2017.07.31 18:37:39 LOG5[main]: Threading:WIN32 Sockets:SELECT,IPv6 TLS:ENGINE,FIPS,OCSP,PSK,SNI
2017.07.31 18:37:39 LOG7[main]: errno: (*_errno())
2017.07.31 18:37:39 LOG7[ui]: GUI message loop initialized
2017.07.31 18:37:39 LOG7[main]: Running on Windows 6.2
2017.07.31 18:37:39 LOG5[main]: Reading configuration from file stunnel.conf
2017.07.31 18:37:39 LOG5[main]: UTF-8 byte order mark not detected
2017.07.31 18:37:39 LOG5[main]: FIPS mode disabled
2017.07.31 18:37:39 LOG7[main]: Compression disabled
2017.07.31 18:37:39 LOG7[main]: Snagged 64 random bytes from C:/.rnd
2017.07.31 18:37:39 LOG7[main]: Wrote 1024 new random bytes to C:/.rnd
2017.07.31 18:37:39 LOG7[main]: PRNG seeded successfully
2017.07.31 18:37:39 LOG6[main]: Initializing service [FIX]
2017.07.31 18:37:39 LOG7[main]: Ciphers: HIGH:!DH:!aNULL:!SSLv2
2017.07.31 18:37:39 LOG7[main]: TLS options: 0x03000004 (+0x03000000, -0x00000000)
2017.07.31 18:37:39 LOG6[main]: Loading certificate from file: Talomoncert.pem
2017.07.31 18:37:39 LOG6[main]: Certificate loaded from file: Talomoncert.pem
2017.07.31 18:37:39 LOG6[main]: Loading private key from file: Talomonkey.pem
2017.07.31 18:37:39 LOG6[main]: Private key loaded from file: Talomonkey.pem
2017.07.31 18:37:39 LOG7[main]: Private key check succeeded
2017.07.31 18:37:39 LOG4[main]: Service [FIX] needs authentication to prevent MITM attacks
2017.07.31 18:37:39 LOG5[main]: Configuration successful
2017.07.31 18:37:39 LOG7[main]: Listening file descriptor created (FD=504)
2017.07.31 18:37:39 LOG7[main]: Option SO_EXCLUSIVEADDRUSE set on accept socket
2017.07.31 18:37:39 LOG7[main]: Service [FIX] (FD=504) bound to 127.0.0.1:9260
2017.07.31 18:37:48 LOG7[main]: Found 1 ready file descriptor(s)
2017.07.31 18:37:48 LOG7[main]: FD=504 ifds=r-x ofds=r--
2017.07.31 18:37:48 LOG7[main]: Service [FIX] accepted (FD=556) from 127.0.0.1:51867
2017.07.31 18:37:48 LOG7[main]: Creating a new thread
2017.07.31 18:37:48 LOG7[main]: New thread created
2017.07.31 18:37:48 LOG7[0]: Service [FIX] started
2017.07.31 18:37:48 LOG7[0]: Option TCP_NODELAY set on local socket
2017.07.31 18:37:48 LOG5[0]: Service [FIX] accepted connection from 127.0.0.1:51867
2017.07.31 18:37:48 LOG6[0]: s_connect: connecting 69.191.230.34:8228
2017.07.31 18:37:48 LOG7[0]: s_connect: s_poll_wait 69.191.230.34:8228: waiting 5 seconds
2017.07.31 18:37:48 LOG5[0]: s_connect: connected 69.191.230.34:8228
2017.07.31 18:37:48 LOG5[0]: Service [FIX] connected remote server from 192.168.50.45:51868
2017.07.31 18:37:48 LOG7[0]: Option TCP_NODELAY set on remote socket
2017.07.31 18:37:48 LOG7[0]: Remote descriptor (FD=564) initialized
2017.07.31 18:37:48 LOG6[0]: SNI: sending servername: 69.191.230.34
2017.07.31 18:37:48 LOG6[0]: Peer certificate not required
2017.07.31 18:37:48 LOG7[0]: TLS state (connect): before/connect initialization
2017.07.31 18:37:48 LOG7[0]: TLS state (connect): SSLv3 write client hello A
2017.07.31 18:37:48 LOG7[0]: TLS state (connect): SSLv3 read server hello A
2017.07.31 18:37:48 LOG6[0]: Certificate verification disabled
2017.07.31 18:37:48 LOG6[0]: Certificate verification disabled
2017.07.31 18:37:48 LOG7[0]: TLS state (connect): SSLv3 read server certificate A
2017.07.31 18:37:48 LOG6[0]: Client CA: C=US, ST=NEW YORK, L=NEW YORK, O=Bloomberg LP, OU=R&D, CN=System Security Root CA, [email protected]
2017.07.31 18:37:48 LOG7[0]: TLS state (connect): SSLv3 read server certificate request A
2017.07.31 18:37:48 LOG7[0]: TLS state (connect): SSLv3 read server done A
2017.07.31 18:37:48 LOG7[0]: TLS state (connect): SSLv3 write client certificate A
2017.07.31 18:37:48 LOG7[0]: TLS state (connect): SSLv3 write client key exchange A
2017.07.31 18:37:48 LOG7[0]: TLS state (connect): SSLv3 write certificate verify A
2017.07.31 18:37:48 LOG7[0]: TLS state (connect): SSLv3 write change cipher spec A
2017.07.31 18:37:48 LOG7[0]: TLS state (connect): SSLv3 write finished A
2017.07.31 18:37:48 LOG7[0]: TLS state (connect): SSLv3 flush data
2017.07.31 18:37:49 LOG7[0]: TLS state (connect): SSLv3 read finished A
2017.07.31 18:37:49 LOG7[0]:      1 client connect(s) requested
2017.07.31 18:37:49 LOG7[0]:      1 client connect(s) succeeded
2017.07.31 18:37:49 LOG7[0]:      0 client renegotiation(s) requested
2017.07.31 18:37:49 LOG7[0]:      0 session reuse(s)
2017.07.31 18:37:49 LOG6[0]: TLS connected: new session negotiated
2017.07.31 18:37:49 LOG7[0]: Peer certificate was cached (4460 bytes)
2017.07.31 18:37:49 LOG6[0]: Negotiated TLSv1 ciphersuite AES256-SHA (256-bit encryption)
2017.07.31 18:37:49 LOG7[0]: Compression: null, expansion: null
2017.07.31 18:37:49 LOG6[0]: TLS socket closed (SSL_read)
2017.07.31 18:37:49 LOG7[0]: Sent socket write shutdown
2017.07.31 18:37:49 LOG5[0]: Connection closed: 0 byte(s) sent to TLS, 0 byte(s) sent to socket
2017.07.31 18:37:49 LOG7[0]: Remote descriptor (FD=564) closed
2017.07.31 18:37:49 LOG7[0]: Local descriptor (FD=556) closed
2017.07.31 18:37:49 LOG7[0]: Service [FIX] finished (0 left)
2017.07.31 18:38:39 LOG6[cron]: Executing cron jobs
2017.07.31 18:38:39 LOG6[cron]: Cron jobs completed in 0 seconds
2017.07.31 18:38:39 LOG7[cron]: Waiting 86400 seconds
2017.08.01 14:53:22 LOG7[main]: Found 1 ready file descriptor(s)
2017.08.01 14:53:22 LOG7[main]: FD=504 ifds=r-x ofds=---
2017.08.01 14:53:22 LOG7[main]: Dispatching signals from the signal pipe
2017.08.01 14:53:22 LOG7[main]: Processing SIGNAL_RELOAD_CONFIG
2017.08.01 14:53:22 LOG7[main]: Running on Windows 6.2
2017.08.01 14:53:22 LOG5[main]: Reading configuration from file stunnel.conf
2017.08.01 14:53:22 LOG5[main]: UTF-8 byte order mark not detected
2017.08.01 14:53:22 LOG5[main]: FIPS mode disabled
2017.08.01 14:53:22 LOG7[main]: Compression disabled
2017.08.01 14:53:22 LOG7[main]: Snagged 64 random bytes from C:/.rnd
2017.08.01 14:53:22 LOG7[main]: Wrote 1024 new random bytes to C:/.rnd
2017.08.01 14:53:22 LOG7[main]: PRNG seeded successfully
2017.08.01 14:53:22 LOG6[main]: Initializing service [FIX]
2017.08.01 14:53:22 LOG7[main]: Ciphers: HIGH:!DH:!aNULL:!SSLv2
2017.08.01 14:53:22 LOG7[main]: TLS options: 0x03000004 (+0x03000000, -0x00000000)
2017.08.01 14:53:22 LOG6[main]: Loading certificate from file: Talomoncert.pem
2017.08.01 14:53:22 LOG6[main]: Certificate loaded from file: Talomoncert.pem
2017.08.01 14:53:22 LOG6[main]: Loading private key from file: Talomonkey.pem
2017.08.01 14:53:22 LOG6[main]: Private key loaded from file: Talomonkey.pem
2017.08.01 14:53:22 LOG7[main]: Private key check succeeded
2017.08.01 14:53:22 LOG4[main]: Service [FIX] needs authentication to prevent MITM attacks
2017.08.01 14:53:22 LOG5[main]: Configuration successful
2017.08.01 14:53:22 LOG7[main]: Closing service [FIX]
2017.08.01 14:53:22 LOG7[main]: Service [FIX] closed (FD=504)
2017.08.01 14:53:22 LOG7[main]: Service [FIX] closed
2017.08.01 14:53:22 LOG7[main]: Listening file descriptor created (FD=916)
2017.08.01 14:53:22 LOG7[main]: Option SO_EXCLUSIVEADDRUSE set on accept socket
2017.08.01 14:53:22 LOG7[main]: Service [FIX] (FD=916) bound to 127.0.0.1:9260
2017.08.01 14:53:22 LOG7[main]: Signal pipe is empty
2017.08.01 14:53:51 LOG7[main]: Found 1 ready file descriptor(s)
2017.08.01 14:53:51 LOG7[main]: FD=512 ifds=r-x ofds=r--
2017.08.01 14:53:51 LOG7[main]: Dispatching signals from the signal pipe
2017.08.01 14:53:51 LOG7[main]: Processing SIGNAL_TERMINATE
2017.08.01 14:53:51 LOG5[main]: Terminated
2017.08.01 14:53:51 LOG7[main]: Closing service [FIX]
2017.08.01 14:53:51 LOG7[main]: Service [FIX] closed (FD=916)
2017.08.01 14:53:51 LOG7[main]: Service [FIX] closed
2017.08.01 14:53:51 LOG7[ui]: GUI message loop terminated
2017.08.01 14:53:56 LOG7[cron]: Cron thread initialized
2017.08.01 14:53:56 LOG7[main]: Running on Windows 6.2
2017.08.01 14:53:56 LOG7[main]: No limit detected for the number of clients
2017.08.01 14:53:56 LOG5[main]: stunnel 5.41 on x86-pc-msvc-1500 platform
2017.08.01 14:53:56 LOG5[main]: Compiled/running with OpenSSL 1.0.2k-fips  26 Jan 2017
2017.08.01 14:53:56 LOG5[main]: Threading:WIN32 Sockets:SELECT,IPv6 TLS:ENGINE,FIPS,OCSP,PSK,SNI
2017.08.01 14:53:56 LOG7[main]: errno: (*_errno())
2017.08.01 14:53:56 LOG7[ui]: GUI message loop initialized
2017.08.01 14:53:56 LOG7[main]: Running on Windows 6.2
2017.08.01 14:53:56 LOG5[main]: Reading configuration from file stunnel.conf
2017.08.01 14:53:56 LOG5[main]: UTF-8 byte order mark not detected
2017.08.01 14:53:56 LOG5[main]: FIPS mode disabled
2017.08.01 14:53:56 LOG7[main]: Compression disabled
2017.08.01 14:53:56 LOG7[main]: Snagged 64 random bytes from C:/.rnd
2017.08.01 14:53:56 LOG7[main]: Wrote 1024 new random bytes to C:/.rnd
2017.08.01 14:53:56 LOG7[main]: PRNG seeded successfully
2017.08.01 14:53:56 LOG6[main]: Initializing service [FIX]
2017.08.01 14:53:56 LOG7[main]: Ciphers: HIGH:!DH:!aNULL:!SSLv2
2017.08.01 14:53:56 LOG7[main]: TLS options: 0x03000004 (+0x03000000, -0x00000000)
2017.08.01 14:53:56 LOG6[main]: Loading certificate from file: Talomoncert.pem
2017.08.01 14:53:56 LOG6[main]: Certificate loaded from file: Talomoncert.pem
2017.08.01 14:53:56 LOG6[main]: Loading private key from file: Talomonkey.pem
2017.08.01 14:53:56 LOG6[main]: Private key loaded from file: Talomonkey.pem
2017.08.01 14:53:56 LOG7[main]: Private key check succeeded
2017.08.01 14:53:56 LOG4[main]: Service [FIX] needs authentication to prevent MITM attacks
2017.08.01 14:53:56 LOG5[main]: Configuration successful
2017.08.01 14:53:56 LOG7[main]: Listening file descriptor created (FD=504)
2017.08.01 14:53:56 LOG7[main]: Option SO_EXCLUSIVEADDRUSE set on accept socket
2017.08.01 14:53:56 LOG7[main]: Service [FIX] (FD=504) bound to 127.0.0.1:9260
2017.08.01 14:54:38 LOG7[main]: Found 1 ready file descriptor(s)
2017.08.01 14:54:38 LOG7[main]: FD=504 ifds=r-x ofds=r--
2017.08.01 14:54:38 LOG7[main]: Service [FIX] accepted (FD=556) from 127.0.0.1:49603
2017.08.01 14:54:38 LOG7[main]: Creating a new thread
2017.08.01 14:54:38 LOG7[main]: New thread created
2017.08.01 14:54:38 LOG7[0]: Service [FIX] started
2017.08.01 14:54:38 LOG7[0]: Option TCP_NODELAY set on local socket
2017.08.01 14:54:38 LOG5[0]: Service [FIX] accepted connection from 127.0.0.1:49603
2017.08.01 14:54:38 LOG6[0]: s_connect: connecting 69.191.230.34:8228
2017.08.01 14:54:38 LOG7[0]: s_connect: s_poll_wait 69.191.230.34:8228: waiting 5 seconds
2017.08.01 14:54:38 LOG5[0]: s_connect: connected 69.191.230.34:8228
2017.08.01 14:54:38 LOG5[0]: Service [FIX] connected remote server from 192.168.50.45:49604
2017.08.01 14:54:38 LOG7[0]: Option TCP_NODELAY set on remote socket
2017.08.01 14:54:38 LOG7[0]: Remote descriptor (FD=576) initialized
2017.08.01 14:54:38 LOG6[0]: SNI: sending servername: 69.191.230.34
2017.08.01 14:54:38 LOG6[0]: Peer certificate not required
2017.08.01 14:54:38 LOG7[0]: TLS state (connect): before/connect initialization
2017.08.01 14:54:38 LOG7[0]: TLS state (connect): SSLv3 write client hello A
2017.08.01 14:54:38 LOG7[0]: TLS state (connect): SSLv3 read server hello A
2017.08.01 14:54:38 LOG6[0]: Certificate verification disabled
2017.08.01 14:54:38 LOG6[0]: Certificate verification disabled
2017.08.01 14:54:38 LOG7[0]: TLS state (connect): SSLv3 read server certificate A
2017.08.01 14:54:38 LOG7[0]: TLS state (connect): SSLv3 read server key exchange A
2017.08.01 14:54:38 LOG6[0]: Client CA: C=US, ST=NEW YORK, L=NEW YORK, O=Bloomberg LP, OU=R&D, CN=System Security Root CA, [email protected]
2017.08.01 14:54:38 LOG7[0]: TLS state (connect): SSLv3 read server certificate request A
2017.08.01 14:54:38 LOG7[0]: TLS state (connect): SSLv3 read server done A
2017.08.01 14:54:38 LOG7[0]: TLS state (connect): SSLv3 write client certificate A
2017.08.01 14:54:38 LOG7[0]: TLS state (connect): SSLv3 write client key exchange A
2017.08.01 14:54:38 LOG7[0]: TLS state (connect): SSLv3 write certificate verify A
2017.08.01 14:54:38 LOG7[0]: TLS state (connect): SSLv3 write change cipher spec A
2017.08.01 14:54:38 LOG7[0]: TLS state (connect): SSLv3 write finished A
2017.08.01 14:54:38 LOG7[0]: TLS state (connect): SSLv3 flush data
2017.08.01 14:54:39 LOG7[0]: TLS state (connect): SSLv3 read finished A
2017.08.01 14:54:39 LOG7[0]:      1 client connect(s) requested
2017.08.01 14:54:39 LOG7[0]:      1 client connect(s) succeeded
2017.08.01 14:54:39 LOG7[0]:      0 client renegotiation(s) requested
2017.08.01 14:54:39 LOG7[0]:      0 session reuse(s)
2017.08.01 14:54:39 LOG6[0]: TLS connected: new session negotiated
2017.08.01 14:54:39 LOG7[0]: Peer certificate was cached (4460 bytes)
2017.08.01 14:54:39 LOG6[0]: Negotiated TLSv1.2 ciphersuite ECDHE-RSA-AES256-GCM-SHA384 (256-bit encryption)
2017.08.01 14:54:39 LOG7[0]: Compression: null, expansion: null
2017.08.01 14:54:42 LOG6[0]: Read socket closed (readsocket)
2017.08.01 14:54:42 LOG7[0]: Sending close_notify alert
2017.08.01 14:54:42 LOG7[0]: TLS alert (write): warning: close notify
2017.08.01 14:54:42 LOG6[0]: SSL_shutdown successfully sent close_notify alert
2017.08.01 14:54:42 LOG7[0]: TLS alert (read): warning: close notify
2017.08.01 14:54:42 LOG6[0]: TLS closed (SSL_read)
2017.08.01 14:54:42 LOG7[0]: Sent socket write shutdown
2017.08.01 14:54:42 LOG5[0]: Connection closed: 0 byte(s) sent to TLS, 0 byte(s) sent to socket
2017.08.01 14:54:42 LOG7[0]: Remote descriptor (FD=576) closed
2017.08.01 14:54:42 LOG7[0]: Local descriptor (FD=556) closed
2017.08.01 14:54:42 LOG7[0]: Service [FIX] finished (0 left)
2017.08.01 14:54:56 LOG6[cron]: Executing cron jobs
2017.08.01 14:54:56 LOG6[cron]: Cron jobs completed in 0 seconds
2017.08.01 14:54:56 LOG7[cron]: Waiting 86400 seconds
2017.08.01 16:00:11 LOG7[main]: Found 1 ready file descriptor(s)
2017.08.01 16:00:11 LOG7[main]: FD=504 ifds=r-x ofds=r--
2017.08.01 16:00:11 LOG7[main]: Service [FIX] accepted (FD=840) from 127.0.0.1:53366
2017.08.01 16:00:11 LOG7[main]: Creating a new thread
2017.08.01 16:00:11 LOG7[main]: New thread created
2017.08.01 16:00:11 LOG7[1]: Service [FIX] started
2017.08.01 16:00:11 LOG7[1]: Option TCP_NODELAY set on local socket
2017.08.01 16:00:11 LOG5[1]: Service [FIX] accepted connection from 127.0.0.1:53366
2017.08.01 16:00:11 LOG6[1]: s_connect: connecting 69.191.230.34:8228
2017.08.01 16:00:11 LOG7[1]: s_connect: s_poll_wait 69.191.230.34:8228: waiting 5 seconds
2017.08.01 16:00:11 LOG5[1]: s_connect: connected 69.191.230.34:8228
2017.08.01 16:00:11 LOG5[1]: Service [FIX] connected remote server from 192.168.50.45:53367
2017.08.01 16:00:11 LOG7[1]: Option TCP_NODELAY set on remote socket
2017.08.01 16:00:11 LOG7[1]: Remote descriptor (FD=904) initialized
2017.08.01 16:00:11 LOG6[1]: SNI: sending servername: 69.191.230.34
2017.08.01 16:00:11 LOG6[1]: Peer certificate not required
2017.08.01 16:00:11 LOG7[1]: TLS state (connect): before/connect initialization
2017.08.01 16:00:11 LOG7[1]: TLS state (connect): SSLv3 write client hello A
2017.08.01 16:00:12 LOG7[1]: TLS state (connect): SSLv3 read server hello A
2017.08.01 16:00:12 LOG6[1]: Certificate verification disabled
2017.08.01 16:00:12 LOG6[1]: Certificate verification disabled
2017.08.01 16:00:12 LOG7[1]: TLS state (connect): SSLv3 read server certificate A
2017.08.01 16:00:12 LOG7[1]: TLS state (connect): SSLv3 read server key exchange A
2017.08.01 16:00:12 LOG6[1]: Client CA: C=US, ST=NEW YORK, L=NEW YORK, O=Bloomberg LP, OU=R&D, CN=System Security Root CA, [email protected]
2017.08.01 16:00:12 LOG7[1]: TLS state (connect): SSLv3 read server certificate request A
2017.08.01 16:00:12 LOG7[1]: TLS state (connect): SSLv3 read server done A
2017.08.01 16:00:12 LOG7[1]: TLS state (connect): SSLv3 write client certificate A
2017.08.01 16:00:12 LOG7[1]: TLS state (connect): SSLv3 write client key exchange A
2017.08.01 16:00:12 LOG7[1]: TLS state (connect): SSLv3 write certificate verify A
2017.08.01 16:00:12 LOG7[1]: TLS state (connect): SSLv3 write change cipher spec A
2017.08.01 16:00:12 LOG7[1]: TLS state (connect): SSLv3 write finished A
2017.08.01 16:00:12 LOG7[1]: TLS state (connect): SSLv3 flush data
2017.08.01 16:00:12 LOG7[1]: TLS state (connect): SSLv3 read finished A
2017.08.01 16:00:12 LOG7[1]:      2 client connect(s) requested
2017.08.01 16:00:12 LOG7[1]:      2 client connect(s) succeeded
2017.08.01 16:00:12 LOG7[1]:      0 client renegotiation(s) requested
2017.08.01 16:00:12 LOG7[1]:      0 session reuse(s)
2017.08.01 16:00:12 LOG6[1]: TLS connected: new session negotiated
2017.08.01 16:00:12 LOG7[1]: Deallocating application specific data for session connect address
2017.08.01 16:00:12 LOG6[1]: Negotiated TLSv1.2 ciphersuite ECDHE-RSA-AES256-GCM-SHA384 (256-bit encryption)
2017.08.01 16:00:12 LOG7[1]: Compression: null, expansion: null
2017.08.01 16:01:12 LOG7[1]: TLS alert (read): warning: close notify
2017.08.01 16:01:12 LOG6[1]: TLS closed (SSL_read)
2017.08.01 16:01:12 LOG7[1]: Sent socket write shutdown
2017.08.01 16:01:12 LOG6[1]: Read socket closed (readsocket)
2017.08.01 16:01:12 LOG7[1]: Sending close_notify alert
2017.08.01 16:01:12 LOG7[1]: TLS alert (write): warning: close notify
2017.08.01 16:01:12 LOG6[1]: SSL_shutdown successfully sent close_notify alert
2017.08.01 16:01:12 LOG5[1]: Connection closed: 0 byte(s) sent to TLS, 0 byte(s) sent to socket
2017.08.01 16:01:12 LOG7[1]: Remote descriptor (FD=904) closed
2017.08.01 16:01:12 LOG7[1]: Local descriptor (FD=840) closed
2017.08.01 16:01:12 LOG7[1]: Service [FIX] finished (0 left)
2017.08.01 16:01:25 LOG7[main]: Found 1 ready file descriptor(s)
2017.08.01 16:01:25 LOG7[main]: FD=504 ifds=r-x ofds=r--
2017.08.01 16:01:25 LOG7[main]: Service [FIX] accepted (FD=852) from 127.0.0.1:53454
2017.08.01 16:01:25 LOG7[main]: Creating a new thread
2017.08.01 16:01:25 LOG7[main]: New thread created
2017.08.01 16:01:25 LOG7[2]: Service [FIX] started
2017.08.01 16:01:25 LOG7[2]: Option TCP_NODELAY set on local socket
2017.08.01 16:01:25 LOG5[2]: Service [FIX] accepted connection from 127.0.0.1:53454
2017.08.01 16:01:25 LOG6[2]: s_connect: connecting 69.191.230.34:8228
2017.08.01 16:01:25 LOG7[2]: s_connect: s_poll_wait 69.191.230.34:8228: waiting 5 seconds
2017.08.01 16:01:25 LOG5[2]: s_connect: connected 69.191.230.34:8228
2017.08.01 16:01:25 LOG5[2]: Service [FIX] connected remote server from 192.168.50.45:53455
2017.08.01 16:01:25 LOG7[2]: Option TCP_NODELAY set on remote socket
2017.08.01 16:01:25 LOG7[2]: Remote descriptor (FD=588) initialized
2017.08.01 16:01:25 LOG6[2]: SNI: sending servername: 69.191.230.34
2017.08.01 16:01:25 LOG6[2]: Peer certificate not required
2017.08.01 16:01:25 LOG7[2]: TLS state (connect): before/connect initialization
2017.08.01 16:01:25 LOG7[2]: TLS state (connect): SSLv3 write client hello A
2017.08.01 16:01:25 LOG7[2]: TLS state (connect): SSLv3 read server hello A
2017.08.01 16:01:25 LOG6[2]: Certificate verification disabled
2017.08.01 16:01:25 LOG6[2]: Certificate verification disabled
2017.08.01 16:01:25 LOG7[2]: TLS state (connect): SSLv3 read server certificate A
2017.08.01 16:01:25 LOG7[2]: TLS state (connect): SSLv3 read server key exchange A
2017.08.01 16:01:25 LOG6[2]: Client CA: C=US, ST=NEW YORK, L=NEW YORK, O=Bloomberg LP, OU=R&D, CN=System Security Root CA, [email protected]
2017.08.01 16:01:25 LOG7[2]: TLS state (connect): SSLv3 read server certificate request A
2017.08.01 16:01:25 LOG7[2]: TLS state (connect): SSLv3 read server done A
2017.08.01 16:01:25 LOG7[2]: TLS state (connect): SSLv3 write client certificate A
2017.08.01 16:01:25 LOG7[2]: TLS state (connect): SSLv3 write client key exchange A
2017.08.01 16:01:25 LOG7[2]: TLS state (connect): SSLv3 write certificate verify A
2017.08.01 16:01:25 LOG7[2]: TLS state (connect): SSLv3 write change cipher spec A
2017.08.01 16:01:25 LOG7[2]: TLS state (connect): SSLv3 write finished A
2017.08.01 16:01:25 LOG7[2]: TLS state (connect): SSLv3 flush data
2017.08.01 16:01:25 LOG7[2]: TLS state (connect): SSLv3 read finished A
2017.08.01 16:01:25 LOG7[2]:      3 client connect(s) requested
2017.08.01 16:01:25 LOG7[2]:      3 client connect(s) succeeded
2017.08.01 16:01:25 LOG7[2]:      0 client renegotiation(s) requested
2017.08.01 16:01:25 LOG7[2]:      0 session reuse(s)
2017.08.01 16:01:25 LOG6[2]: TLS connected: new session negotiated
2017.08.01 16:01:25 LOG7[2]: Deallocating application specific data for session connect address
2017.08.01 16:01:25 LOG6[2]: Negotiated TLSv1.2 ciphersuite ECDHE-RSA-AES256-GCM-SHA384 (256-bit encryption)
2017.08.01 16:01:25 LOG7[2]: Compression: null, expansion: null
2017.08.01 16:02:26 LOG7[2]: TLS alert (read): warning: close notify
2017.08.01 16:02:26 LOG6[2]: TLS closed (SSL_read)
2017.08.01 16:02:26 LOG7[2]: Sent socket write shutdown
2017.08.01 16:02:26 LOG6[2]: Read socket closed (readsocket)
2017.08.01 16:02:26 LOG7[2]: Sending close_notify alert
2017.08.01 16:02:26 LOG7[2]: TLS alert (write): warning: close notify
2017.08.01 16:02:26 LOG6[2]: SSL_shutdown successfully sent close_notify alert
2017.08.01 16:02:26 LOG5[2]: Connection closed: 0 byte(s) sent to TLS, 0 byte(s) sent to socket
2017.08.01 16:02:26 LOG7[2]: Remote descriptor (FD=588) closed
2017.08.01 16:02:26 LOG7[2]: Local descriptor (FD=852) closed
2017.08.01 16:02:26 LOG7[2]: Service [FIX] finished (0 left)
2017.08.01 16:11:48 LOG7[main]: Found 1 ready file descriptor(s)
2017.08.01 16:11:48 LOG7[main]: FD=504 ifds=r-x ofds=---
2017.08.01 16:11:48 LOG7[main]: Dispatching signals from the signal pipe
2017.08.01 16:11:48 LOG7[main]: Processing SIGNAL_TERMINATE
2017.08.01 16:11:48 LOG5[main]: Terminated
2017.08.01 16:11:48 LOG7[main]: Closing service [FIX]
2017.08.01 16:11:48 LOG7[main]: Service [FIX] closed (FD=504)
2017.08.01 16:11:48 LOG7[main]: Service [FIX] closed
2017.08.01 16:11:48 LOG7[ui]: GUI message loop terminated
2017.08.01 16:11:53 LOG7[cron]: Cron thread initialized
2017.08.01 16:11:53 LOG7[main]: Running on Windows 6.2
2017.08.01 16:11:53 LOG7[main]: No limit detected for the number of clients
2017.08.01 16:11:53 LOG5[main]: stunnel 5.41 on x86-pc-msvc-1500 platform
2017.08.01 16:11:53 LOG5[main]: Compiled/running with OpenSSL 1.0.2k-fips  26 Jan 2017
2017.08.01 16:11:53 LOG5[main]: Threading:WIN32 Sockets:SELECT,IPv6 TLS:ENGINE,FIPS,OCSP,PSK,SNI
2017.08.01 16:11:53 LOG7[main]: errno: (*_errno())
2017.08.01 16:11:53 LOG7[ui]: GUI message loop initialized
2017.08.01 16:11:53 LOG7[main]: Running on Windows 6.2
2017.08.01 16:11:53 LOG5[main]: Reading configuration from file stunnel.conf
2017.08.01 16:11:53 LOG5[main]: UTF-8 byte order mark not detected
2017.08.01 16:11:53 LOG5[main]: FIPS mode disabled
2017.08.01 16:11:53 LOG7[main]: Compression disabled
2017.08.01 16:11:53 LOG7[main]: Snagged 64 random bytes from C:/.rnd
2017.08.01 16:11:53 LOG7[main]: Wrote 1024 new random bytes to C:/.rnd
2017.08.01 16:11:53 LOG7[main]: PRNG seeded successfully
2017.08.01 16:11:54 LOG6[main]: Initializing service [FIX]
2017.08.01 16:11:54 LOG7[main]: Ciphers: HIGH:!DH:!aNULL:!SSLv2
2017.08.01 16:11:54 LOG7[main]: TLS options: 0x03000004 (+0x03000000, -0x00000000)
2017.08.01 16:11:54 LOG6[main]: Loading certificate from file: Talomoncert.pem
2017.08.01 16:11:54 LOG6[main]: Certificate loaded from file: Talomoncert.pem
2017.08.01 16:11:54 LOG6[main]: Loading private key from file: Talomonkey.pem
2017.08.01 16:11:54 LOG6[main]: Private key loaded from file: Talomonkey.pem
2017.08.01 16:11:54 LOG7[main]: Private key check succeeded
2017.08.01 16:11:54 LOG4[main]: Service [FIX] needs authentication to prevent MITM attacks
2017.08.01 16:11:54 LOG5[main]: Configuration successful
2017.08.01 16:11:54 LOG7[main]: Listening file descriptor created (FD=504)
2017.08.01 16:11:54 LOG7[main]: Option SO_EXCLUSIVEADDRUSE set on accept socket
2017.08.01 16:11:54 LOG7[main]: Service [FIX] (FD=504) bound to 127.0.0.1:9260
2017.08.01 16:12:54 LOG6[cron]: Executing cron jobs
2017.08.01 16:12:54 LOG6[cron]: Cron jobs completed in 0 seconds
2017.08.01 16:12:54 LOG7[cron]: Waiting 86400 seconds
2017.08.02 16:12:54 LOG6[cron]: Reopening log file
2017.08.02 16:12:54 LOG6[cron]: Executing cron jobs
2017.08.02 16:12:54 LOG6[cron]: Cron jobs completed in 0 seconds
2017.08.02 16:12:54 LOG7[main]: Found 1 ready file descriptor(s)
2017.08.02 16:12:54 LOG7[main]: FD=504 ifds=r-x ofds=---
2017.08.02 16:12:54 LOG7[cron]: Waiting 86400 seconds
2017.08.02 16:12:54 LOG7[main]: Dispatching signals from the signal pipe
2017.08.02 16:12:54 LOG7[main]: Processing SIGNAL_REOPEN_LOG
2017.08.02 16:12:54 LOG5[main]: Log file reopened
2017.08.02 16:12:54 LOG7[main]: Signal pipe is empty
2017.08.03 14:04:24 LOG7[main]: Found 1 ready file descriptor(s)
2017.08.03 14:04:24 LOG7[main]: FD=504 ifds=r-x ofds=r--
2017.08.03 14:04:24 LOG7[main]: Service [FIX] accepted (FD=736) from 127.0.0.1:63555
2017.08.03 14:04:24 LOG7[main]: Creating a new thread
2017.08.03 14:04:24 LOG7[main]: New thread created
2017.08.03 14:04:24 LOG7[0]: Service [FIX] started
2017.08.03 14:04:24 LOG7[0]: Option TCP_NODELAY set on local socket
2017.08.03 14:04:24 LOG5[0]: Service [FIX] accepted connection from 127.0.0.1:63555
2017.08.03 14:04:24 LOG6[0]: s_connect: connecting 69.191.230.34:8228
2017.08.03 14:04:24 LOG7[0]: s_connect: s_poll_wait 69.191.230.34:8228: waiting 5 seconds
2017.08.03 14:04:24 LOG5[0]: s_connect: connected 69.191.230.34:8228
2017.08.03 14:04:24 LOG5[0]: Service [FIX] connected remote server from 192.168.50.45:63556
2017.08.03 14:04:24 LOG7[0]: Option TCP_NODELAY set on remote socket
2017.08.03 14:04:24 LOG7[0]: Remote descriptor (FD=924) initialized
2017.08.03 14:04:24 LOG6[0]: SNI: sending servername: 69.191.230.34
2017.08.03 14:04:24 LOG6[0]: Peer certificate not required
2017.08.03 14:04:24 LOG7[0]: TLS state (connect): before/connect initialization
2017.08.03 14:04:24 LOG7[0]: TLS state (connect): SSLv3 write client hello A
2017.08.03 14:04:25 LOG7[0]: TLS state (connect): SSLv3 read server hello A
2017.08.03 14:04:25 LOG6[0]: Certificate verification disabled
2017.08.03 14:04:25 LOG6[0]: Certificate verification disabled
2017.08.03 14:04:25 LOG7[0]: TLS state (connect): SSLv3 read server certificate A
2017.08.03 14:04:25 LOG7[0]: TLS state (connect): SSLv3 read server key exchange A
2017.08.03 14:04:25 LOG6[0]: Client CA: C=US, ST=NEW YORK, L=NEW YORK, O=Bloomberg LP, OU=R&D, CN=System Security Root CA, [email protected]
2017.08.03 14:04:25 LOG7[0]: TLS state (connect): SSLv3 read server certificate request A
2017.08.03 14:04:25 LOG7[0]: TLS state (connect): SSLv3 read server done A
2017.08.03 14:04:25 LOG7[0]: TLS state (connect): SSLv3 write client certificate A
2017.08.03 14:04:25 LOG7[0]: TLS state (connect): SSLv3 write client key exchange A
2017.08.03 14:04:25 LOG7[0]: TLS state (connect): SSLv3 write certificate verify A
2017.08.03 14:04:25 LOG7[0]: TLS state (connect): SSLv3 write change cipher spec A
2017.08.03 14:04:25 LOG7[0]: TLS state (connect): SSLv3 write finished A
2017.08.03 14:04:25 LOG7[0]: TLS state (connect): SSLv3 flush data
2017.08.03 14:04:25 LOG7[0]: TLS state (connect): SSLv3 read finished A
2017.08.03 14:04:25 LOG7[0]:      1 client connect(s) requested
2017.08.03 14:04:25 LOG7[0]:      1 client connect(s) succeeded
2017.08.03 14:04:25 LOG7[0]:      0 client renegotiation(s) requested
2017.08.03 14:04:25 LOG7[0]:      0 session reuse(s)
2017.08.03 14:04:25 LOG6[0]: TLS connected: new session negotiated
2017.08.03 14:04:25 LOG7[0]: Peer certificate was cached (4460 bytes)
2017.08.03 14:04:25 LOG6[0]: Negotiated TLSv1.2 ciphersuite ECDHE-RSA-AES256-GCM-SHA384 (256-bit encryption)
2017.08.03 14:04:25 LOG7[0]: Compression: null, expansion: null
2017.08.03 14:04:29 LOG6[0]: Read socket closed (readsocket)
2017.08.03 14:04:29 LOG7[0]: Sending close_notify alert
2017.08.03 14:04:29 LOG7[0]: TLS alert (write): warning: close notify
2017.08.03 14:04:29 LOG6[0]: SSL_shutdown successfully sent close_notify alert
2017.08.03 14:04:29 LOG7[0]: TLS alert (read): warning: close notify
2017.08.03 14:04:29 LOG6[0]: TLS closed (SSL_read)
2017.08.03 14:04:29 LOG7[0]: Sent socket write shutdown
2017.08.03 14:04:29 LOG5[0]: Connection closed: 0 byte(s) sent to TLS, 0 byte(s) sent to socket
2017.08.03 14:04:29 LOG7[0]: Remote descriptor (FD=924) closed
2017.08.03 14:04:29 LOG7[0]: Local descriptor (FD=736) closed
2017.08.03 14:04:29 LOG7[0]: Service [FIX] finished (0 left)
2017.08.03 16:12:54 LOG6[cron]: Reopening log file
2017.08.03 16:12:54 LOG6[cron]: Executing cron jobs
2017.08.03 16:12:54 LOG6[cron]: Cron jobs completed in 0 seconds
2017.08.03 16:12:54 LOG7[main]: Found 1 ready file descriptor(s)
2017.08.03 16:12:54 LOG7[main]: FD=504 ifds=r-x ofds=---
2017.08.03 16:12:54 LOG7[cron]: Waiting 86400 seconds
2017.08.03 16:12:54 LOG7[main]: Dispatching signals from the signal pipe
2017.08.03 16:12:54 LOG7[main]: Processing SIGNAL_REOPEN_LOG
2017.08.03 16:12:54 LOG5[main]: Log file reopened
2017.08.03 16:12:54 LOG7[main]: Signal pipe is empty
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.