Custom Query (16 matches)
Results (16 of 16)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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 |
Note: See TracQuery
for help on using queries.