Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

ssl connection can instead be configured? #9

Closed
zhuolaiqiang opened this issue Dec 26, 2013 · 5 comments
Closed

ssl connection can instead be configured? #9

zhuolaiqiang opened this issue Dec 26, 2013 · 5 comments

Comments

@zhuolaiqiang
Copy link

ssl connection can instead be configured?

Because we do not need to download pictures encryption

@goaway
Copy link
Collaborator

goaway commented Dec 26, 2013

If you issue a request with the scheme "http" instead of "https", the protocol should skip TLS and send everything in the clear. If you're using the NSURLConnection-specific logic, you'll need to register separate "http" and "https" origins, if you want SPDY to handle both encrypted and unencrypted requests to a given host.

@zhuolaiqiang
Copy link
Author

thanks We successfully integrated!

@caniszczyk
Copy link
Contributor

@zhuolaiqiang do you mind sharing which company or application integrated CocoaSPDY?

We would love to start building an "Adopters" page

@cpg
Copy link
Contributor

cpg commented Dec 28, 2013

We have integrated CocoaSPDY into our Amahi iOS app. Would welcome adding Amahi to the adopter page.

Here is our plug: we have developed and open sourced a high performance Go SPDY library, used as back-end and origin server for a streaming service we have started for our users, called Amahi Anywhere.

We will report how well it works soon, but initial connections indicate it's working well!

@caniszczyk
Copy link
Contributor

Thanks @cpg, I added your app to our initial list of adopters (see commit faa8423)

If anyone would like to be added to the list, please send us a pull request.

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

No branches or pull requests

4 participants