Skip to content
Snippets Groups Projects
Commit 6bbb9d29 authored by Jannik Hoelling's avatar Jannik Hoelling
Browse files

bump lighttpd version

parent b37511b4
No related branches found
No related tags found
No related merge requests found
...@@ -14,11 +14,12 @@ Scans each Server with TLS-Scanner https://github.com/tls-attacker/TLS-Scanner ...@@ -14,11 +14,12 @@ Scans each Server with TLS-Scanner https://github.com/tls-attacker/TLS-Scanner
3. Go into any subdirectory and do ``./run.sh`` 3. Go into any subdirectory and do ``./run.sh``
## Server overview and versions tested ## Server overview and versions tested
'strict' means the server rejects the connection if he doesn't recognize the ALPN or SNI sent.
| Server | ALPN |SNI | | Server | ALPN |SNI |
| ------------- | ------------- | ------------- | | ------------- | ------------- | ------------- |
| apache 2.4.51 | not strict | not strict | | apache 2.4.51 | not strict | not strict |
| nginx 1.21.4 | strict | not strict | | nginx 1.21.4 | strict | not strict |
| lighttpd 1.4.59 | strict | not strict | | lighttpd 1.4.63 | strict | not strict |
| postfix/smtpd 3.6.2 | ------------ | not strict | | postfix/smtpd 3.6.2 | ------------ | not strict |
| openSMTPD 6.8.0 | ------------ | ------------ | | openSMTPD 6.8.0 | ------------ | ------------ |
| sendmail 8.17.1 | ------------ | ------------ | | sendmail 8.17.1 | ------------ | ------------ |
...@@ -26,7 +27,7 @@ Scans each Server with TLS-Scanner https://github.com/tls-attacker/TLS-Scanner ...@@ -26,7 +27,7 @@ Scans each Server with TLS-Scanner https://github.com/tls-attacker/TLS-Scanner
| Courier 5.10 | strict | not strict | | Courier 5.10 | strict | not strict |
| Dovecot 2.3.13 | ------------ | not strict | | Dovecot 2.3.13 | ------------ | not strict |
| pure-ftpd 1.0.49 | ------------ | not strict | | pure-ftpd 1.0.49 | ------------ | not strict |
| cyrus 3.4.2-1 | strict in git | not strict | | cyrus 3.4.2-1 | strict in master only https | not strict |
| ProFTPD 1.3.8rc2 | ------------ | strict | | ProFTPD 1.3.8rc2 | ------------ | strict |
| vsftpd 3.0.5 | strict | strict | | vsftpd 3.0.5 | strict | strict |
| filezilla server 1.1.0 | strict | not strict | | filezilla server 1.1.0 | strict | not strict |
......
...@@ -5,7 +5,7 @@ FROM tls-openssl ...@@ -5,7 +5,7 @@ FROM tls-openssl
# RUN cat /etc/ssl/cert-data/tls-server-chain.crt >> /etc/ssl/private/pure-ftpd.pem # RUN cat /etc/ssl/cert-data/tls-server-chain.crt >> /etc/ssl/private/pure-ftpd.pem
RUN apk add pcre-dev zlib-dev bsd-compat-headers RUN apk add pcre-dev zlib-dev bsd-compat-headers
ARG VERSION=1.4.59 ARG VERSION=1.4.63
WORKDIR /build WORKDIR /build
RUN wget https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${VERSION}.tar.gz RUN wget https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${VERSION}.tar.gz
RUN tar -xvf lighttpd-${VERSION}.tar.gz RUN tar -xvf lighttpd-${VERSION}.tar.gz
......
...@@ -5,7 +5,7 @@ FROM tls-baseimage ...@@ -5,7 +5,7 @@ FROM tls-baseimage
# RUN cat /etc/ssl/cert-data/tls-server-chain.crt >> /etc/ssl/private/pure-ftpd.pem # RUN cat /etc/ssl/cert-data/tls-server-chain.crt >> /etc/ssl/private/pure-ftpd.pem
RUN apk add mbedtls-dev pcre-dev zlib-dev bsd-compat-headers RUN apk add mbedtls-dev pcre-dev zlib-dev bsd-compat-headers
ARG VERSION=1.4.59 ARG VERSION=1.4.63
WORKDIR /build WORKDIR /build
RUN wget https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${VERSION}.tar.gz RUN wget https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${VERSION}.tar.gz
RUN tar -xvf lighttpd-${VERSION}.tar.gz RUN tar -xvf lighttpd-${VERSION}.tar.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment