ring

stvnmllr2 2017-09-08T03:37:04.000040Z

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

seancorfield 2017-09-08T03:49:53.000061Z

@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.

stvnmllr2 2017-09-08T03:54:10.000189Z

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.

stvnmllr2 2017-09-08T03:55:28.000153Z

Guess I can add some debugging in somewhere.