#2038 - A new twist...
grooveman
Joined: 2010-02-22
Posts: 43 |
![]() |
Hi everyone. Using g3.01 here. I have been having issues uploading files using the flash uploader under Linux (#2038 (IO) errors, but it works fine under windows and firefox, safari or IE). After scouring the Internet, I found a thread or two that simply stated that it simply doesn't work under Linux. That is flat-out horse pucky. After playing with this for some time, I found that if I disable https on the server (I don't allow unencrypted logins on my box), the uploader works as expected. It is only when my gallery is behind https that the issue arises. Let me be clear that this NOT a self-signed certificate. I paid for this cert through RapidSSL, and it is verified by GeoTrust, Inc., and it is not expired. It is official. Besides, if it were simply an issue with a self-signed cert, then it wouldn't work under Windows either. So far, I see this as an issue with the flash player port in Linux doing or not doing something behind the scenes. So... since I don't see Adobe giving a fig about this, the question is: Is there any elegant work-around for this issue? And, is anyone else finding similar issues when using a Linux client over an https connection? Thank you. G |
|
nivekiam
![]()
Joined: 2002-12-10
Posts: 16504 |
![]() |
Good to know. Guess I won't go with RapidSSL even though they are cheaper. I currently have a RapidSSL trial cert setup on my site so I'll see if I can test that in the next day or two. |
|
grooveman
Joined: 2010-02-22
Posts: 43 |
![]() |
Quote:
Good to know. Guess I won't go with RapidSSL even though they are cheaper. Heh. I hope that isn't the only wisdom gained here! ;) Quote:
I currently have a RapidSSL trial cert setup on my site so I'll see if I can test that in the next day or two. Thanks, I'd appreciate that! |
|
ramind
Joined: 2007-04-09
Posts: 11 |
![]() |
Hi, I get the 2038 error, and also "Server Error 413". It looks like they are related to mod_security. - Errors 2038 and 2038 (IO): Quote:
--8cdd7f0a-H-- This means that the uploader of Gallery3 is sending the server weird stuff in the request. ---------------------------------------------------------------------- - HTTPD Error 413: Environment: I hope that this helps. |
|
grooveman
Joined: 2010-02-22
Posts: 43 |
![]() |
Umm... not so sure this is the same issue ramind... First, why would it only affect linux clients? It works on Windows just fine. If it were a configuration issue on the server, wouldn't affect all OSes and all browsers? Second, I cannot find any mention of mod_security on my server. I'm running Debian Lenny. I don't see a mod_security.conf anywhere, and I haven't found any "SecRequestBodyLimit" in any files under /etc via a recursive grep. I have searched via aptitude, and see no mod_security or ModSecurity (or any other variant) and foudn no mention of it. I have tried putting a line in like this "SecRequestBodyLimit 67108864" /etc/apache2/conf.d/security and in apache2.conf directly, but it only errored-out. I'm just not sure we are talking about the same thing here... |
|
erAck
Joined: 2011-06-22
Posts: 4 |
![]() |
grooveman wrote:
I found that if I disable https on the server (I don't allow unencrypted logins on my box), the uploader works as expected. It is only when my gallery is behind https that the issue arises. I confirm that the error occurs on Linux with HTTPS but not with HTTP. |
|
nivekiam
![]()
Joined: 2002-12-10
Posts: 16504 |
![]() |
Who issued your SSL certs? |
|
grooveman
Joined: 2010-02-22
Posts: 43 |
![]() |
Hi Niv, Like I said in that pm I sent you a while back, I'm using rapid ssl through GEO Trust. Purchased through Reliable Site. I would be interested in knowing wath erAk uses... |
|
erAck
Joined: 2011-06-22
Posts: 4 |
![]() |
Validity/trust of the certificate might indeed be a problem. I use a self-signed certificate that I explicitly accepted in Firefox, maybe the Flash stuff bails out on that. |
|
grooveman
Joined: 2010-02-22
Posts: 43 |
![]() |
This has to be a problem with flash for linux... I just updated my flash about 5 days ago, and it suddenly works. So... what version of flash are you running? I'm running: Shockwave Flash 10.3 r181, and firefox 3.6.17. |
|
guywithcable
Joined: 2011-07-22
Posts: 1 |
![]() |
On this same note, uploading wouldn't work on my site either. After checking the apache logs and seeing a 401 error I realized it was because my site was using HTTP authentication. Apparently the flash uploader can't do HTTP authentication. It worked perfectly once I disabled HTTP authentication. I don't know if any of this helped effect the 2038 problem, but here's my setup: Ubuntu Server 10.10 (SSL is enabled.) |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
guywithcable, Dave |
|