I was now able to trace back the issue and I'm pretty sure now that it has 
to do with the WSGIScriptAlias.
I forgot to mention that before, I was accessing Trac via 
https://ticket.mydomain.com/trac, and now I have changed this to 
https://ticket.mydomain.com



My trac.cong in /etc/apache2/sites-enabled *before *the migration:

WSGIScriptAlias */trac* /var/www/html/mytrac/cgi-bin/trac.wsgi
> <Location* /trac* >
>   AuthType Digest
>   AuthName "mytrac"
>   AuthUserFile /var/lib/trac/mytrac/.htdigest
>   Require valid-user
> </Location>
>

New setting: 

WSGIScriptAlias */* /var/www/html/mytrac/cgi-bin/trac.wsgi
> <Location* /* >
>   AuthType Digest
>   AuthName "mytrac"
>   AuthUserFile /var/lib/trac/mytrac/.htdigest
>   Require valid-user
> </Location>
>


Is there another / better way to set the location to the root directory so 
it also works with MS Edge?

Any help highly appreciated! 




Am Samstag, 18. Januar 2020 16:48:59 UTC+1 schrieb Andreas:
>
> Hello,
>
> I have just moved our trac environment from one server to another. They 
> are both running Ubuntu 18.04 with Trac 1.2.5 on Apache.
>
> I use account manager with .htdigest authentification. 
>
> With Firefox, Chrome, Internet Explorer and Safari, everything works fine, 
> but when I try to access https://ticket.mydomain.com and enter the 
> username and password in MS Edge, the http authentication window where I 
> enter the password appears over and over again (username&password are 
> correct). When I then enter the URL https://ticket.mydomain.com/*wiki *in 
> the same session (Edge window), it works and I am immediately logged in. 
> When I close Edge and open it again with the link 
> https://ticket.mydomain.com/wiki and enter my credentials, everything 
> works fine as well.
>
> Does anyone have an idea what could cause this issue? It's driving me 
> crazy...
>
> Thanks for any hints!
>
> Best regards,
> Andreas
>

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/f3f14df9-869e-4d7a-aa5e-51c59c86f54b%40googlegroups.com.

Reply via email to