Skip to content

Setting up Plausible in AWS ECS + RDS (Aurora Postgres) #4600

Closed Answered by ruslandoga
guatedude2 asked this question in Self-Hosted Support
Discussion options

You must be logged in to vote

I'll run some manual checks on RDS with Erlang's :ssl and come back with configuration that works.
You would then be able to set it with extra config: #3906

I haven't tried it, but I think something like this should work:

my_config.exs

import Config

config :plausible, Plausible.Repo,
  ssl_opts: [
    depth: 10,
    server_name_indication: ~c"plausible.abcdefghi.us-east-1.rds.amazonaws.com"
  ] 

Replies: 5 comments 20 replies

Comment options

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

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
11 replies
@ruslandoga
Comment options

@guatedude2
Comment options

@ruslandoga
Comment options

@guatedude2
Comment options

@guatedude2
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
8 replies
@ruslandoga
Comment options

Answer selected by guatedude2
@guatedude2
Comment options

@ruslandoga
Comment options

@ruslandoga
Comment options

@guatedude2
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants