< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate-users] Resiprocate TLS help


I'm running version 1.1. Please find the full log attached.
Thanks!

>-----Ursprungligt meddelande-----
>Från: Byron Campen [mailto:bcampen@xxxxxxxxxxxx]
>Skickat: den 23 november 2007 06:32
>Till: Krister Jarl
>Kopia: Boris Rozinov; resiprocate-users@xxxxxxxxxxxxxxx
>Ämne: Re: [reSIProcate-users] Resiprocate TLS help
>
>       This is very strange behavior. What revision are you running?
>Also,
>full logs would help us debug.
>
>Best regards,
>Byron Campen
>
>
>> Ok, I see. Then what am I doing wrong?
>> I'm just using one of the makeResponse functions to create the
>> response and then passing it to the stack send function.
>>
>> /KJ
>>
>>> -----Ursprungligt meddelande-----
>>> Från: Boris Rozinov [mailto:borisrozinov@xxxxxxxx]
>>> Skickat: den 22 november 2007 16:02
>>> Till: Krister Jarl; resiprocate-users@xxxxxxxxxxxxxxx
>>> Ämne: Re: [reSIProcate-users] Resiprocate TLS help
>>>
>>> It is not OK to try to open new conection for sending
>>> response; UA should reuse the same connection that the
>>> request was received on. Only if this connection is
>>> down, UA should open new connection based on value
>>> retrieved in Via header.
>>>
>>> --- Krister Jarl <kj@xxxxxxxxxxx> wrote:
>>>
>>>> Hi!
>>>>
>>>>
>>>>
>>>> I'm using the resiprocate stack to implement TLS
>>>> support for our
>>>> application, but I've encountered some problems.
>>>>
>>>>
>>>>
>>>> I've set up the security object and passed it to the
>>>> stack. Receiving an
>>>> INVITE works perfectly but when I'm trying to send a
>>>> 100 Trying response
>>>> I get the following:
>>>>
>>>> connection id 4 exists, but does not match the
>>>> destination. ("Cid" and
>>>> "Tuple" does not match. From what I can see the only
>>>> thing that differs
>>>> is the remote port.)
>>>>
>>>>
>>>>
>>>> So resiprocate then tries to set up a new connection
>>>> (I guess this is
>>>> OK?). However, during the handshake there's a
>>>> certificate mismatch.
>>>>
>>>> "Certificate name mismatch: trying to connect to <>
>>>> remote cert
>>>> domain(s) are <X.X.X.X>"
>>>>
>>>>
>>>>
>>>> The remote cert domain is correct but why is target
>>>> domain empty?
>>>> Checking the log file I can see that the target
>>>> domain is 'unspecified'.
>>>>
>>>> I'm betting that I've overlooked something simple.
>>>> All help is much
>>>> appreciated!
>>>>
>>>>
>>>>
>>>> Also, when sending requests, can I think of the
>>>> TlsTransport as an
>>>> "encrypted pipe" just throwing my requests into it
>>>> or do I have to take
>>>> some special actions before sending?
>>>>
>>>>
>>>>
>>>> Cheers,
>>>>
>>>> KJ
>>>>
>>>>> _______________________________________________
>>>> resiprocate-users mailing list
>>>> resiprocate-users@xxxxxxxxxxxxxxx
>>>> List Archive:
>>> http://resiprocate.org/archive/resiprocate-users/
>>>
>>>
>>>
>>>      Looking for the perfect gift? Give the gift of Flickr!
>>>
>>> http://www.flickr.com/gift/
>>>
>>
>> _______________________________________________
>> resiprocate-users mailing list
>> resiprocate-users@xxxxxxxxxxxxxxx
>> List Archive: http://resiprocate.org/archive/resiprocate-users/

Nov 23 08:13:32 test : DEBUG | 20071123-081332.134 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | TcpBaseTransport.cxx:110 | Received TCP 
connection from: [ V4 192.168.0.7:36851 TLS target domain=unspecified received 
on: Transport: [ V4 192.168.0.10:5091 TLS target domain=unspecified 
connectionId=0 ] on 192.168.0.10 connectionId=0 ] as fd=16
Nov 23 08:13:32 test : DEBUG | 20071123-081332.134 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | ConnectionBase.cxx:66 | 
ConnectionBase::ConnectionBase, who: [ V4 192.168.0.7:36851 TLS target 
domain=unspecified received on: Transport: [ V4 192.168.0.10:5091 TLS target 
domain=unspecified connectionId=0 ] on 192.168.0.10 connectionId=0 ] 0x85325a0
Nov 23 08:13:32 test : DEBUG | 20071123-081332.134 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | ConnectionBase.cxx:79 | No compression library 
available: 0x85325a0
Nov 23 08:13:32 test : INFO | 20071123-081332.134 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | TlsConnection.cxx:39 | Creating TLS connection 
for domain 192.68.0.10 [ V4 192.168.0.7:36851 TLS target domain=unspecified 
received on: Transport: [ V4 192.168.0.10:5091 TLS target domain=unspecified 
connectionId=0 ] on 192.168.0.10 connectionId=0 ] on 16
Nov 23 08:13:32 test : DEBUG | 20071123-081332.134 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | TlsConnection.cxx:46 | Trying to form TLS 
connection - acting as server
Nov 23 08:13:32 test : DEBUG | 20071123-081332.135 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | TcpBaseTransport.cxx:143 | 
TcpBaseTransport::processSomeReads() CONN: 0x85325a0 16 [ V4 192.168.0.7:36851 
TLS target domain=unspecified received on: Transport: [ V4 192.168.0.10:5091 
TLS target domain=unspecified connectionId=0 ] on 192.168.0.10 connectionId=4 ]
Nov 23 08:13:32 test : DEBUG | 20071123-081332.135 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | ConnectionBase.cxx:472 | Creating buffer for 
CONN_BASE: 0x85325a0 [ V4 192.168.0.7:36851 TLS target domain=unspecified 
received on: Transport: [ V4 192.168.0.10:5091 TLS target domain=unspecified 
connectionId=0 ] on 192.168.0.10 connectionId=4 ]
Nov 23 08:13:32 test : DEBUG | 20071123-081332.136 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | TcpBaseTransport.cxx:147 | 
TcpBaseTransport::processSomeReads()  read=0
Nov 23 08:13:32 test : DEBUG | 20071123-081332.166 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | TcpBaseTransport.cxx:143 | 
TcpBaseTransport::processSomeReads() CONN: 0x85325a0 16 [ V4 192.168.0.7:36851 
TLS target domain=unspecified received on: Transport: [ V4 192.168.0.10:5091 
TLS target domain=unspecified connectionId=0 ] on 192.168.0.10 connectionId=4 ]
Nov 23 08:13:32 test : DEBUG | 20071123-081332.166 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | ConnectionBase.cxx:472 | Creating buffer for 
CONN_BASE: 0x85325a0 [ V4 192.168.0.7:36851 TLS target domain=unspecified 
received on: Transport: [ V4 192.168.0.10:5091 TLS target domain=unspecified 
connectionId=0 ] on 192.168.0.10 connectionId=4 ]
Nov 23 08:13:32 test : INFO | 20071123-081332.192 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | TlsConnection.cxx:248 | TLS connected
Nov 23 08:13:32 test : INFO | 20071123-081332.192 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | TlsConnection.cxx:252 | TLS handshake starting
Nov 23 08:13:32 test : INFO | 20071123-081332.192 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | TlsConnection.cxx:569 | TLS sessions set up 
with TLSv1 TLSv1/SSLv3 AES256-SHA
Nov 23 08:13:32 test : DEBUG | 20071123-081332.192 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | TlsConnection.cxx:609 | got x509 string 
type=19 len=12 data=192.168.0.10
Nov 23 08:13:32 test : DEBUG | 20071123-081332.193 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | TlsConnection.cxx:612 | Found common name in 
cert of 192.168.0.10
Nov 23 08:13:32 test : INFO | 20071123-081332.193 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | TlsConnection.cxx:308 | TLS handshake done for 
peer 192.168.0.10
Nov 23 08:13:32 test : DEBUG | 20071123-081332.193 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | TcpBaseTransport.cxx:147 | 
TcpBaseTransport::processSomeReads()  read=0
Nov 23 08:13:32 test : DEBUG | 20071123-081332.307 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | TcpBaseTransport.cxx:143 | 
TcpBaseTransport::processSomeReads() CONN: 0x85325a0 16 [ V4 192.168.0.7:36851 
TLS target domain=unspecified received on: Transport: [ V4 192.168.0.10:5091 
TLS target domain=unspecified connectionId=0 ] on 192.168.0.10 connectionId=4 ]
Nov 23 08:13:32 test : DEBUG | 20071123-081332.307 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | ConnectionBase.cxx:472 | Creating buffer for 
CONN_BASE: 0x85325a0 [ V4 192.168.0.7:36851 TLS target domain=unspecified 
received on: Transport: [ V4 192.168.0.10:5091 TLS target domain=unspecified 
connectionId=0 ] on 192.168.0.10 connectionId=4 ]
Nov 23 08:13:32 test : DEBUG | 20071123-081332.308 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | ConnectionBase.cxx:118 | In State: NewMessage
Nov 23 08:13:32 test : DEBUG | 20071123-081332.308 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | ConnectionBase.cxx:146 | 
ConnectionBase::process setting source [ V4 192.168.0.7:36851 TLS target 
domain=unspecified received on: Transport: [ V4 192.168.0.10:5091 TLS target 
domain=unspecified connectionId=0 ] on 192.168.0.10 connectionId=4 ]
Nov 23 08:13:32 test : DEBUG | 20071123-081332.308 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | Transport.cxx:287 | incoming from: [ V4 
192.168.0.7:36851 TLS target domain=unspecified received on: Transport: [ V4 
192.168.0.10:5091 TLS target domain=unspecified connectionId=0 ] on 
192.168.0.10 connectionId=4 ]
Nov 23 08:13:32 test : DEBUG | 20071123-081332.308 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | ConnectionBase.cxx:258 | ##Connection: 
CONN_BASE: 0x85325a0 [ V4 192.168.0.7:36851 TLS target domain=unspecified 
received on: Transport: [ V4 192.168.0.10:5091 TLS target domain=unspecified 
connectionId=0 ] on 192.168.0.10 connectionId=4 ] received: INVITE 
sip:user@xxxxxxxxxxxx SIP/2.0  Via: SIP/2.0/TLS 
192.168.0.7:5061;branch=z9hG4bK-29112-1-0  Max-Forwards: 70  Contact: 
sip:sipp@xxxxxxxxxxx:5061  To: sut <sip:user@xxxxxxxxxxxx>  From: sipp 
<sip:sipp@xxxxxxxxxxx>;tag=29112SIPpTag001  Call-ID: 1-29112@xxxxxxxxxxx  CSeq: 
1 INVITE  Subject: Test  Content-Type: application/sdp  Content-Length: 133  
X-Peer-Address: 192.168.0.7    v=0  o=user1 53655765 2353687637 IN IP4 
192.168.0.7  s=-  c=IN IP4 192.168.0.7  t=0 0  m=audio 6000 RTP/AVP 0  
a=rtpmap:0 PCMU/8000
Nov 23 08:13:32 test : DEBUG | 20071123-081332.308 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | TcpBaseTransport.cxx:147 | 
TcpBaseTransport::processSomeReads()  read=547
Nov 23 08:13:32 test : DEBUG | 20071123-081332.309 | test.net | RESIP | RESIP | 
5376 | 32771 | Helper.cxx:372 | Helper::makeResponse(SipReq:  INVITE 
user@xxxxxxxxxxxx tid=-29112-1-0 cseq=INVITE contact=sipp@xxxxxxxxxxx:5061 / 1 
from(wire) tlsd=192.168.0.10 code=100 reason=
Nov 23 08:13:32 test : DEBUG | 20071123-081332.309 | test.net | RESIP | 
RESIP:TRANSACTION | 5376 | 32771 | TimerQueue.cxx:85 | Adding timer: Timer 
Trying tid=-29112-1-0 ms=80
Nov 23 08:13:32 test : DEBUG | 20071123-081332.309 | test.net | RESIP | 
RESIP:TRANSACTION | 5376 | 32771 | TransactionState.cxx:1852 | Send to default 
TU:   INVITE sip:user@xxxxxxxxxxxx SIP/2.0  Via: SIP/2.0/TLS 
192.168.0.7:5061;branch=z9hG4bK-29112-1-0  Max-Forwards: 70  Contact: 
<sip:sipp@xxxxxxxxxxx:5061>  To: sut <sip:user@xxxxxxxxxxxx>  From: sipp 
<sip:sipp@xxxxxxxxxxx>;tag=29112SIPpTag001  Call-ID: 1-29112@xxxxxxxxxxx  CSeq: 
1 INVITE  Subject: Test  Content-Type: application/sdp  Content-Length: 133  
X-Peer-Address: 192.168.0.7    v=0  o=user1 53655765 2353687637 IN IP4 
192.168.0.7  s=-  c=IN IP4 192.168.0.7  t=0 0  m=audio 6000 RTP/AVP 0  
a=rtpmap:0 PCMU/8000
Nov 23 08:13:32 test : DEBUG | 20071123-081332.309 | test.net | RESIP | RESIP | 
5376 | 32771 | SipStack.cxx:463 | RECV: SipReq:  INVITE user@xxxxxxxxxxxx 
tid=-29112-1-0 cseq=INVITE contact=sipp@xxxxxxxxxxx:5061 / 1 from(wire) 
tlsd=192.168.0.10
Nov 23 08:13:32 test : DEBUG | 20071123-081332.310 | test.net | RESIP | RESIP | 
5376 | 16384 | SipMessage.cxx:963 | SipMessage::getContents: application/sdp
Nov 23 08:13:32 test : DEBUG | 20071123-081332.311 | test.net | RESIP | RESIP | 
5376 | 16384 | Helper.cxx:372 | Helper::makeResponse(SipReq:  INVITE 
user@xxxxxxxxxxxx tid=-29112-1-0 cseq=INVITE contact=sipp@xxxxxxxxxxx:5061 / 1 
from(wire) tlsd=192.168.0.10 code=100 reason=
Nov 23 08:13:32 test : DEBUG | 20071123-081332.311 | test.net | RESIP | RESIP | 
5376 | 16384 | SipStack.cxx:290 | SEND: SipResp: 100 tid=-29112-1-0 cseq=INVITE 
/ 1 from(tu)
Nov 23 08:13:32 test : DEBUG | 20071123-081332.332 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | TransportSelector.cxx:882 | Transmitting to [ 
V4 192.168.0.7:5061 TLS target domain=unspecified received on: Transport: [ V4 
192.168.0.10:5091 TLS target domain=unspecified connectionId=0 ] on 
192.168.0.10 connectionId=4 ] tlsDomain= via [ V4 192.168.0.10:5091 TLS target 
domain=unspecified connectionId=0 ]  SIP/2.0 100 Trying  Via: SIP/2.0/TLS 
192.168.0.7:5061;branch=z9hG4bK-29112-1-0  To: "sut"<sip:user@xxxxxxxxxxxx>  
From: "sipp"<sip:sipp@xxxxxxxxxxx>;tag=29112SIPpTag001  Call-ID: 
1-29112@xxxxxxxxxxx  CSeq: 1 INVITE  Content-Length: 0
Nov 23 08:13:32 test : DEBUG | 20071123-081332.332 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | Transport.cxx:213 | Adding message to tx 
buffer to: [ V4 192.168.0.7:5061 TLS target domain=unspecified received on: 
Transport: [ V4 192.168.0.10:5091 TLS target domain=unspecified connectionId=0 
] on 192.168.0.10 connectionId=4 ]
Nov 23 08:13:32 test : DEBUG | 20071123-081332.333 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | TcpBaseTransport.cxx:172 | Processing write 
for [ V4 192.168.0.7:5061 TLS target domain=unspecified received on: Transport: 
[ V4 192.168.0.10:5091 TLS target domain=unspecified connectionId=0 ] on 
192.168.0.10 connectionId=4 ]
Nov 23 08:13:32 test : DEBUG | 20071123-081332.333 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | ConnectionManager.cxx:59 | connection id 4 
exists, but does not match the destination. Cid -> [ V4 192.168.0.7:36851 TLS 
target domain=unspecified received on: Transport: [ V4 192.168.0.10:5091 TLS 
target domain=unspecified connectionId=0 ] on 192.168.0.10 connectionId=4 ], 
tuple -> [ V4 192.168.0.7:5061 TLS target domain=unspecified received on: 
Transport: [ V4 192.168.0.10:5091 TLS target domain=unspecified connectionId=0 
] on 192.168.0.10 connectionId=4 ]
Nov 23 08:13:32 test : DEBUG | 20071123-081332.333 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | ConnectionManager.cxx:76 | Could not find a 
connection for [ V4 192.168.0.7:5061 TLS target domain=unspecified received on: 
Transport: [ V4 192.168.0.10:5091 TLS target domain=unspecified connectionId=0 
] on 192.168.0.10 connectionId=4 ]
Nov 23 08:13:32 test : DEBUG | 20071123-081332.333 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | InternalTransport.cxx:86 | Creating fd=17 
V4/TCP
Nov 23 08:13:32 test : DEBUG | 20071123-081332.333 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | TcpBaseTransport.cxx:212 | Opening new 
connection to [ V4 192.168.0.7:5061 TLS target domain=unspecified received on: 
Transport: [ V4 192.168.0.10:5091 TLS target domain=unspecified connectionId=0 
] on 192.168.0.10 connectionId=4 ]
Nov 23 08:13:32 test : DEBUG | 20071123-081332.333 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | ConnectionBase.cxx:66 | 
ConnectionBase::ConnectionBase, who: [ V4 192.168.0.7:5061 TLS target 
domain=unspecified received on: Transport: [ V4 192.168.0.10:5091 TLS target 
domain=unspecified connectionId=0 ] on 192.168.0.10 connectionId=4 ] 0x852ac08
Nov 23 08:13:32 test : DEBUG | 20071123-081332.334 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | ConnectionBase.cxx:79 | No compression library 
available: 0x852ac08
Nov 23 08:13:32 test : INFO | 20071123-081332.334 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | TlsConnection.cxx:39 | Creating TLS connection 
for domain 192.168.0.10 [ V4 192.168.0.7:5061 TLS target domain=unspecified 
received on: Transport: [ V4 192.168.0.10:5091 TLS target domain=unspecified 
connectionId=0 ] on 192.168.0.10 connectionId=4 ] on 17
Nov 23 08:13:32 test : DEBUG | 20071123-081332.334 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | TlsConnection.cxx:56 | Trying to form TLS 
connection - acting as client
Nov 23 08:13:32 test : DEBUG | 20071123-081332.335 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | TcpBaseTransport.cxx:143 | 
TcpBaseTransport::processSomeReads() CONN: 0x852ac08 17 [ V4 192.168.0.7:5061 
TLS target domain=unspecified received on: Transport: [ V4 192.168.0.10:5091 
TLS target domain=unspecified connectionId=0 ] on 192.168.0.10 connectionId=5 ]
Nov 23 08:13:32 test : DEBUG | 20071123-081332.335 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | ConnectionBase.cxx:472 | Creating buffer for 
CONN_BASE: 0x852ac08 [ V4 192.168.0.7:5061 TLS target domain=unspecified 
received on: Transport: [ V4 192.168.0.10:5091 TLS target domain=unspecified 
connectionId=0 ] on 192.168.0.10 connectionId=5 ]
Nov 23 08:13:32 test : DEBUG | 20071123-081332.338 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | TcpBaseTransport.cxx:147 | 
TcpBaseTransport::processSomeReads()  read=0
Nov 23 08:13:32 test : DEBUG | 20071123-081332.366 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | TcpBaseTransport.cxx:143 | 
TcpBaseTransport::processSomeReads() CONN: 0x852ac08 17 [ V4 192.168.0.7:5061 
TLS target domain=unspecified received on: Transport: [ V4 192.168.0.10:5091 
TLS target domain=unspecified connectionId=0 ] on 192.168.0.10 connectionId=5 ]
Nov 23 08:13:32 test : DEBUG | 20071123-081332.366 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | ConnectionBase.cxx:472 | Creating buffer for 
CONN_BASE: 0x852ac08 [ V4 192.168.0.7:5061 TLS target domain=unspecified 
received on: Transport: [ V4 192.168.0.10:5091 TLS target domain=unspecified 
connectionId=0 ] on 192.168.0.10 connectionId=5 ]
Nov 23 08:13:32 test : INFO | 20071123-081332.367 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | TlsConnection.cxx:248 | TLS connected
Nov 23 08:13:32 test : INFO | 20071123-081332.367 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | TlsConnection.cxx:252 | TLS handshake starting
Nov 23 08:13:32 test : INFO | 20071123-081332.367 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | TlsConnection.cxx:569 | TLS sessions set up 
with TLSv1 TLSv1/SSLv3 AES256-SHA
Nov 23 08:13:32 test : DEBUG | 20071123-081332.367 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | TlsConnection.cxx:609 | got x509 string 
type=19 len=12 data=192.168.0.10
Nov 23 08:13:32 test : DEBUG | 20071123-081332.367 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | TlsConnection.cxx:612 | Found common name in 
cert of 192.168.0.10
Nov 23 08:13:32 test : ERR | 20071123-081332.367 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | TlsConnection.cxx:302 | Certificate name 
mismatch: trying to connect to <> remote cert domain(s) are <192.168.0.10>
Nov 23 08:13:32 test : DEBUG | 20071123-081332.367 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | TcpBaseTransport.cxx:147 | 
TcpBaseTransport::processSomeReads()  read=-1
Nov 23 08:13:32 test : DEBUG | 20071123-081332.368 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | TcpBaseTransport.cxx:150 | Closing connection 
bytesRead=-1
Nov 23 08:13:32 test : DEBUG | 20071123-081332.368 | test.net | RESIP | 
RESIP:TRANSPORT | 5376 | 32771 | ConnectionBase.cxx:99 | 
ConnectionBase::~ConnectionBase 0x852ac08
Nov 23 08:13:32 test : INFO | 20071123-081332.368 | test.net | RESIP | 
RESIP:TRANSACTION | 5376 | 32771 | TuSelector.cxx:85 | Sending 
ConnectionTerminated 5 to TUs