Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection closed error while downloading jar files #19

Closed
kayyagari opened this issue Aug 20, 2023 · 0 comments
Closed

Connection closed error while downloading jar files #19

kayyagari opened this issue Aug 20, 2023 · 0 comments

Comments

@kayyagari
Copy link
Owner

From mkopinsky via Slack:

/Applications/Ballista.app/Contents/MacOS/Ballista --help
found 0 trusted certificates
probing and setting OpenSSL environment variables
creating directory "/var/folders/8w/1q4ss53j13qbw76yy078xn6h0000gp/T/ballista/80eb4b6ce75c54b6a48b12d648e4e17c6b210b4390c38682364d5b7c3a57bb6c"
error sending request for url (https://redacted:8443/webstart/client-lib/hapi-1.1.jar): connection closed before message completed

Later the below fix was applied by him, locally, to resolve the issue.

I added
.pool_max_idle_per_host(0)
to client builder and I was able to get in via ballista!!!!
(https://mirthconnect.slack.com/archives/C05FV9Y5RE2/p1692026408240539?thread_ts=1691764412.145079&cid=C05FV9Y5RE2)
I don't adequately understand the diagnosis and fix, but hyperium/hyper#2136 (comment) is where I got that from

kayyagari pushed a commit that referenced this issue Aug 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant