Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 314 of 808  Not logged in ELOG logo
    icon2.gif   Re: Several attachement at the same time, posted by Stefan Ritt on Wed Jan 30 08:01:23 2008 


    
        
            stephane wrote:
        
        
            
            I would like to make several attachement at the same time. I would be great cause I have lot of attachements
    icon2.gif   Re: Several Problems with 2.3.5, posted by Stefan Ritt on Tue Apr 22 20:17:34 2003 
> We use ELOG 2.3.5 for Windows with a German language file and have found 
> some new problems:
>
    icon2.gif   Re: Setting Subject for ELog email notification, posted by Stefan Ritt on Thu Jul 13 08:11:33 2006 
[quote="Alan Stone"]Hi,

I have the following elogd.cfg syntax:
    icon2.gif   Re: Setting From: for registration/password e-mails, posted by Stefan Ritt on Fri Feb 16 16:45:33 2007 
[quote="Ben Waugh"]We had a problem, as mentioned in the documentation, with "new password" e-mails being rejected because the default From: address is
invalid, so we changed this using "Use Email From".
    icon2.gif   Re: Setting From: for registration/password e-mails, posted by Stefan Ritt on Fri Feb 16 17:14:53 2007 
[quote="Stefan Ritt"]Right. The logic in the program and the documentation disagreed. The program uses the "Use Email From" address always if it's there,
while the documentation gives preference to the user's email address. I change that in the program so that it agrees with the documentation. The modification
is in SVN revision 1789 and will be contained in the upcoming next release.[/quote]
    icon2.gif   Re: Server dropping SSL connection while uploading large files, posted by Erkcan Ozcan on Wed Jun 28 19:37:10 2017 
Hi,

Could someone at least suggest how I could debug this problem myself? If I know where to start, perhaps I can fix it myself and contribute to
the software.
    icon2.gif   Re: Server dropping SSL connection while uploading large files, posted by Andreas Warburton on Wed Jun 28 22:20:38 2017 
Hi Erkcan,

I observed similar behaviours when attempting to do SSL uploads and mirroring over a WAN (see some of my recent posts).  Having not received
any responses/help, and no time to try debugging the source myself, I've changed the way I use ELOG such that my attachment uploads are always local
    icon2.gif   Re: Server dropping SSL connection while uploading large files, posted by Stefan Ritt on Thu Jun 29 08:36:03 2017 
One possibility is to run elog in non-SSL mode and put an Apache server in front of it. The Apache server can then do the SSL communication, and forward
all requests to elog in plain text (non-SSL). This has been proven to work with large attachments, actually that's the way I use it.

I didn't find time to debug the SSL problem. If anybody is interested in doing so, the relevant code is in function server_loop() around
ELOG V3.1.5-3fb85fa6