English 中文(简体)
BlazeDS数据推向SSL
原标题:BlazeDS data push over SSL
  • 时间:2009-12-01 05:11:53
  •  标签:
  • ssl
  • blazeds

我应用了数据推导技术,将数据传送给灵活客户活动5秒。 当我通过吉卜赛人协会与代理人一起或没有代理人,提出申请时,该申请会受到罚款。 当我通过https来管理时,数据推回了不起作用。 我发现以下错误:

rootCause [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 
text="Error #2032: Stream Error. 
URL: https://localhost/admin/messagebroker/streamingamfsecure?command=open&version=1

是否有任何人成功地在SSL上工作?

Thanks, Pratima

问题回答

问答问题(及在此职位)

  • Is the request showing up in your access logs?
  • Does Tomcat/whatever server up normal HTML pages via HTTPS?
  • What do the response headers look like? Does clearing your cache change anything?
  • What browser are you using?
  • Can you set explicate caching headers?

其中一项:

 Cache-Control: no-store
 Cache-Control: no-store, must-revalidate
 Cache-Control: no-store,max-age=0,must-revalidate
 Cache-Control: max-age=0,must-revalidate
 Cache-Control: must-revalidate

2032是框架中模糊不清之处之一。

但是,要检查的物品(除斯图清单外)

www.un.org/Depts/DGACM/index_spanish.htm http://www.un.org 页: 1

我在你的例子中注意到,你没有具体说明SSL的港口号码。 除非你走到设置一些阿帕奇·苏拉方向的麻烦之中,否则机会就错了。

如果你把URL带入一个浏览器,你就应当能够打它,并作出空洞的反应。 否则,你就会发现一个问题(通常是与BlazeDS有关的一个问题)。

www.un.org/Depts/DGACM/index_spanish.htm 贵证书是否有效?

如果你重新使用自签的婚礼(在发展中是常见的),那么你们的行凶者是否有安全例外? 各种浏览器将阻止以不同方式打败坏cer子的企图,但自食其力的浏览器在设立例外之前不会允许这一呼吁。

www.un.org/Depts/DGACM/index_spanish.htm 您的渠道是否正确?

在从http://s://转至https://时,你需要更新关于弹性客户的频道类别,以便。 缩略语

从广义上讲,与BlazeDS(要么推,要么 RPC)的httpss with BlazeDS(要么推倒,要么把它恰当地说了。





相关问题
ssl on login form?

I have SSL on my website....when the user logs in from a http page the form action is sent to https page, would this still secure the posted data? Or would it be better to have the form and the page ...

SSL slowness in EC2

We ve deployed our rails app to EC2. In our setup, we have two proxies on small instances behind round-robin DNS. These run nginx load balancers for a dynamically growing and shrinking farm of web ...

Why can t I find the truststore for an SSL handshake?

I m using the Spring RESTTemplate on the client side to make calls to a REST endpoint. The client in this case is a Spring app and Tomcat is the servlet container. I m running into issues making a ...

To add more parameter for my http header for SSL/TLS

As far as I understand, https is http plus SSL/TLS. What do I need to do if I want to add 3 more parameters for the header? I found a file inside Mozilla s NSS - ssl3ext.c, but I don t understand it ...

Why am I getting handshake_failure with Java SSL cert?

I m trying to use Hudson (which uses SVNKit) to access a Subversion repository that requires a client certificate to access it. I can access the same repository using the same client certificate via ...