-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Issue with JRuby/SSL #30
Comments
What platform are you running on? |
@headius are there any limitations using pipes on JRuby? i.e. can't select for readability on windows or some other weird shit? |
@rdubya can you try using |
@ioquatix Nothing comes to mind, but Windows pipes are a little weird at times. If we can get a reproduction with |
@ioquatix I am running on os x 10.14 with JRuby 9.2.8.0.
I ran with the pure env variable and got this result:
@headius When I run it with the backtrace style as full (and the native option off), I get this output:
One interesting difference to note is that with |
Okay this is enough information for me to repro, I'll try to do it. |
@ioquatix Have you had a chance to take a look at this? Is there anything else you need from me? |
@rdubya Sorry, will review this weekend. |
@rdubya sorry for the delay in attending to this issue, I have been completely snowed under with work and an upcoming presentation about async. I am working on this now. |
@rdubya have you tried running your code using CRuby? |
jruby/jruby#5944 is blocking this issue. |
Awesome. Thanks for digging into it. |
Hey @ioquatix,
Sorry for the delay, I finally got back to digging into this. I'm not sure if this is jruby specific or if it is something else, but I get these errors when I try to use the cloudflare gem with a proxy:
It appears that it is making a connection to the proxy (from the squid access logs):
This is how I am configuring the cloudflare connection (simplified version):
Any thoughts on things that could potentially be misconfigured?
Originally posted by @rdubya in #25 (comment)
The text was updated successfully, but these errors were encountered: