ssl_unclean_shutdown

ssl_unclean_shutdown

This a hack borrowed from mod_ssl for Apache. Certain user-agents, notably Microsoft Internet Explorer, may not execute the SSL shutdown procedure correctly, especially when persistent connections are involved. Enabling this directive violates the SSL/TLS standard but may eliminate error messages from broken clients.

Syntax

ssl_unclean_shutdown on|off

Default

ssl_unclean_shutdown off

Example

ssl_unclean_shutdown on

Related

https_port



    Appendix A. Config File Reference