Apache :: Intermittent Unknown SSL Protocol Error In Connection
Nov 5, 2014
We are hosting a Git server (using Gitolite v3). Our users are interacting with git over an https connection. Here's the relevant versions of software:
Apache 2.4.6
OpenSSL 1.0.1e-fips
Red Hat Enterprise Linux Server release 6.5 (Santiago)
git version 1.8.5.3 (Server Side)
git version 1.9.2.msysgit.0 (Client Side)
Users sometimes encounter an SSL error message when attempting to run git commands that talk to the server (e.g. clone, push, pull). The error message is "Unknown SSL protocol error in connection to servername:443". Users can usually simply try the command again, and it will then work successfully.
I've managed to capture a bit more output by setting the GIT_CURL_VERBOSE flag, see output below.
Code:
* Couldn't find host servername in the _netrc file; using defaults
* Adding handle: conn: 0x2587c40
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
my vBulletin forum members start complaing about an intermittent forbidden error message:
Forbidden You don't have permission to access /vb/forumdisplay.php on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request
i did tail -f /usr/local/apache/logs/error_log and find lot of lines like this:
[Fri May 9 17:13:33 2008] [crit] [client 217.69.189.2] (24)Too many open files: /.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
i also found the vb folder and all folders inside it have permession of 775 and all files have permession of 664
"Client does not support authentication protocol requested by server; consider upgrading MySQL client"
I upgraded from MySQL 4 to 5 and everything was fine for about a week. On Monday, I get the error above. From what I've read, this is the oldpassword/new password hash error that I can fix in about 2 minutes on my server. However, this is on a Parcom server, and Parcom has been sloooowww to react.
Can anyone think of another reason why this would be coming up? It's running fine on 3 other PCs that I run as a backup. I've dropped the database twice and rebuilt it twice, still with the same error. Ditto for the user/pass.
I have just taken hosting from godaddy. i have taken dedicated website hosting. But my ftp are working in my office filezilla and not at home. Its giving 530 error, unknown ip address.
2.6.18-164.2.1.el5 #1 SMP Wed Sep 30 12:55:19 EDT 2009 i686 i686 i386 GNU/Linux and after reboot the server when i restart the firewall iptables give me this error
Iptables have problem on all vps. when we started csf firewall, we have got this error on all vps:
iptables: Unknown error 18446744073709551615
and then iptables blocked all connection. i know that error is for xt_tcpudp module. please tell me how to load this module on all vps? also i have a full access to node server.
My issue is that my websites I have hosted there just come and go. They will be accessible for a few minutes, then return "unknown host" errors for a while, and then come back like it never happened.
I am amusiming this is a dns issue, but I am not really sure where to start. My dns template looks ok, but past that I am lost.
I have set up my Virtual Private Server and uploaded all my site's files to /var/www folder. Before that, there was an old simple 'index.html' file
Code: <html> <head> <title>INDEX</title> </head> <body> <h1>IT WORKS!!!!</h1> </body> </html> and when I typed the address www.mydomain.com it displayed correctly. Then I deleted this html and uploaded my files through FTP and now the browser says :
Code: Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0
Fatal error: Unknown: Failed opening required '/var/www/index.php' (include_path='.:/usr/share/php:/usr/share/pear') in Unknown on line 0
I've been with my Strato VServer and it installed Plesk on Linux a big problem.
I coming no longer in the Plesk Dashboard and the following code appears:
Syntax error or access violation: 1286 Unknown table engine 'InnoDB'
Here are the contents of my my.cnf
# # The MySQL database server configuration file. # # You can copy this to one of: # - "/etc/mysql/my.cnf" to set global options, # - "~/.my.cnf" to set user-specific options. # # One can use all long options that the program supports.
I am using Parallels Plesk Panel v. 11.0.9 on a V-Server provided by Strato (Germany), the OS is Ubuntu 10.04 LTS. Established and running under Plesk is a MySQL-Database, administered via Plesk by PHPMyAdmin 3.5.8.1. PHPMyAdmin offers the following information:
Datenbank-Server
Server: Localhost via UNIX socket Software: MySQL Software-Version: 5.1.41-3ubuntu12.10 - (Ubuntu) Protokoll-Version: 10 Benutzer: admin@localhost Server Zeichensatz: UTF-8 Unicode (utf8) Webserver
sw-cp-server Datenbank-Client Version: libmysql - mysqlnd 5.0.8-dev - 20102224 - $Id: 731e5b87ba42146a687c29995d2dfd8b4e40b325 $ PHP-Erweiterung: mysql Click to expand...
I have a vb forum that keep sending me email errors: max_user_connections. I've increased the setting in my.cnf to 2000 (max allowance) and still getting error.
What's possibly are the other reasons? Anyone has any idea?
I have two servers (one for apache and one for SQL) where both are in the same DC. I looked at the BW graph and saw that the SQL server has pulled approx 4TB BW on the internet the last 30 days.
Since both are in the same DC, it would be better to run it via the network since it has free lan traffic compared to wasting a lot of "internet BW".
I'm currently using sqlservername.domain.com in the SQL connection string, but when I tried with the IP, the php script stalls for 30 seconds and then reports: "Can't connect to MySQL server on 'hostname' (4)".
Could this be a iptables issue? I also tried to add the apache IP in the "Additional MySQL Access Hosts" from cPanel, but that didn't help much.
Servers: Apache - 10.1.0.xxx SQL - 10.1.1.xxx
If I'm not mistaken, if the subnet isn't set to 255.255.255.0, both servers should be within range.
Why does this happen? How should I fix it? Can I just restart the sql service? How to do so?
This either means that the username and password information in your wp-config.php file is incorrect or we can't contact the database server at localhost. This could mean your host's database server is down.
* Are you sure you have the correct username and password? * Are you sure that you have typed the correct hostname? * Are you sure that the database server is running?
If you're unsure what these terms mean you should probably contact your host.