Traceback (most recent call last):
File "I:\JetBrains\apps\PyCharm-P\ch-0\173.4301.16\helpers\pydev\pydevd.py", line 1668, in <module>
main()
File "I:\JetBrains\apps\PyCharm-P\ch-0\173.4301.16\helpers\pydev\pydevd.py", line 1662, in main
globals = debugger.run(setup['file'], None, None, is_module)
File "I:\JetBrains\apps\PyCharm-P\ch-0\173.4301.16\helpers\pydev\pydevd.py", line 1072, in run
pydev_imports.execfile(file, globals, locals) # execute the script
File "I:\JetBrains\apps\PyCharm-P\ch-0\173.4301.16\helpers\pydev\_pydev_imps\_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
File "I:/github/budgetforacause_vantivSDK/src/three.py", line 52, in <module>
response = online.request(txn_dict, conf)
File "I:\github\budgetforacause_vantivSDK\src\venv\lib\site-packages\vantivsdk\online.py", line 65, in request
response_xml = _http_post(request_xml, conf, timeout)
File "I:\github\budgetforacause_vantivSDK\src\venv\lib\site-packages\vantivsdk\online.py", line 181, in _http_post
raise utils.VantivException("Error with Https Request, Please Check Proxy and Url configuration")
vantivsdk.utils.VantivException: Error with Https Request, Please Check Proxy and Url configuration