Limbo Posted October 25, 2007 Posted October 25, 2007 My ISP recently installed a SSL certificate for my site rather than using the shared certificate. Since then I have encountered problems when using the secure side of my site as a customer (still testing as site not ready to go live) Usually at some point within a short time of moving to the secure side of the site I get locked out. When I asked the ISP why this was I got this message back. 'It would appear that your IP address has been blocked from accessing the server for two hours after having 90 concurrent connections to the server.' and goes on to explain a number reasons which might be the cause including php scripts and dodgy htaccess files. Any idea where I should start to try and identify this issue and resolve it? I am a relative beginner with OSC and PHP in general (i'm not alone there on this site though am I !) Any help appreciated. Limbo Experience is something you don't get until just after you need it
Guest Posted October 26, 2007 Posted October 26, 2007 My ISP recently installed a SSL certificate for my site rather than using the shared certificate. Since then I have encountered problems when using the secure side of my site as a customer (still testing as site not ready to go live) Usually at some point within a short time of moving to the secure side of the site I get locked out. When I asked the ISP why this was I got this message back. 'It would appear that your IP address has been blocked from accessing the server for two hours after having 90 concurrent connections to the server.' and goes on to explain a number reasons which might be the cause including php scripts and dodgy htaccess files. Any idea where I should start to try and identify this issue and resolve it? I am a relative beginner with OSC and PHP in general (i'm not alone there on this site though am I !) Any help appreciated. Limbo Check both configure.php and make sure that pconnect is not enabled.
Limbo Posted October 26, 2007 Author Posted October 26, 2007 Check both configure.php and make sure that pconnect is not enabled. Hi, thanks for reply. :thumbsup: Have checked both catalog/includes/configure.php and catalog/admin/includes/configure.php and both are set to false i.e. define('USE_PCONNECT', 'false'); // use persistent connections? Any other ideas? Thanks again Limbo Experience is something you don't get until just after you need it
Recommended Posts
Archived
This topic is now archived and is closed to further replies.