[dl-ticket-service] Thunderbird addon and dl-wx client failing on certificate revocation check, browsers work fine.

2017-11-29 Thread Mark Pagnotta
When I attempt to upload a file to my DL server using the dl-wx client, I receive the error: "DL connection error: schannel: next InitializeSecurityContext failed: unknown error (0x80092012) - The revocation function was unable to check revocation for the certificate" If I uncheck the "Verify SS

Re: [dl-ticket-service] Thunderbird addon and dl-wx client failing on certificate revocation check, browsers work fine.

2017-11-30 Thread Mark Pagnotta
Thanks for the quick reply! On Wed, Nov 29 2017, Mark Pagnotta wrote: > "DL connection error: schannel: next InitializeSecurityContext failed: > unknown error (0x80092012) - The revocation function was unable to check > revocation for the certificate" If I uncheck the "

Re: [dl-ticket-service] Thunderbird addon and dl-wx client failing on certificate revocation check, browsers work fine.

2017-11-30 Thread Mark Pagnotta
Try to make an "info" request using "curl". There's a sample request at the bottom of RESTAPI.rst. If this works, then the server setup is OK, and the problem is for sure in the client. curl works. I ran the following: `curl https://dl.company.com/rest.php/newticket -F file=@afile -F msg={} -H

Re: [dl-ticket-service] Thunderbird addon and dl-wx client failing on certificate revocation check, browsers work fine.

2017-12-01 Thread Mark Pagnotta
I have it working with the Thunderbird extension. I couldn't be more embarrassed or apologetic because it was a stupid error on my side that was causing the issue. I had created templates for all the CAs in my certificate chain but when I copied them I forgot to change the "CRL Distribution Poi

[dl-ticket-service] Web interface doesn't send email to recipient in "Send link to e-mail" field

2017-12-06 Thread Mark Pagnotta
Using dl 0.18.1 When uploading a file via the web interface, all works correctly except that the recipient specified in the "Send link to e-mail" field never gets sent an email. I tried troubleshooting this from the dl server and found the following when creating a ticket: - No DNS lookup is

Re: [dl-ticket-service] Web interface doesn\'t send email to recipient in \"Send link to e-mail\" field

2017-12-07 Thread Mark Pagnotta
Or, any different setting between cli/php.ini and fpm/php.ini? Thank you. This pointed me in the right direction. Of course! The obvious thing was to try mail() in a script run by the webserver. So I made a PHP file that tried to mail me and it didn't work. I realized that the problem stemmed f