agccie / ACI-EnhancedEndpointTracker

16 stars 15 forks source link

local user login fails when http is disabled #16

Closed agccie closed 6 years ago

agccie commented 6 years ago

workaround for fd exhaustion using local post is not working when https redirect is enabled. Need to do a few things: 1) change default local proxy from http to https (for app mode can set default to http) 2) disable allow_redirects on requests (since POST is not reposted by default on redirect) 3) retry on http if https fails. For app mode this is a repeat of the same post but that's fine as we control the container and this issue should not occur

schwabenschulle commented 6 years ago

thank you - pulled it. My problem seems to be solved.