Skip to content

Struggling to understand how to associate domain over SSL for SEQ (domain is working over SSL, SEQ is running over HTTP ) #2359

Answered by nblumhardt
Dunce001 asked this question in Help
Discussion options

You must be logged in to vote

Hi! This will require configuring nginx as a reverse proxy so that the SSL connections arriving on port 443 are passed through to the Seq Docker container on port 80. Check out nginx's proxy_pass directive, and also, if nginx is running in a container you'll have some additional Docker networking issues to look at before the nginx container will be able to reach the Seq one). HTH!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Dunce001
Comment options

Answer selected by Dunce001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants