ERR_TOO_MANY_REDIRECTS

58 views
Skip to first unread message

Eva Kalisova

unread,
Jun 29, 2016, 11:45:09 AM6/29/16
to SimpleSAMLphp
Hi

I am new in simplesaml but alsoin IT world. I installed simplesamlphp as SP and add Idp and everything was working fine till I changed store.type => 'memcache' . Since that change, if I want to log as administrator in simplesaml welcome page it get stuck in infinite loop and get error ERR_TOO_MANY_REDIRECTS.

'store.type'                    => 'memcache',

    'store.sql.dsn'                 => 'sqlite:/path/to/sqlitedatabase.sq3',

 
    'store.sql.username' => null,
    'store.sql.password' => null,

    'store.sql.prefix' => 'SimpleSAMLphp',

    'memcache_store.servers' => array(
        array(
            array('hostname' => 'localhost'),
        ),
    ),

    'memcache_store.prefix' => 'SimpleSAMLphp',

    'memcache_store.expires' => 36 * (60 * 60), // 36 hours.

    'metadata.sign.enable' => false,

    'metadata.sign.privatekey' => null,
    'metadata.sign.privatekey_pass' => null,
    'metadata.sign.certificate' => null,

    'proxy' => null,

    'trusted.url.domains' => array(),

);

Can someone help with this problem please? I have no idea how to fix this as all topics related to this are setting memcache as a solution.

Thank you very much

Peter Schober

unread,
Jun 29, 2016, 11:52:22 AM6/29/16
to SimpleSAMLphp
* Eva Kalisova <evic...@gmail.com> [2016-06-29 17:45]:
> I am new in simplesaml but alsoin IT world. I installed simplesamlphp as SP
> and add Idp and everything was working fine till I changed store.type =>
> 'memcache' .

1. If everyting worked before why did you change that, then?
2. Did you also install and set up memcached?

-peter
Reply all
Reply to author
Forward
0 new messages