I have been setting up a OWASP box in one of my AWS VPCs. I have set up SSL certificates and can use manual explore to crawl through the web page I am testing. Whenever I try to run an automated scan I get a "Failed to Attack the URL: Maximum redirects (100) exceeded"
My zap.log shows
2019-09-26 14:23:02,552 [ZAP-QuickStart-AttackThread] ERROR AttackThread - Maximum redirects (100) exceeded
org.apache.commons.httpclient.RedirectException: Maximum redirects (100) exceeded
at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:214)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
at org.parosproxy.paros.network.HttpSender.executeMethod(HttpSender.java:398)
at org.parosproxy.paros.network.HttpSender.runMethod(HttpSender.java:633)
at org.parosproxy.paros.network.HttpSender.send(HttpSender.java:589)
at org.parosproxy.paros.network.HttpSender.sendAuthenticated(HttpSender.java:565)
at org.parosproxy.paros.network.HttpSender.sendAuthenticated(HttpSender.java:553)
at org.parosproxy.paros.network.HttpSender.sendAndReceive(HttpSender.java:458)
at org.zaproxy.zap.extension.quickstart.AttackThread.accessNode(AttackThread.java:237)
at org.zaproxy.zap.extension.quickstart.AttackThread.run(AttackThread.java:86)
I can't seem to find another request somewhere with this issue. Any advice would be greatly appreciated.