Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
alpaca-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jannik Hoelling
alpaca-server
Commits
6bbb9d29
There was an error fetching the commit references. Please try again later.
Commit
6bbb9d29
authored
Dec 9, 2021
by
Jannik Hoelling
Browse files
Options
Downloads
Patches
Plain Diff
bump lighttpd version
parent
b37511b4
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+3
-2
3 additions, 2 deletions
README.md
lighttpd/Dockerfile
+1
-1
1 addition, 1 deletion
lighttpd/Dockerfile
lighttpd/Dockerfile-mbedtls
+1
-1
1 addition, 1 deletion
lighttpd/Dockerfile-mbedtls
with
5 additions
and
4 deletions
README.md
+
3
−
2
View file @
6bbb9d29
...
@@ -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 |
...
...
This diff is collapsed.
Click to expand it.
lighttpd/Dockerfile
+
1
−
1
View file @
6bbb9d29
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
lighttpd/Dockerfile-mbedtls
+
1
−
1
View file @
6bbb9d29
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment