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

EventMachine with ssl/TLS. #28

Closed
paradisaeidae opened this issue Feb 23, 2015 · 7 comments
Closed

EventMachine with ssl/TLS. #28

paradisaeidae opened this issue Feb 23, 2015 · 7 comments

Comments

@paradisaeidae
Copy link

I have a talk sketched out which steps through the path taken to implement EventMachine with ssl/TLS.
With the recent security foci, TLS is a 'warming' issue.
So too is the rise of nodeJS alleged performance advantages.
With the release of Ruby 2.2, there are performance opportunities.
Some of which have been factored into the recent EventMachine releases.
Do I need more in a description here?

@holodigm
Copy link
Contributor

👍 Sounds good. Would you like to do this at the March meetup?

@holodigm
Copy link
Contributor

Hi Mark, Yeah,15 mins. I think in a case like this where you want to convey a large amount of info, maybe consolidate to 15 minute talk and then maybe a blog post? Let me know what you think. We have a sponsor for March so turnout should be good.

@holodigm holodigm added this to the rorosyd-march-2015 milestone Feb 25, 2015
@mootpointer
Copy link

I’ll see what I can manage.

A.

On Mon, Mar 2, 2015 at 10:33 AM, MarkT notifications@github.com wrote:

Hi Kym, I'd like to show a cool/hot video as a seque/intro/interlude.

It's around 3mins. Worth turning the sound up.

Reply to this email directly or view it on GitHub:
#28 (comment)

@holodigm
Copy link
Contributor

holodigm commented Mar 2, 2015

Thanks Andrew

@mootpointer
Copy link

I wouldn’t bank on it. What specifically do you need a connection for?

A.

On Mon, Mar 2, 2015 at 4:40 PM, MarkT notifications@github.com wrote:

Hi Kym, Andrew,
Last time I was there I noticed the free wifi was a bit 'wavvy'.
Usually no issue, my Telstra 4G covers most areas.
But there it seems the 4G does not leak into the back space.

Is there a wired connect 'net possible?

Reply to this email directly or view it on GitHub:
#28 (comment)

@paradisaeidae
Copy link
Author

Some show-notes:
One liners in context of this evenings yakitty:
#This will be seen with direct calls:
ruby -v -ropenssl -rfiddle -e 'puts Fiddle::Function.new(Fiddle.dlopen(nil)
["SSLeay_version"], [Fiddle::TYPE_INT], Fiddle::TYPE_VOIDP).call(0)'

#However, ruby itself uses the openssl compiled with itself:
ruby -ropenssl -e 'puts OpenSSL::OPENSSL_VERSION'

#Not to be confused with the ruby glue library:
ruby -ropenssl -e 'puts OpenSSL::VERSION'

#This will show the valid ssl_versions
ruby -ropenssl -e 'puts OpenSSL::SSL::SSLContext::METHODS'

#Test for TLSv1_2 context availability
ruby -ropenssl -e 'puts OpenSSL::SSL::SSLContext.new.ssl_version = :TLSv1_2'

@mootpointer
Copy link

Shipped!

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

4 participants