ISSUE VERIFYING LICENSE

unique2world

Verified User
Joined
Dec 30, 2013
Messages
25
Location
./
hi, why display this error and how fix it?

Connection error: Unable to connect to secure socket
Some I/O error occurred. The OpenSSL error queue may contain more information on the error. If the error queue is empty (i.e. ERR_get_error() returns 0), ret can be used to find out more about the error: If ret == 0, an EOF was observed that violates the protocol. If ret == -1, the underlying BIO reported an I/O error (for socket I/O on Unix systems, consult errno for details).
openssl error queue:
empty error queue. ret=-1
errno: Success
 
Back
Top