manirathnamgowd / soi-toolkit

Automatically exported from code.google.com/p/soi-toolkit
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by hakan.d...@callistaenterprise.se on 29 Oct 2013 at 12:05

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r2106.

Original comment by hakan.dahl@gmail.com on 23 Jan 2014 at 11:02

GoogleCodeExporter commented 9 years ago

Original comment by hakan.dahl@gmail.com on 23 Jan 2014 at 11:14