You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The proxy container exposes many ports for different functionality.
119
+
When deploying the container to work around adverse network conditions,
120
+
this flexibility may actually be undesirable,
121
+
since a proxy instance may be uniquely identified by some of the non-standard ports.
122
+
123
+
To provide basic functionality (messages and media),
124
+
we recommend exposing only ports 443 and 587 on the proxy endpoint.
125
+
126
+
This is required **only if exposing the proxy on a public IP address**,
127
+
and not needed for users connecting to the proxy through a VPN or a private connection.
128
+
129
+
> Note: When using the proxy enabled HTTPS port (8443),
130
+
> make sure port 8443 is exposed publicly as port 443,
131
+
> to ensure WhatsApp clients can connect to port 443.
132
+
116
133
## Certificate generation for SSL encrypted ports
117
134
118
135
Ports 443 and 8443 are protected by a self-signed encryption certificate generated at container start time. There are some custom options should you wish to tweak the settings of the generated certificates
0 commit comments