Secure Sockets Layer (SSL) is a cryptographic protocol that provides communications security over the Internet. The more modern version of this protocol is Transport Layer Security (TLS), specified by the IETF in RFC 2246.
0
votes
0answers
80 views
+50
Setting up a Red5 server to handle RTMPS?
I am attempting to connect to my Red5 server with an RTMP client through an SSL socket. Based on Paul Gregoire's blog post about Red5 and RTMPS, these are the steps that I took to set up a new Red5 ...
6
votes
0answers
621 views
+50
UIWebView and client certificates on iOS 6
I'm trying to browse a secure web site (using a client certificate) via an UIWebView.
I'm using this example: Client certificate authentication in UIWebView iOS
It doesn't seems to work on iOS 6. I ...