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

AuthenticateAsClient not working #4

Open
marcominetti opened this issue May 9, 2014 · 5 comments
Open

AuthenticateAsClient not working #4

marcominetti opened this issue May 9, 2014 · 5 comments

Comments

@marcominetti
Copy link
Owner

I tried to 'consume' an HTTP web server but connection drops during handshake... something wrong in wrapper...

@haf
Copy link

haf commented Dec 18, 2014

Keep up the good work on your fork! =)

@marcominetti
Copy link
Owner Author

Sorry, I'm quite busy at the moment... Have youtried to fix or find the problem?

@haf
Copy link

haf commented Dec 18, 2014

No, I'm currently in the process of evaluating different TLS implementations for Suave and Logary and I need this functionality.

I wasn't trying to hurry you along, I was just saying that you're doing good work =)

@marcominetti
Copy link
Owner Author

is there the concept of hurry in pure open-source? LOL

suave and logary, interesting! i've spent lots of time on my own web application server and framework but now i'm porting it to node.js... maintaining a Javascript compiler and runtime built in pure C# AND an application server/framework built on top of it... is tough when you get no support from Microsoft at all and Oracle starts playing with Nashorn...

btw, i had the same problem with my project "ljve"... i've tried a pure managed implementation AaltoTLS

http://blog.ljve.me/openssl-wrapper-for-net-mono-on-linux/

@haf
Copy link

haf commented Dec 18, 2014

I really doubt that Microsoft's lack of support for anyone's runtime is the core of why it would fizzle. Instead, if you want open source to succeed, it's really about building a community around it, talking about it and showing that it's a better option. After all, that's what node.js was and Ruby on Rails and ...

I've looked into AaltoTLS and it's well composed, but the author says what you do; it's not performant. However, I think most libraries can be optimised to the point where their performance is good enough. Often, with a high enough language, your compiler can do the optimisations, like for example: HLearn in Haskell, or Nessos' LinqOptimizer.

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

2 participants