我目前在卡普兰大学的研讨会软件上遇到了问题。由于几个月前的一些变化,当我试图访问他们的研讨会时,我开始得到No Such Service错误。该网站的所有其他方面正常工作。他们声称他们没有看到任何问题,尽管我向他们提供了由研讨会上失败的加载屏幕生成的错误消息。
附图1是研讨会屏幕。我在这里转录了错误:
fms_onConnect | faultEvent: No Such Service KHESeminar.KHE.Seminar.Security with function fms_onConnect
Attempting to connect to:
rtmp://seminar4.kaplan.edu/KUconcord/1504B/PS525/01/20151214_1930
Intialize connection...
User Interface Ready...
Initializing user interface base...
Intializing user interface...
Initializing Seminar version
使用Chrome的Inspect选项,我查看了该页面,并注明了2个相同的警报。它们附在此处,但也被转录。
Mixed Content: The page at
'https://kucampus.kaplan.edu/Seminar/OpenSeminar?chatId=4176214' was loaded over HTTPS, but requested an insecure plugin data
'http://khseminar.com/crossdomain.xml'. This content should also be served over HTTPS.
单击crossdomain.xml链接可以转到此页面。附图3,但在此转录:
此XML文件似乎没有与之关联的任何样式信息。文档树如下所示。
<cross-domain-policy>
<site-control permitted-cross-domain-policies="all"/>
<allow-http-request-headers-from domain="*" headers="*" secure="false"/>
<allow-access-from domain="*" secure="false"/>
</cross-domain-policy>