Hello all,
We are implementing a cosign filter functionality using the php code provided
here: http://www.fit.vutbr.cz/~lampa/cosign-php/installation.php.
We have the following code setup as a test:
<?php
require_once("/include/cosign/cosign.php");
if (cosign_auth()) {// Authentication OK
echo "Authenticated as ".$_SERVER['REMOTE_USER']."<br>";
} else {// Authentication failure
echo "Not authenticated";
die();
}
?>
When we hit that code we are redirected to the umich weblogin page, where we
login, then we see this error in the cosign error log (with CosignFilterDebug
enabled):
2010-11-10 14:02:20 CosignValid: Service cookie
lZnrLUK8JoWr4KKegKJZGqAHJ9AbPYPNUINb6AIXH40oHznt5oTffLrkM39vB1jaay3EwyvNn8r5Ovr7UpaMU4Y8PX7g9Kf6GjDXmxIcrsqRkpiASEZD9MeowvKk
dest https://debug20.symplicity.com/test.php
2010-11-10 14:02:20 CosignValid: Connecting to cosign server 141.211.144.46
2010-11-10 14:02:20 CosignValid: Server response: 220 2 Collaborative Web
Single Sign-On
2010-11-10 14:02:20 CosignValid: Connecting to cosign server 141.211.144.176
2010-11-10 14:02:20 CosignValid: Server response: 220 2 Collaborative Web
Single Sign-On
2010-11-10 14:02:20 CosignValid: Connecting to cosign server 141.211.144.205
2010-11-10 14:02:21 CosignValid: Server response: 220 2 Collaborative Web
Single Sign-On
2010-11-10 14:02:21 CosignValid: Connecting to cosign server 141.211.13.252
2010-11-10 14:02:21 CosignValid: Server response: 220 2 Collaborative Web
Single Sign-On
2010-11-10 14:02:21 CosignValid: Connecting to cosign server 141.211.13.253
2010-11-10 14:02:21 CosignValid: Server response: 220 2 Collaborative Web
Single Sign-On
2010-11-10 14:02:21 CosignValid: Connecting to cosign server 141.211.144.42
2010-11-10 14:02:21 CosignValid: Server response: 220 2 Collaborative Web
Single Sign-On
2010-11-10 14:02:21 CosignValid: Sending STARTTLS 2 request
2010-11-10 14:02:21 CosignValid: Server response: 220 Ready to start TLS
2010-11-10 14:02:21 CosignValid: Server response: 221 TLS successfully started.
2010-11-10 14:02:21 CosignValid: Cosign server doesn't support REKEY
Any input would be much appreciated.
Thanks!
-
Will Combs
Symplicity Corporation
[email protected]
703-351-0200 x8068
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
Spend less time writing and rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Cosign-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cosign-discuss