soi-toolkit / soi-toolkit-mule

SOI Toolkit and Mule ESB
Apache License 2.0
6 stars 1 forks source link

soitoolkit-encryption-web-tool: change config to make webapp accessible from other than localhost #355

Closed hdahl closed 9 years ago

hdahl commented 9 years ago

Original issue 355 created by soi-toolkit on 2013-10-29T12:05:48.000Z:

The localhost-listener behaviour was changed in Mule 3.4.0 so that "localhost"-listener ports can only be accessed from localhost. To be externally accessible we need to listen to 0.0.0.0 instead. See Mule 3.4.0 release notes.

Change the entry in the property file from:

HTTPS_HOST=localhost

to:

HTTPS_HOST=0.0.0.0

hdahl commented 9 years ago

Comment #1 originally posted by soi-toolkit on 2014-01-23T11:02:27.000Z:

This issue was closed by revision r2106.

hdahl commented 9 years ago

Comment #2 originally posted by soi-toolkit on 2014-01-23T11:14:03.000Z:

<empty>