Simple-Web-Server icon indicating copy to clipboard operation
Simple-Web-Server copied to clipboard

Can't build due to TLS v1.2 support missing in Boost 1.53

Open iamthebot opened this issue 7 years ago • 1 comments

9701a4504b21f7ab424aed9eb63db66e93cabefc breaks compatibility with Boost 1.53 (the latest boost version on RHEL/CentOS 7.3). Luckily, the underlying openssl library does support it so we can still mandate TLS 1.2 support via OpenSSL flags.

This is now fixed by PR #116

iamthebot avatar Mar 13 '17 14:03 iamthebot

#116 has now been refactored to use a compile-time fallback.

iamthebot avatar Mar 24 '17 01:03 iamthebot