When ssl is used, after each read data the socket is closed so the related
TLD lookups fail. Socket must be reinitialized for every TLD if SSL is
used. Otherwise one gets read/write errors to socket after 1st lookup is
done.
372a373
>
794a796
>
800,804d801
< # When SSL is used socket is closed after each
read
< if (!$this->_socket && 'SSL' == $this->crypt_type)
{
< $this->init_socket();
< }
<
805a803
>
850d847
<
While on it, when SSL is used, Crypt/CBC is not required. So you could
change the line
require_once 'Crypt/CBC.php';
to
include_once 'Crypt/CBC.php';
(or wrap it inside a if statement where if SSL is used then not require
it)
Thanks,
Evren
Nobody/Anonymous
Base class functionality
None
Public
|
Date: 2009-11-25 13:20 I dont quite remember exactly what was the problem anymore :( |
|
Date: 2009-11-25 11:58 Please can you provide a patch instead? I don't understand your suggested |
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use