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.
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