Chris Pomeroy
2020-05-16 d511fd9456314a2cd1333025ebb8876cbb014118
aaxConvert.py
@@ -146,7 +146,7 @@
    payload = hex
    recovery = 3
    while recovery != 0:
      r = requests.post('http://x86-docker01:8080/function/getaaxkey', payload, verify=False, timeout=None)
      r = requests.post('http://prod-faas-gw.darkurthe.net:8080/function/checkkey', payload, verify=False, timeout=None)
      if r.status_code == 200:
          key = r.text
          recovery = 0