Custom Query (16 matches)
Results (1 - 3 of 16)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#26 | worksforme | End of file found: GnuTLS: Error reading data. (-54) 'Error in the pull function.' | ||
Description |
When connecting by Google Chrome 37 or Mozilla Firefox 32 the connection to my HTTPS secured vhosts fails. Connections by IE 11 work fine. You can try it yourself by https://www.drehcom.de. Loglevel is already set to info. What I see is only: Tue Sep 16 09:29:42 2014] [info] (70014)End of file found: GnuTLS: Error reading data. (-54) 'Error in the pull function.' [Tue Sep 16 09:29:42 2014] [error] [client 195.243.60.226] request failed: error reading the headers I am using the latest branch. I compiled it for Apache/2.2.3 |
|||
#135 | invalid | mod_gnutls bug ? | ||
Description |
我使用 mod_ssl 沒問題, 換成 mod_gnutls 會有一些問題! web 使用上正常: https://mani5.qoowoo.com/ http://www.sslchecker.com/sslchecker?su=58c1428092b59c3d2776ef893d47104d SSL is not trusted 只有 mod_gnutls 會有這樣問題! |
|||
#5 | fixed | Client-side certificates not recognzied | ||
Description |
imported from mantis, at 2011-10-02 macrotex wrote: I have this configuration in Apache: <VirtualHost example.com:443> GnuTLSEnable On GnuTLSPriorities NORMAL:!DHE-RSA:!DHE-DSS:!AES-256-CBC:%COMPAT GnuTLSCertificateFile /etc/ssl/certs/mdm-dev1-gnutls.pem GnuTLSKeyFile /etc/ssl/private/myserver-dev1.key # Client certs CA chain GnuTLSClientCAFile /etc/ssl/certs/ca-chain.pem GnuTLSExportCertificates On GnuTLSClientVerify ignore <LocationMatch /device.*/checkin> GnuTLSClientVerify require </LocationMatch> </VirtualHost>
I have a client going to this URL and submitting a client certificate (I know it does as I have tested this with mod_ssl and the client certificate gets passed). However, with mod_gnutls no certificate seems to get passed. In particular, the |