Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Host HTTP header to MS-KKDCP requests #507

Closed
wants to merge 1 commit into from

Commits on Aug 9, 2016

  1. Add Host HTTP header to MS-KKDCP requests

    Some webservers require a Host HTTP header for TLS connections with
    SNI (server name indicator). For example Apache HTTPD with a recent
    version of mod_nss aborts HTTPS requests without Host header with
    response '400 Bad Request' and error message:
    
        Hostname example.org provided via SNI, but no hostname provided in
        HTTP request
    
    The HTTP Host header is also required for virtual hosts. TLS SNI support
    was added in 4b6045a.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1364993
    
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    tiran committed Aug 9, 2016
    Copy the full SHA
    6a4dd53 View commit details
    Browse the repository at this point in the history