summerstar8 / snova

Automatically exported from code.google.com/p/snova
0 stars 0 forks source link

请教一下snova的加密方式 #239

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Goagent无加密,APJP是RC4 
128bit加密,而snova的加密方式是什么呢,是不是snova所有远程�
��的加密方式都相同

Original issue reported on code.google.com by fon...@gmail.com on 7 Dec 2012 at 1:58

GoogleCodeExporter commented 9 years ago
一种非常简单的加密实现,具体可参考代码。默认所有都是��
�样的。

Original comment by yinqiwen@gmail.com on 8 Dec 2012 at 9:01

GoogleCodeExporter commented 9 years ago
作者是否考虑支持SPDY与WebSocket?

Original comment by GiselleJ...@gmail.com on 8 Dec 2012 at 2:41

GoogleCodeExporter commented 9 years ago
snova的加密方式是否安全呢,能够被ISP破解吗?

Original comment by cnq...@gmail.com on 9 Dec 2012 at 3:02

GoogleCodeExporter commented 9 years ago
spdy只有google的站点支持,GAE目前都不支持
大部分的PaaS都不支持websocket,似乎只有dotcloud支持
加密的方式要破解是非常容易的,不过目前有几个条件:
1.  
GAE目前是https连接到远端,而https比任何自定义加密都有效得�
��,所以GAE实际上是https+简单加密双重加密
2.  C4的默认是http连接, 
不过你也可以用https连接达到和GAE同样效果(大部分PaaS都提��
�https)。
3. SSH本身就是强加密实现

Original comment by yinqiwen@gmail.com on 10 Dec 2012 at 2:03

GoogleCodeExporter commented 9 years ago
那请问C4如何修改成https连接?

Original comment by GiselleJ...@gmail.com on 10 Dec 2012 at 3:22

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
WorkerNode[0]=https://xxx.xxx.xxx

Original comment by yinqiwen@gmail.com on 10 Dec 2012 at 3:37

GoogleCodeExporter commented 9 years ago
好的, 多谢先.

Original comment by GiselleJ...@gmail.com on 10 Dec 2012 at 3:40

GoogleCodeExporter commented 9 years ago
改为:WorkerNode[0]=https://xxx.xxx.xxx 后,运行gsnova 
0.19.1,提示如下:
2012/12/11 00:47:25 c4.go:105: GetServByName: The requested name is valid and 
was found in the database, but it does not have the correct associated data 
being resolved for.
测试连接,结果不通,请问何故?

Original comment by abch...@gmail.com on 10 Dec 2012 at 4:50

GoogleCodeExporter commented 9 years ago
将下面一行:ConnectionMode=HTTP
改为:
ConnectionMode=HTTPS
也不行,不起作用。

Original comment by abch...@gmail.com on 10 Dec 2012 at 4:52

GoogleCodeExporter commented 9 years ago
0.19.3才支持

Original comment by yinqiwen@gmail.com on 11 Dec 2012 at 1:01