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
Original issue reported on code.google.com by
hakan.d...@callistaenterprise.se
on 29 Oct 2013 at 12:05