I am trying to use Pound as a reverse proxy on my server to serve
multiple online services available on server intern local IP addresses
through http on their different domains through https using only one
public IP address.
My configuration:
Global:
User: "root"
Group: "root"
Backends:
- &nextcloud
Address: 10.10.2.2
Port: 80
HTTPListeners:
HTTPSListeners:
- Address: 185.128.244.57
Port: 443
Services:
- HeadRequire: "Host: nc.emanuel-loos.eu"
Backends:
- *nextcloud
Certificates:
"/etc/letsencrypt/live/emanuel-loos.eu/fullchain-and-privkey.pem"
Client: 60
Ciphers:
- TLS-ECDHE-RSA-WITH-AES-256-GCM-SHA384
- TLS-DHE-RSA-WITH-3DES-EDE-CBC-SHA
- TLS-DHE-RSA-WITH-AES-128-CBC-SHA
- TLS-RSA-WITH-CAMELLIA-128-CBC-SHA
- TLS-RSA-WITH-AES-128-CCM
- TLS-RSA-WITH-AES-256-GCM-SHA384
- TLS-RSA-WITH-RC4-128-MD5
- TLS-RSA-WITH-3DES-EDE-CBC-SHA
However when trying to connect Firefox throws a PR_END_OF_FILE_ERROR and
Pound crashes with a storage access error. However when I try to connect
using lynx it works perfectly.
root@Server:~# pound -d 1
start get_others /build/pound-hSCqfU/pound-3.0/src/config.c:564
start get_global /build/pound-hSCqfU/pound-3.0/src/config.c:74
start get_backends /build/pound-hSCqfU/pound-3.0/src/config.c:123
start get_https /build/pound-hSCqfU/pound-3.0/src/config.c:489
start get_services /build/pound-hSCqfU/pound-3.0/src/config.c:209
start get_certificates /build/pound-hSCqfU/pound-3.0/src/config.c:451
start
get_one(/etc/letsencrypt/live/emanuel-loos.eu/fullchain-and-privkey.pem)
/build/pound-hSCqfU/pound-3.0/src/config.c:376
start get_ciphers /build/pound-hSCqfU/pound-3.0/src/config.c:334
Starting resurrector thread /build/pound-hSCqfU/pound-3.0/src/util.c:80
7F445B27F700 start service /build/pound-hSCqfU/pound-3.0/src/http.c:45
7F445AA7E700 thr_http start /build/pound-hSCqfU/pound-3.0/src/http.c:535
7F445A27D700 thr_http start /build/pound-hSCqfU/pound-3.0/src/http.c:535
7F4459A7C700 thr_http start /build/pound-hSCqfU/pound-3.0/src/http.c:535
7F4458279700 thr_http start /build/pound-hSCqfU/pound-3.0/src/http.c:535
7F4458A7A700 thr_http start /build/pound-hSCqfU/pound-3.0/src/http.c:535
7F4457A78700 thr_http start /build/pound-hSCqfU/pound-3.0/src/http.c:535
7F4457277700 thr_http start /build/pound-hSCqfU/pound-3.0/src/http.c:535
7F445927B700 thr_http start /build/pound-hSCqfU/pound-3.0/src/http.c:535
7F4457277700 start sni /build/pound-hSCqfU/pound-3.0/src/util.c:157
Speicherzugriffsfehler
root@Server:~# apt info pound
Package: pound
Version: 3.0-2
Priority: optional
Section: net
Maintainer: Carsten Leonhardt <l...@debian.org>
Installed-Size: 156 kB
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: lsb-base, sysuser-helper (<< 1.4), libc6 (>= 2.25),
libmbedcrypto3 (>= 2.13), libmbedtls12 (>= 2.13), libmbedx509-0 (>=
2.0), libnanomsg5 (>= 1.1.5), libpcre3, libyaml-0-2
Homepage: https://www.apsis.ch/pound.html
Tag: interface::daemon, network::load-balancing, network::server,
protocol::http, protocol::ssl, role::program, use::proxying,
web::server
Download-Size: 62,6 kB
APT-Manual-Installed: yes
APT-Sources: http://deb.devuan.org/merged chimaera/main amd64 Packages
Thank you very much in advance!
Emanuel Loos
--
pound mailing list
pound@apsis.ch
https://admin.hostpoint.ch/mailman/listinfo/pound_apsis.ch