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
SSL is supported and can for example be used with Letsencrypt certificates, you just need to convert them to a Java key-store. See this [bash script](https://github.com/SEPIA-Framework/sepia-installation-and-setup/blob/master/sepia-custom-bundle-folder/letsencrypt/copy-cert-to-keystore.sh) for an example.
20
22
21
-
Be sure to check-out the source to tweak the number of possible threads for more performance.
23
+
Hostname, port and proxy paths can be configured via the `proxy.properties` file in `settings`.
24
+
25
+
Before using: Be sure to check-out the source to tweak the number of possible threads for more performance. If you use the IP filter for local addresses make sure that there is NO OTHER proxy in front otherwhise all your IPs will be local and the filter will NOT WORK!
22
26
23
27
Good to know: Thanks to Undertow it also works as proxy for WebSocket servers out-of-the-box :-)
24
28
25
-
### To-do
26
-
Introduce a config-file and maybe some command-line options to handle custom path-to-target mappings.
0 commit comments