Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i am trying to execute url query to url and get result.
earlier i used to get some result.
But after few changes from client side it doesn`t give any output


Below is error description

10-28 12:04:29.297: I/InetAddress(24177): InetAddress_getaddrinfo>
10-28 12:04:29.297: I/InetAddress(24177): InetAddress_getaddrinfo<<br mode="hold" />10-28 12:04:29.299: I/System.out(24177): [socket][0] connection /103.247.98.15:443(10000)
10-28 12:04:29.422: I/System.out(24177): [socket][/192.168.2.9:43984]
10-28 12:04:29.426: D/NativeCrypto(24177): ssl=0x19c5c0 NativeCrypto_SSL_do_handshake fd=0x405bc760 shc=0x405cebe8 timeout=10000 client_mode=1
10-28 12:04:29.426: D/NativeCrypto(24177): doing handshake ++
10-28 12:04:29.427: D/NativeCrypto(24177): doing handshake -- ret=-1
10-28 12:04:29.427: D/NativeCrypto(24177): ssl=0x19c5c0 NativeCrypto_SSL_do_handshake ret=-1 errno=11 sslError=2 timeout=10000
10-28 12:04:29.427: D/NativeCrypto(24177): sslSelect type=READ fd=49 appData=0x244a88 timeout=10000
10-28 12:04:29.521: D/NativeCrypto(24177): sslSelect READ fd=49 appData=0x244a88 timeout=10000 => 1
10-28 12:04:29.522: D/NativeCrypto(24177): doing handshake ++
10-28 12:04:29.564: D/NativeCrypto(24177): doing handshake -- ret=-1
10-28 12:04:29.617: I/System.out(24177): close [socket][/0.0.0.0:43984]
Posted
Comments
thatraja 28-Oct-13 7:23am    
Is this complete error message? I think some block is missing
garav kumar mishra 28-Oct-13 7:38am    
yeah it`s complete

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900