Configuring Seq HTTPS on Docker with haproxy #2317
Unanswered
nikimarchin
asked this question in
Help
Replies: 1 comment
-
Hi Nikolay, thanks for your message.
This is a very old Seq image; 2024.3 is the current release.
If you want to access Seq on 80 and 443, try
I'm not especially familiar with Docker Compose and the differences between its major versions so you may need to dig around in the Compose docs for this. To get 443 to be served on the Seq side, you'll need to mount that PEM file into the Hope this helps, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We want to deploy and use Seq on Docker to collect logs and monitor a number of .Net applications that we have. At the moment we are having problems in configuring Seq to serve on HTTPS. We are using a docker-compose.yml file for the Seq's docker container:
For a reverse proxy we are using Haproxy that handles incoming requests and redirects traffic to specific containers:
I will also provide the Haproxy configuration file:
Our haproxy server redirects the request successfully but it turns out that on seq-dev:80 there is nothing and we get a 503 status code. If we expose the ports in the Seq's docker compose we are able to access Seq on http://devlogs.******.bg:5341 for example and we assume that the container works.
Also in addition should we be seeing the ssl ports (443 and 45341) in the container when we start it?
We are wondering is there something else that we should configure on the Seq's side? There is no example in the documentation for a reverse proxy approach so any help will be appreciated.
Thank you for your time!
Beta Was this translation helpful? Give feedback.
All reactions