小编Sae*_*eed的帖子

如何在iOS 10中安装自签名证书

Apple似乎已经删除了信任在iOS 10中自签名的SSL证书的功能.

我创建了自己的自签名证书,并拥有一个使用我的证书签名的本地Web服务器.我必须在iOS上安装我的证书才能在本地进行测试,因为我开发了一个需要信任我的证书的iOS应用程序.

如何安装自签名证书?

self-signed ssl-certificate ios

8
推荐指数
1
解决办法
2万
查看次数

为什么我的回合服务器不工作?

使用appr.tc ice 服务器(google turn 服务器)时,我可以在任何情况下进行连接。但我无法连接到我自己的回合服务器。我确实通过coturn project.

我正在使用谷歌的libjingle_peerconnectionapi 创建一个Android Application可以执行video call.

当我运行转向服务器时:

<pre>
RFC 3489/5389/5766/5780/6062/6156 STUN/TURN Server
Version Coturn-4.5.0.5 'dan Eider'
0: 
Max number of open files/sockets allowed for this process: 4096
0: 
Due to the open files/sockets limitation,
max supported number of TURN Sessions possible is: 2000 (approximately)
0: 

==== Show him the instruments, Practical Frost: ====

0: TLS supported
0: DTLS supported
0: DTLS 1.2 is not supported
0: TURN/STUN …
Run Code Online (Sandbox Code Playgroud)

webrtc rfc5766turnserver peer-connection coturn

6
推荐指数
2
解决办法
1万
查看次数

如何在erlang中连接两个utf8字符串?

我有两个变量如下:

A = <<"????"/utf8>>,
B = <<"?????"/utf8>>,
Run Code Online (Sandbox Code Playgroud)

我怎么连续AB

C = <<A/utf8, B/utf8>>.
Run Code Online (Sandbox Code Playgroud)

以上行返回 exception error: bad argument

unicode erlang utf-8

4
推荐指数
1
解决办法
224
查看次数