Hello, I'm testing OverbyteICSHttpstst GET that is failing when passed through Squid Proxy 2.7. The request is successful when used without the proxy. The request is successful using Firefox or IE using the Proxy.
Following is the log generated by the failed request in OverbyteICSHttpstst. If you notice something that might help me understand why this is failing please let me know. The request seems to be handled by the proxy (at least initially) successfully, and then SSL handshake to the site also seems to be successful, but from what I can tell the GET never makes it to the host. Thanks, Paul Connecting... 13:54:50:800 State = httpNotConnected 13:54:50:800 Login 192.168.123.29 13:54:50:800 State = httpDnsLookup 13:54:50:800 State = httpDnsLookupDone 13:54:50:800 connect to 192.168.123.29/3128 13:54:50:800 TWSocket will connect to 192.168.123.29:3128 13:54:50:800 SessionConnected 13:54:50:815 State = httpConnected 13:54:50:815 State = httpWaitingProxyConnect 13:54:50:815 5 header lines to send CONNECT thesite.domain.com:443 HTTP/1.1 User-Agent: Mozilla/4.0 (compatible; ICS; MSIE 4.0) Host: thesite.domain.com:443 Proxy-Connection: Keep-Alive Content-Length: 0 cmd> CONNECT thesite.domain.com:443 HTTP/1.1 cmd> User-Agent: Mozilla/4.0 (compatible; ICS; MSIE 4.0) cmd> Host: thesite.domain.com:443 cmd> Proxy-Connection: Keep-Alive cmd> Content-Length: 0 cmd> 13:54:50:815 009DD874 PutDataInSendBuffer 3808 len 179 [1] 13:54:50:831 009DD874 TryToSend 3808 13:54:50:831 SendRequest Done 13:54:50:831 009DD874 TryToSend 3808 13:54:50:831 009DD874 TryToSend 3808 13:54:50:940 Data available. Len=39 13:54:50:956 Proxy connected: "HTTP/1.0 200 Connection established " 13:54:50:956 Start SSL handshake 13:54:50:956 009DD874 StartSslHandshake 3808 13:54:50:956 009DD874 InitSSLConnection 3808 13:54:50:956 009DD874 BIO_ctrl(sslbio, BIO_C_SET_SSL, BIO_NOCLOSE, 0xDD3330) = 1 [2] 13:54:50:956 ICB> SSL_CB_HANDSHAKE_START 13:54:50:971 ICB> SSL_connect: before/connect initialization 13:54:50:971 ICB> SSL_connect: SSLv2/v3 write client hello A 13:54:50:971 ICB> SSL_connect: error in SSLv2/v3 read server hello A 13:54:50:971 009DD874 BIO_read(sslbio, 0x1, 0) = -1 [3] 13:54:50:971 009DD874 BIO_should_retry(sslbio) = 1 [4] 13:54:50:971 009DD874 TriggerEvent sslFdRead 3808 13:54:50:987 009DD874 TriggerEvent sslFdWrite 3808 13:54:50:987 SslAsyncSelect 3808, 1 FD_READ 13:54:50:987 009DD874 TCustomSslWSocket.Do_FD_READ 3808 13:54:50:987 009DD874 BIO_ctrl_get_read_request(nbio) = 7 [5] 13:54:50:987 009DD874 Winsock recv( 3808, 0x12DD4C, 7, 0) = -1 [6] 13:54:50:987 009DD874 TriggerEvents 3808 SslState: SSL_ST_INIT // MayFD_Read=0 MayDoRecv=-1 MayFD_Write=-1 MaySslTryToSend=-1 bSslAllSent=-1 bAllSent=-1 13:54:51:003 009DD874 BIO_ctrl_pending(nbio) = 88 [7] 13:54:51:003 009DD874 BIO_ctrl_get_write_guarantee(nbio) = 4096 [8] 13:54:51:003 SslAsyncSelect 3808, 2 FD_WRITE 13:54:51:003 009DD874 TCustomSslWSocket.Do_FD_WRITE 3808 13:54:51:003 009DD874 BIO_ctrl_pending(nbio) = 88 [9] 13:54:51:003 009DD874 BIO_read(nbio, 0x12BD64, 88) = 88 [10] 13:54:51:018 009DD874 my_RealSend (0xEE0, 1228132, 88) = 88 [11] 13:54:51:018 009DD874 BIO_ctrl_pending(nbio) = 0 [12] 13:54:51:018 009DD874 TriggerEvents 3808 SslState: SSL_ST_INIT // MayFD_Read=0 MayDoRecv=-1MayFD_Write=-1 MaySslTryToSend=-1 bSslAllSent=-1 bAllSent=-1 13:54:51:018 009DD874 BIO_ctrl_pending(nbio) = 0 [13] 13:54:51:018 009DD874 BIO_ctrl_get_write_guarantee(nbio) = 4096 [14] 13:54:51:018 009DD874 TCustomSslWSocket.Do_FD_WRITE 3808 13:54:51:034 009DD874 BIO_ctrl_pending(nbio) = 0 [15] 13:54:51:034 009DD874 BIO_read(nbio, 0x12BD70, 0) = 0 [16] 13:54:51:034 009DD874 TriggerEvents 3808 SslState: SSL_ST_INIT // MayFD_Read=0 MayDoRecv=-1 MayFD_Write=-1 MaySslTryToSend=-1 bSslAllSent=-1 bAllSent=-1 13:54:51:034 009DD874 BIO_ctrl_pending(nbio) = 0 [17] 13:54:51:034 009DD874 BIO_ctrl_get_write_guarantee(nbio) = 4096 [18] 13:54:51:034 009DD874 TCustomSslWSocket.Do_FD_WRITE 3808 13:54:51:050 009DD874 BIO_ctrl_pending(nbio) = 0 [19] 13:54:51:050 009DD874 BIO_read(nbio, 0x12BD70, 0) = 0 [20] 13:54:51:065 009DD874 TriggerEvents 3808 SslState: SSL_ST_INIT // MayFD_Read=0 MayDoRecv=-1 MayFD_Write=-1 MaySslTryToSend=-1 bSslAllSent=-1 bAllSent=-1 13:54:51:065 009DD874 BIO_ctrl_pending(nbio) = 0 [21] 13:54:51:065 009DD874 BIO_ctrl_get_write_guarantee(nbio) = 4096 [22] 13:54:51:143 009DD874 TCustomSslWSocket.Do_FD_READ 3808 13:54:51:143 009DD874 BIO_ctrl_get_read_request(nbio) = 7 [23] 13:54:51:143 009DD874 Winsock recv( 3808, 0x12DD74, 7, 0) = 7 [24] 13:54:51:159 009DD874 BIO_write(nbio, 0x12DD74, 7) = 7 [25] 13:54:51:159 009DD874 BIO_ctrl(nbio, BIO_CTRL_FLUSH, 0, 0x0) = 1 [26] 13:54:51:159 ICB> SSL_connect: error in SSLv3 read server hello A 13:54:51:159 ICB> SSL_connect: error in SSLv3 read server hello A 13:54:51:159 009DD874 BIO_read(sslbio, 0x1, 0) = -1 [27] 13:54:51:159 009DD874 BIO_should_retry(sslbio) = 1 [28] 13:54:51:175 009DD874 TriggerEvents 3808 SslState: SSL_ST_INIT // MayFD_Read=0 MayDoRecv=-1 MayFD_Write=-1 MaySslTryToSend=-1 bSslAllSent=-1 bAllSent=-1 13:54:51:175 009DD874 BIO_ctrl_pending(nbio) = 0 [29] 13:54:51:175 009DD874 BIO_ctrl_get_write_guarantee(nbio) = 4096 [30] 13:54:51:175 009DD874 TCustomSslWSocket.Do_FD_READ 3808 13:54:51:175 009DD874 BIO_ctrl_get_read_request(nbio) = 72 [31] 13:54:51:190 009DD874 Winsock recv( 3808, 0x12DD74, 72, 0) = 72 [32] 13:54:51:190 009DD874 BIO_write(nbio, 0x12DD74, 72) = 72 [33] 13:54:51:190 009DD874 BIO_ctrl(nbio, BIO_CTRL_FLUSH, 0, 0x0) = 1 [34] 13:54:51:190 ICB> SSL_connect: SSLv3 read server hello A 13:54:51:190 ICB> SSL_connect: error in SSLv3 read server certificate A 13:54:51:190 009DD874 BIO_read(sslbio, 0x1, 0) = -1 [35] 13:54:51:206 009DD874 BIO_should_retry(sslbio) = 1 [36] 13:54:51:206 009DD874 TriggerEvents 3808 SslState: SSL_ST_INIT // MayFD_Read=0 MayDoRecv=-1 MayFD_Write=-1 MaySslTryToSend=-1 bSslAllSent=-1 bAllSent=-1 13:54:51:206 009DD874 BIO_ctrl_pending(nbio) = 0 [37] 13:54:51:206 009DD874 BIO_ctrl_get_write_guarantee(nbio) = 4096 [38] 13:54:51:206 009DD874 TCustomSslWSocket.Do_FD_READ 3808 13:54:51:206 009DD874 BIO_ctrl_get_read_request(nbio) = 5 [39] 13:54:51:221 009DD874 Winsock recv( 3808, 0x12DD74, 5, 0) = 5 [40] 13:54:51:221 009DD874 BIO_write(nbio, 0x12DD74, 5) = 5 [41] 13:54:51:221 009DD874 BIO_ctrl(nbio, BIO_CTRL_FLUSH, 0, 0x0) = 1 [42] 13:54:51:221 ICB> SSL_connect: error in SSLv3 read server certificate A 13:54:51:221 009DD874 BIO_read(sslbio, 0x1, 0) = -1 [43] 13:54:51:221 009DD874 BIO_should_retry(sslbio) = 1 [44] 13:54:51:237 009DD874 TriggerEvents 3808 SslState: SSL_ST_INIT // MayFD_Read=0 MayDoRecv=-1 MayFD_Write=-1 MaySslTryToSend=-1 bSslAllSent=-1 bAllSent=-1 13:54:51:237 009DD874 BIO_ctrl_pending(nbio) = 0 [45] 13:54:51:237 009DD874 BIO_ctrl_get_write_guarantee(nbio) = 4096 [46] 13:54:51:237 009DD874 TCustomSslWSocket.Do_FD_READ 3808 13:54:51:237 009DD874 BIO_ctrl_get_read_request(nbio) = 1281 [47] 13:54:51:237 009DD874 Winsock recv( 3808, 0x12DD74, 1281, 0) = 1281 [48] 13:54:51:253 009DD874 BIO_write(nbio, 0x12DD74, 1281) = 1281 [49] 13:54:51:253 009DD874 BIO_ctrl(nbio, BIO_CTRL_FLUSH, 0, 0x0) = 1 [50] 13:54:51:253 ICB> SSL_connect: SSLv3 read server certificate A 13:54:51:253 ICB> SSL_connect: error in SSLv3 read server key exchange A 13:54:51:253 009DD874 BIO_read(sslbio, 0x1, 0) = -1 [51] 13:54:51:253 009DD874 BIO_should_retry(sslbio) = 1 [52] 13:54:51:268 009DD874 TriggerEvents 3808 SslState: SSL_ST_INIT // MayFD_Read=0 MayDoRecv=-1 MayFD_Write=-1 MaySslTryToSend=-1 bSslAllSent=-1 bAllSent=-1 13:54:51:268 009DD874 BIO_ctrl_pending(nbio) = 0 [53] 13:54:51:268 009DD874 BIO_ctrl_get_write_guarantee(nbio) = 4096 [54] 13:54:51:268 009DD874 TCustomSslWSocket.Do_FD_READ 3808 13:54:51:268 009DD874 BIO_ctrl_get_read_request(nbio) = 5 [55] 13:54:51:268 009DD874 Winsock recv( 3808, 0x12DD74, 5, 0) = 5 [56] 13:54:51:284 009DD874 BIO_write(nbio, 0x12DD74, 5) = 5 [57] 13:54:51:284 009DD874 BIO_ctrl(nbio, BIO_CTRL_FLUSH, 0, 0x0) = 1 [58] 13:54:51:284 ICB> SSL_connect: error in SSLv3 read server key exchange A 13:54:51:284 009DD874 BIO_read(sslbio, 0x1, 0) = -1 [59] 13:54:51:284 009DD874 BIO_should_retry(sslbio) = 1 [60] 13:54:51:284 009DD874 TriggerEvents 3808 SslState: SSL_ST_INIT // MayFD_Read=0 MayDoRecv=-1 MayFD_Write=-1 MaySslTryToSend=-1 bSslAllSent=-1 bAllSent=-1 13:54:51:300 009DD874 BIO_ctrl_pending(nbio) = 0 [61] 13:54:51:300 009DD874 BIO_ctrl_get_write_guarantee(nbio) = 4096 [62] 13:54:51:300 009DD874 TCustomSslWSocket.Do_FD_READ 3808 13:54:51:300 009DD874 BIO_ctrl_get_read_request(nbio) = 397 [63] 13:54:51:300 009DD874 Winsock recv( 3808, 0x12DD74, 397, 0) = 397 [64] 13:54:51:300 009DD874 BIO_write(nbio, 0x12DD74, 397) = 397 [65] 13:54:51:315 009DD874 BIO_ctrl(nbio, BIO_CTRL_FLUSH, 0, 0x0) = 1 [66] 13:54:51:315 ICB> SSL_connect: SSLv3 read server key exchange A 13:54:51:315 ICB> SSL_connect: error in SSLv3 read server certificate request A 13:54:51:315 009DD874 BIO_read(sslbio, 0x1, 0) = -1 [67] 13:54:51:315 009DD874 BIO_should_retry(sslbio) = 1 [68] 13:54:51:331 009DD874 TriggerEvents 3808 SslState: SSL_ST_INIT // MayFD_Read=0 MayDoRecv=-1 MayFD_Write=-1 MaySslTryToSend=-1 bSslAllSent=-1 bAllSent=-1 13:54:51:331 009DD874 BIO_ctrl_pending(nbio) = 0 [69] 13:54:51:331 009DD874 BIO_ctrl_get_write_guarantee(nbio) = 4096 [70] 13:54:51:331 009DD874 TCustomSslWSocket.Do_FD_READ 3808 13:54:51:331 009DD874 BIO_ctrl_get_read_request(nbio) = 5 [71] 13:54:51:331 009DD874 Winsock recv( 3808, 0x12DD74, 5, 0) = 5 [72] 13:54:51:346 009DD874 BIO_write(nbio, 0x12DD74, 5) = 5 [73] 13:54:51:346 009DD874 BIO_ctrl(nbio, BIO_CTRL_FLUSH, 0, 0x0) = 1 [74] 13:54:51:346 ICB> SSL_connect: error in SSLv3 read server certificate request A 13:54:51:346 009DD874 BIO_read(sslbio, 0x1, 0) = -1 [75] 13:54:51:346 009DD874 BIO_should_retry(sslbio) = 1 [76] 13:54:51:362 009DD874 TriggerEvents 3808 SslState: SSL_ST_INIT // MayFD_Read=0 MayDoRecv=-1 MayFD_Write=-1 MaySslTryToSend=-1 bSslAllSent=-1 bAllSent=-1 13:54:51:362 009DD874 BIO_ctrl_pending(nbio) = 0 [77] 13:54:51:362 009DD874 BIO_ctrl_get_write_guarantee(nbio) = 4096 [78] 13:54:51:362 009DD874 TCustomSslWSocket.Do_FD_READ 3808 13:54:51:362 009DD874 BIO_ctrl_get_read_request(nbio) = 4 [79] 13:54:51:362 009DD874 Winsock recv( 3808, 0x12DD74, 4, 0) = 4 [80] 13:54:51:378 009DD874 BIO_write(nbio, 0x12DD74, 4) = 4 [81] 13:54:51:378 009DD874 BIO_ctrl(nbio, BIO_CTRL_FLUSH, 0, 0x0) = 1 [82] 13:54:51:378 ICB> SSL_connect: SSLv3 read server done A 13:54:51:393 ICB> SSL_connect: SSLv3 write client key exchange A 13:54:51:393 ICB> SSL_connect: SSLv3 write change cipher spec A 13:54:51:393 ICB> SSL_connect: SSLv3 write finished A 13:54:51:409 ICB> SSL_connect: SSLv3 flush data 13:54:51:409 ICB> SSL_connect: error in SSLv3 read finished A 13:54:51:409 009DD874 BIO_read(sslbio, 0x1, 0) = -1 [83] 13:54:51:409 009DD874 BIO_should_retry(sslbio) = 1 [84] 13:54:51:409 009DD874 TriggerEvents 3808 SslState: SSL_ST_INIT // MayFD_Read=0 MayDoRecv=-1 MayFD_Write=-1 MaySslTryToSend=-1 bSslAllSent=-1 bAllSent=-1 13:54:51:409 009DD874 BIO_ctrl_pending(nbio) = 198 [85] 13:54:51:425 009DD874 TriggerEvent sslFdWrite 3808 13:54:51:425 009DD874 BIO_ctrl_get_write_guarantee(nbio) = 4096 [86] 13:54:51:425 SslAsyncSelect 3808, 2 FD_WRITE 13:54:51:425 009DD874 TCustomSslWSocket.Do_FD_WRITE 3808 13:54:51:425 009DD874 BIO_ctrl_pending(nbio) = 198 [87] 13:54:51:440 009DD874 BIO_read(nbio, 0x12BD64, 198) = 198 [88] 13:54:51:440 009DD874 my_RealSend (0xEE0, 1228132, 198) = 198 [89] 13:54:51:440 009DD874 BIO_ctrl_pending(nbio) = 0 [90] 13:54:51:440 009DD874 TriggerEvents 3808 SslState: SSL_ST_INIT // MayFD_Read=0 MayDoRecv=-1 MayFD_Write=-1 MaySslTryToSend=-1 bSslAllSent=-1 bAllSent=-1 13:54:51:440 009DD874 BIO_ctrl_pending(nbio) = 0 [91] 13:54:51:440 009DD874 BIO_ctrl_get_write_guarantee(nbio) = 4096 [92] 13:54:51:565 009DD874 TCustomSslWSocket.Do_FD_READ 3808 13:54:51:565 009DD874 BIO_ctrl_get_read_request(nbio) = 5 [93] 13:54:51:565 009DD874 Winsock recv( 3808, 0x12DD74, 5, 0) = 5 [94] 13:54:51:565 009DD874 BIO_write(nbio, 0x12DD74, 5) = 5 [95] 13:54:51:581 009DD874 BIO_ctrl(nbio, BIO_CTRL_FLUSH, 0, 0x0) = 1 [96] 13:54:51:581 ICB> SSL_connect: error in SSLv3 read finished A 13:54:51:581 009DD874 BIO_read(sslbio, 0x1, 0) = -1 [97] 13:54:51:581 009DD874 BIO_should_retry(sslbio) = 1 [98] 13:54:51:581 009DD874 TriggerEvents 3808 SslState: SSL_ST_INIT // MayFD_Read=0 MayDoRecv=-1 MayFD_Write=-1 MaySslTryToSend=-1 bSslAllSent=-1 bAllSent=-1 13:54:51:581 009DD874 BIO_ctrl_pending(nbio) = 0 [99] 13:54:51:596 009DD874 BIO_ctrl_get_write_guarantee(nbio) = 4096 [100] 13:54:51:596 009DD874 TCustomSslWSocket.Do_FD_READ 3808 13:54:51:596 009DD874 BIO_ctrl_get_read_request(nbio) = 1 [101] 13:54:51:596 009DD874 Winsock recv( 3808, 0x12DD74, 1, 0) = 1 [102] 13:54:51:596 009DD874 BIO_write(nbio, 0x12DD74, 1) = 1 [103] 13:54:51:596 009DD874 BIO_ctrl(nbio, BIO_CTRL_FLUSH, 0, 0x0) = 1 [104] 13:54:51:612 ICB> SSL_connect: error in SSLv3 read finished A 13:54:51:612 009DD874 BIO_read(sslbio, 0x1, 0) = -1 [105] 13:54:51:612 009DD874 BIO_should_retry(sslbio) = 1 [106] 13:54:51:612 009DD874 TriggerEvents 3808 SslState: SSL_ST_INIT // MayFD_Read=0 MayDoRecv=-1 MayFD_Write=-1 MaySslTryToSend=-1 bSslAllSent=-1 bAllSent=-1 13:54:51:612 009DD874 BIO_ctrl_pending(nbio) = 0 [107] 13:54:51:628 009DD874 BIO_ctrl_get_write_guarantee(nbio) = 4096 [108] 13:54:51:628 009DD874 TCustomSslWSocket.Do_FD_READ 3808 13:54:51:628 009DD874 BIO_ctrl_get_read_request(nbio) = 5 [109] 13:54:51:628 009DD874 Winsock recv( 3808, 0x12DD74, 5, 0) = 5 [110] 13:54:51:628 009DD874 BIO_write(nbio, 0x12DD74, 5) = 5 [111] 13:54:51:628 009DD874 BIO_ctrl(nbio, BIO_CTRL_FLUSH, 0, 0x0) = 1 [112] 13:54:51:643 ICB> SSL_connect: error in SSLv3 read finished A 13:54:51:643 009DD874 BIO_read(sslbio, 0x1, 0) = -1 [113] 13:54:51:643 009DD874 BIO_should_retry(sslbio) = 1 [114] 13:54:51:643 009DD874 TriggerEvents 3808 SslState: SSL_ST_INIT // MayFD_Read=0 MayDoRecv=-1 MayFD_Write=-1 MaySslTryToSend=-1 bSslAllSent=-1 bAllSent=-1 13:54:51:643 009DD874 BIO_ctrl_pending(nbio) = 0 [115] 13:54:51:643 009DD874 BIO_ctrl_get_write_guarantee(nbio) = 4096 [116] 13:54:51:659 009DD874 TCustomSslWSocket.Do_FD_READ 3808 13:54:51:659 009DD874 BIO_ctrl_get_read_request(nbio) = 48 [117] 13:54:51:659 009DD874 Winsock recv( 3808, 0x12DD74, 48, 0) = 48 [118] 13:54:51:659 009DD874 BIO_write(nbio, 0x12DD74, 48) = 48 [119] 13:54:51:659 009DD874 BIO_ctrl(nbio, BIO_CTRL_FLUSH, 0, 0x0) = 1 [120] 13:54:51:675 ICB> SSL_connect: SSLv3 read finished A 13:54:51:675 ICB> SSL_CB_HANDSHAKE_DONE Error: 20 13:54:51:675 009DD874 BIO_read(sslbio, 0x1, 0) = -1 [121] 13:54:51:675 009DD874 BIO_should_retry(sslbio) = 1 [122] 13:54:51:675 009DD874 BIO_ctrl_pending(sslbio) = 0 [123] 13:54:51:675 009DD874 TriggerEvents 3808 SslState: SSL_ST_OK // MayFD_Read=0 MayDoRecv=-1 MayFD_Write=-1 MaySslTryToSend=-1 bSslAllSent=-1 bAllSent=-1 13:54:51:690 009DD874 SslHandshakeDone(0) 3808. Secure connection with TLSv1, cipher DHE-RSA-AES256-SHA, 256 secret bits (256 total), session reused=False Handshake done, error #0 13:54:51:690 6 header lines to send GET https://thesite.domain.com/api/2?xml=%3CCreditCardPayment%3E%3Cusername%3Euser%3C%2Fusername%3E%3Cpassword%3Epassword%3C%2Fpassword% 3E%3CpropertyCode%3Eproperty30%3C%2FpropertyCode%3E%3CpreAuthorization%3EFalse%3C%2FpreAuthorization%3E%3Cnumber%3E5442981111111114% 3C%2Fnumber%3E%3Cexpiration%3E10-2010%3C%2Fexpiration%3E%3Ctype%3EMC%3C%2Ftype%3E%3CroomRate%3E11666%3C%2FroomRate%3E%3CroomTax%3E16 12%3C%2FroomTax%3E%3CarrivalDate%3E2009-05-09%3C%2FarrivalDate%3E%3CdepartureDate%3E2009-05-14%3C%2FdepartureDate%3E%3Ccardholder%3E Lname%20FName%3C%2Fcardholder%3E%3Cstreet%3E123%20Main%3C%2Fstreet%3E%3Ccity%3EACity%3C%2Fcity%3E%3Cstate%3EST%3C%2Fstate%3E%3Czip%3 E32500%3C%2Fzip%3E%3Camount%3E100%3C%2Famount%3E%3Cid%3E51312%3C%2Fid%3E%3CreservationNumber%3E51312%3C%2FreservationNumber%3E%3Cper sonFirstname%3ELName%3C%2FpersonFirstname%3E%3CpersonLastname%3EFName%3C%2FpersonLastname%3E%3C%2FCreditCardPayment%3E HTTP/1.1 Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */* Connection: Keep-Alive Accept-Language: en, fr User-Agent: Mozilla/4.0 (compatible; ICS; MSIE 4.0) Host: thesite.domain.com:443 cmd> GET https://thesite.domain.com/api/2?xml=%3CCreditCardPayment%3E%3Cusername%3Euser%3C%2Fusername%3E%3Cpassword%3Epassword%3C%2Fpassword% 3E%3CpropertyCode%3Eproperty30%3C%2FpropertyCode%3E%3CpreAuthorization%3EFalse%3C%2FpreAuthorization%3E%3Cnumber%3E5442981111111114% 3C%2Fnumber%3E%3Cexpiration%3E10-2010%3C%2Fexpiration%3E%3Ctype%3EMC%3C%2Ftype%3E%3CroomRate%3E11666%3C%2FroomRate%3E%3CroomTax%3E16 12%3C%2FroomTax%3E%3CarrivalDate%3E2009-05-09%3C%2FarrivalDate%3E%3CdepartureDate%3E2009-05-14%3C%2FdepartureDate%3E%3Ccardholder%3E Lname%20FName%3C%2Fcardholder%3E%3Cstreet%3E123%20Main%3C%2Fstreet%3E%3Ccity%3EACity%3C%2Fcity%3E%3Cstate%3EST%3C%2Fstate%3E%3Czip%3 E32500%3C%2Fzip%3E%3Camount%3E100%3C%2Famount%3E%3Cid%3E51312%3C%2Fid%3E%3CreservationNumber%3E51312%3C%2FreservationNumber%3E%3Cper sonFirstname%3ELName%3C%2FpersonFirstname%3E%3CpersonLastname%3EFName%3C%2FpersonLastname%3E%3C%2FCreditCardPayment%3E HTTP/1.1 cmd> Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */* cmd> Connection: Keep-Alive cmd> Accept-Language: en, fr cmd> User-Agent: Mozilla/4.0 (compatible; ICS; MSIE 4.0) cmd> Host: thesite.domain.com:443 cmd> 13:54:51:706 009DD874 PutDataInSslBuffer 3808 len 1143 [124] 13:54:51:706 009DD874 SslTryToSend 3808 13:54:51:706 009DD874 BIO_write(sslbio, 0x9E14F8, 1143) = 1143 [125] 13:54:51:721 009DD874 BIO_ctrl(sslbio, BIO_CTRL_FLUSH, 0, 0x0) = 1 [126] 13:54:51:721 009DD874 TriggerEvents 3808 SslState: SSL_ST_OK // MayFD_Read=0 MayDoRecv=-1 MayFD_Write=-1 MaySslTryToSend=-1 bSslAllSent=-1 bAllSent=0 13:54:51:721 009DD874 BIO_ctrl_pending(nbio) = 1173 [127] 13:54:51:721 009DD874 TriggerEvent sslFdWrite 3808 13:54:51:721 009DD874 BIO_ctrl_pending(sslbio) = 0 [128] 13:54:51:721 009DD874 BIO_ctrl_get_write_guarantee(nbio) = 4096 [129] 13:54:51:737 SendRequest Done 13:54:51:737 009DD874 CliNewSession [00DD4610] Reused: False 13:54:51:737 009DD874 BIO_ctrl_pending(nbio) = 1173 [130] 13:54:51:737 009DD874 BIO_ctrl_pending(sslbio) = 0 [131] 13:54:51:737 009DD874 BIO_ctrl_get_write_guarantee(nbio) = 4096 [132] 13:54:51:753 SslAsyncSelect 3808, 2 FD_WRITE 13:54:51:753 009DD874 TCustomSslWSocket.Do_FD_WRITE 3808 13:54:51:753 009DD874 BIO_ctrl_pending(nbio) = 1173 [133] 13:54:51:753 009DD874 BIO_read(nbio, 0x12BD64, 1173) = 1173 [134] 13:54:51:753 009DD874 my_RealSend (0xEE0, 1228132, 1173) = 1173 [135] 13:54:51:768 009DD874 BIO_ctrl_pending(nbio) = 0 [136] 13:54:51:768 009DD874 BIO_ctrl_pending(nbio) = 0 [137] 13:54:51:768 009DD874 TriggerEvents 3808 SslState: SSL_ST_OK // MayFD_Read=0 MayDoRecv=-1 MayFD_Write=-1 MaySslTryToSend=-1 bSslAllSent=-1 bAllSent=-1 13:54:51:768 009DD874 BIO_ctrl_pending(nbio) = 0 [138] 13:54:51:768 009DD874 BIO_ctrl_pending(sslbio) = 0 [139] 13:54:51:768 009DD874 BIO_ctrl_get_write_guarantee(nbio) = 4096 [140] 13:54:51:878 009DD874 TCustomSslWSocket.Do_FD_READ 3808 13:54:51:878 009DD874 BIO_ctrl_pending(sslbio) = 0 [141] 13:54:51:893 009DD874 BIO_ctrl_get_read_request(nbio) = 5 [142] 13:54:51:893 009DD874 Winsock recv( 3808, 0x12DD74, 5, 0) = 5 [143] 13:54:51:893 009DD874 BIO_write(nbio, 0x12DD74, 5) = 5 [144] 13:54:51:893 009DD874 BIO_ctrl(nbio, BIO_CTRL_FLUSH, 0, 0x0) = 1 [145] 13:54:51:893 009DD874 BIO_read(sslbio, 0x1, 0) = -1 [146] 13:54:51:909 009DD874 BIO_should_retry(sslbio) = 1 [147] 13:54:51:909 009DD874 BIO_ctrl_pending(sslbio) = 0 [148] 13:54:51:909 009DD874 TriggerEvents 3808 SslState: SSL_ST_OK // MayFD_Read=0 MayDoRecv=-1 MayFD_Write=-1 MaySslTryToSend=-1 bSslAllSent=-1 bAllSent=-1 13:54:51:909 009DD874 BIO_ctrl_pending(nbio) = 0 [149] 13:54:51:909 009DD874 BIO_ctrl_pending(sslbio) = 0 [150] 13:54:51:909 009DD874 BIO_ctrl_get_write_guarantee(nbio) = 4096 [151] 13:54:51:925 009DD874 TCustomSslWSocket.Do_FD_CLOSE error #0 3808 13:54:51:925 009DD874 *CloseCalled 3808 13:54:51:925 009DD874 BIO_ctrl_pending(sslbio) = 0 [152] 13:54:51:925 009DD874 Socket data pending: 277 Err: 0 3808 13:54:51:925 009DD874 TCustomSslWSocket.Do_FD_READ 3808 13:54:51:940 009DD874 BIO_ctrl_pending(sslbio) = 0 [153] 13:54:51:940 009DD874 BIO_ctrl_get_read_request(nbio) = 240 [154] 13:54:51:940 009DD874 Winsock recv( 3808, 0x12DD74, 240, 0) = 240 [155] 13:54:51:940 009DD874 BIO_write(nbio, 0x12DD74, 240) = 240 [156] 13:54:51:940 009DD874 BIO_ctrl(nbio, BIO_CTRL_FLUSH, 0, 0x0) = 1 [157] 13:54:51:940 009DD874 BIO_read(sslbio, 0x1, 0) = 0 [158] 13:54:51:956 009DD874 BIO_ctrl_pending(sslbio) = 218 [159] 13:54:51:956 009DD874 TriggerDataAvailable (Do_FD_READ_2) 3808 13:54:51:956 009DD874 TCustomSslWSocket.DoRecv 3808 13:54:51:956 009DD874 BIO_ctrl_pending(sslbio) = 218 [160] 13:54:51:956 009DD874 BIO_read(sslbio, 0x9DF25C, 8192) = 218 [161] 13:54:51:971 009DD874 TriggerEvents 3808 SslState: SSL_ST_OK // MayFD_Read=0 MayDoRecv=-1 MayFD_Write=-1 MaySslTryToSend=-1 bSslAllSent=-1 bAllSent=-1 13:54:51:971 009DD874 BIO_ctrl_pending(nbio) = 0 [162] 13:54:51:971 009DD874 BIO_ctrl_pending(sslbio) = 0 [163] 13:54:51:971 009DD874 BIO_ctrl_get_write_guarantee(nbio) = 4096 [164] 13:54:51:971 009DD874 BIO_ctrl_pending(sslbio) = 0 [165] 13:54:51:971 009DD874 TriggerEvent sslFdClose 3808 13:54:51:987 Data available. Len=218 HTTP/1.1 400 Invalid URI Date: Wed, 06 May 2009 18:55:05 GMT Server: Apache/2.2.3 (Debian) mod_jk/1.2.18 mod_ssl/2.2.3 OpenSSL/0.9.8c Content-Length: 0 Connection: close Content-Type: text/plain; charset=UTF-8 13:54:51:987 End of header 13:54:52:003 009DD874 TriggerEvents 3808 SslState: SSL_ST_OK // MayFD_Read=0 MayDoRecv=-1 MayFD_Write=-1 MaySslTryToSend=-1 bSslAllSent=-1 bAllSent=-1 13:54:52:003 009DD874 BIO_ctrl_pending(nbio) = 0 [166] 13:54:52:003 009DD874 BIO_ctrl_pending(sslbio) = 0 [167] 13:54:52:003 009DD874 BIO_ctrl_get_write_guarantee(nbio) = 4096 [168] 13:54:52:003 009DD874 BIO_ctrl_pending(sslbio) = 0 [169] 13:54:52:003 009DD874 TCustomSslWSocket.Do_FD_READ 3808 13:54:52:018 009DD874 BIO_ctrl_pending(sslbio) = 0 [170] 13:54:52:018 009DD874 BIO_ctrl_get_read_request(nbio) = 0 [171] 13:54:52:018 009DD874 BIO_ctrl_get_write_guarantee(nbio) = 4096 [172] 13:54:52:018 009DD874 Winsock recv( 3808, 0x12DD74, 4096, 0) = 37 [173] 13:54:52:018 009DD874 BIO_write(nbio, 0x12DD74, 37) = 37 [174] 13:54:52:034 009DD874 BIO_ctrl(nbio, BIO_CTRL_FLUSH, 0, 0x0) = 1 [175] 13:54:52:034 ICB> SSL3 alert read warning close notify 13:54:52:034 009DD874 BIO_read(sslbio, 0x1, 0) = 0 [176] 13:54:52:034 009DD874 BIO_ctrl_pending(sslbio) = 0 [177] 13:54:52:034 009DD874 TriggerEvents 3808 SslState: SSL_ST_OK // MayFD_Read=0 MayDoRecv=-1 MayFD_Write=-1 MaySslTryToSend=-1 bSslAllSent=-1 bAllSent=-1 13:54:52:034 009DD874 BIO_ctrl_pending(nbio) = 0 [178] 13:54:52:050 009DD874 BIO_ctrl_pending(sslbio) = 0 [179] 13:54:52:050 009DD874 BIO_ctrl_get_write_guarantee(nbio) = 4096 [180] 13:54:52:050 009DD874 BIO_ctrl_pending(sslbio) = 0 [181] 13:54:52:050 SslAsyncSelect 3808, 32 FD_CLOSE 13:54:52:065 009DD874 TCustomSslWSocket.Do_FD_CLOSE error #0 3808 13:54:52:065 009DD874 BIO_ctrl_pending(sslbio) = 0 [182] 13:54:52:065 009DD874 Socket data pending: 0 Err: 0 3808 13:54:52:065 009DD874 SslInternalShutdown 3808 13:54:52:065 009DD874 BIO_ctrl_pending(nbio) = 0 [183] 13:54:52:065 009DD874 TriggerSslShutDownComplete(0) 3808 13:54:52:081 009DD874 TCustomWSocket.Shutdown 1 3808 13:54:52:081 009DD874 TriggerEvent sslFdClose 3808 13:54:52:081 009DD874 SslShutdownCompleted *1* 3808 13:54:52:081 009DD874 BIO_ctrl_pending(sslbio) = 0 [184] 13:54:52:081 009DD874 SslInternalClose 3808 13:54:52:096 SessionClosed Error: 0 13:54:52:096 009DD874 ResetSslSession -1 13:54:52:096 SslAsyncSelect 3808, 32 FD_CLOSE 13:54:52:096 State = httpReady 13:54:52:096 RequestDone Request done, StatusCode #400 hdr>HTTP/1.1 400 Invalid URI hdr>Date: Wed, 06 May 2009 18:55:05 GMT hdr>Server: Apache/2.2.3 (Debian) mod_jk/1.2.18 mod_ssl/2.2.3 OpenSSL/0.9.8c hdr>Content-Length: 0 hdr>Connection: close hdr>Content-Type: text/plain; charset=UTF-8 -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
