[bitnami/mastodon] websocket served unencrypted over TLS ingress #15507
Labels
mastodon
on-hold
Issues or Pull Requests with this label will never be considered stale
tech-issues
The user has a technical issue about an application
Name and Version
bitnami/mastodon 1.1.1
What architecture are you using?
amd64
What steps will reproduce the bug?
On a cluster running cert-manager (bitnami chart) that issues certificates using letsencrypt:
Using the following command and values.yaml, mastodon starts up correctly, but the website fails to create a websocket connection to streaming because of
mixed content
.Are you using any custom parameters or values?
values.yaml:
What is the expected behavior?
full functionality, service of websocket via
wss:
URLs rather thanws:
URLsWhat do you see instead?
mastodon is trying to serve websockets in an unencrypted way via
ws:
URLsThe text was updated successfully, but these errors were encountered: