Skip to content
  • kaniini's avatar
    http: fix TLS server name indication · 290798b8
    kaniini authored
    by default, hackney only sent TLS server name indication if TLS was locked
    to TLS 1.2.
    
    since there are many instances out there not speaking TLS 1.2, it is not
    acceptable to lock SNI to TLS 1.2.
    
    closes #261
    290798b8