Thanks for Mr. Craig Andrews's reply. 

I'd like to summarize the problem again.

The CAS server side is Tomcat 7.0.4 + CAS server 3.4.3.1, and the CAS client 
side is 
Windows 7+XAMPP 1.7.3+StatusNet 0.9.6 ( phpCAS 1.1.0).

The CasAuthentication was installed by adding the following sentence to 
config.php of StatusNet.

addPlugin('casAuthentication', array(
    'provider_name'=>'Example',
    'authoritative'=>true,
    'autoregistration'=>true,
    'server'=>'localhost',
    'port'=>8443,
    'path'=>'cas',
    'takeOverLogin'=>true
));

After SSL configuration, the Connector section of D:\tomcat\conf\server.xml was 
changed to:

<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true" 
maxThreads="150" scheme="https" secure="true"               
clientAuth="false" sslProtocol="TLS" 
keystoreFile="D:/store/rakey" 
keystorePass="mypass" />

Then the CAS service works.

I test the CAS service with IE9 Beta and Firefox 3.6.2. The result is not same. 

1. IE9 Beta
I logged in the StatusNet by CAS, then I shutdown the IE9. I startup the IE9 
again, and logged in the StatusNet by CAS.

2. Firefox 3.6.2
I logged in the StatusNet by CAS, then I shutdown the Firefox. When I startup 
the Firefox again, I was already logged in the StatusNet automaticly. 

I think the IE9 works fine. What's the problem with Firefox?  

Best regards,

Blue


      
_______________________________________________
StatusNet-dev mailing list
StatusNet-dev@lists.status.net
http://lists.status.net/mailman/listinfo/statusnet-dev

Reply via email to