@atripp Indeed, this is our test site, therefore no license
Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Posts made by marc.ledent_9164
-
RE: BuildMaster on openshift: Too many redirect
-
BuildMaster on openshift: Too many redirect
Hi,
While trying to install buildmaster on openshift (docker), I have an infinite loop generating a "Too many redirect" on the browser. Here is the logfile content:
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET http://buildmaster-test.mylocaldomain/ - -
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished HTTP/1.1 GET http://buildmaster-test.mylocaldomain/ - - - 302 0 - 1.4958ms
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET http://buildmaster-test.mylocaldomain/administration/licensing - -
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished HTTP/1.1 GET http://buildmaster-test.mylocaldomain/administration/licensing - - - 302 0 - 94.5217ms
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET http://buildmaster-test.mylocaldomain/administration/licensing - -
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished HTTP/1.1 GET http://buildmaster-test.mylocaldomain/administration/licensing - - - 302 0 - 1.0212ms
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET http://buildmaster-test.mylocaldomain/administration/licensing - -
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished HTTP/1.1 GET http://buildmaster-test.mylocaldomain/administration/licensing - - - 302 0 - 12.4024ms
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET http://buildmaster-test.mylocaldomain/administration/licensing - -
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished HTTP/1.1 GET http://buildmaster-test.mylocaldomain/administration/licensing - - - 302 0 - 9.4193msAny idea of what's generating this?
Regards,
Marc