Christopher Schultz

Results 82 comments of Christopher Schultz

After testing, my SOAP-based services are working exactly as expected after enabling parent-first load-order.

Do you have a full stack trace @elavy-harris ?

Thanks. I checked, and I don't see anywhere in Mirth where a hostname verifier is being created and handed an exact hostname, so it must be looking at the URL...

Are you sending a custom `Host` header in your HTTP request?

Oh. I'm also only viewing the source of the community edition. It's entirely possible that the SSL Manager Plug-in does things differently. I would file a support case with NextGen...

If @ab-20-m is right, the child process can hang if the parent process isn't processing the child process's stdout and stderr streams. Odd that the event queue is writing to...

Mirth Connect Administrator should use the exact same URL that MCAL used to launch it. The server shouldn't be providing the URL back to the client... the client already knows...

Mirth should have better support for reverse proxies in general. For example, if you try to fetch WSDL files from Mirth and Mirth is behind a reverse-proxy (or even something...

Another option for pre-poll might be to say "yeah, go ahead and skip this poll process" to stop the process. Kind of like `return false` from a filter, except, ya...

FWIW, an attacker would already have to have control of your Mirth server in order to exploit this. While updating to the latest library version is always a good idea,...