Fork me on GitHub
#ring
<
2017-09-08
>
stvnmllr203:09:04

any obvious answer to an infinite 301 redirect with ring? I used the secure-site-defaults, on amazon elb.

seancorfield03:09:53

@stvnmllr2 I'd use curl -I to debug it. That'll show exactly what Location: header is coming back, then request that via curl -I and you should have a good idea of what's going wrong.

stvnmllr203:09:10

thanks @seancorfield. Will try it. Not sure it helped. Just redirecting to itself, hence the infinite loop. Seems the request must not have the scheme passed in correctly to ring. Just a guess.

stvnmllr203:09:28

Guess I can add some debugging in somewhere.