Has anyone used mod_wsgi-express with letsencrypt certificates on apache2?

On running mod_wsgi-express like this:

mod_wsgi-express start-server --log-to-terminal --startup-log
--https-port 443 --https-only --server-name mysite.com
--ssl-certificate-file ssl-certs/fullchain.pem
--ssl-certificate-key-file ssl-certs/privkey.pem
--ssl-ca-certificate-file ssl-certs/chain.pem --user www-data --group
www-data --port 80 --host mysite.com

Error:
[Thu Sep 06 00:54:01.900285 2018] [ssl:error] [pid 20491:tid
140457738499840] [client 111.92.31.10:18017] AH02261: Re-negotiation
handshake failed
[Thu Sep 06 00:54:02.182394 2018] [ssl:error] [pid 20491:tid
140457738233600] [client 111.92.31.10:9803] AH02261: Re-negotiation
handshake failed
[Thu Sep 06 00:54:02.182636 2018] [ssl:error] [pid 20491:tid
140457738233600] SSL Library Error: error:1417C0C7:SSL
routines:tls_process_client_certificate:peer did not return a
certificate -- No CAs known to server for verification?


Joel G Mathew

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAA%3Diw_9wnGrOU9b3Vx_gjTsmbin3W3BgNXRv4tp8RWAy%3DGsjbw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to