Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Need to use "TLS1.0" in outbound TLS connection #12

Closed
ibc opened this issue Aug 23, 2012 · 3 comments
Closed

Need to use "TLS1.0" in outbound TLS connection #12

ibc opened this issue Aug 23, 2012 · 3 comments
Assignees
Milestone

Comments

@ibc
Copy link
Member

ibc commented Aug 23, 2012

Unfortunatelly EventMachine TLS stuf sucks as it does not allow to set what kind of SSL/TLS version to use for outbound connections. In SIP we need TLS and not SSL, but currently that depends on the installed version of openssl, and usually it's SSL.

@ghost ghost assigned ibc Aug 23, 2012
@saghul
Copy link

saghul commented Aug 23, 2012

Seriously?! Lets get AE ready ;-)

@ibc
Copy link
Member Author

ibc commented Aug 24, 2012

Right but for now I must deal with EM :(

@ibc
Copy link
Member Author

ibc commented Aug 24, 2012

It seems trivial to add an option in EM::Connection.start_tls() method for setting "TLS" or "SSL":

https://github.com/bumptech/stud/blob/master/stud.c#L600

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants