Strange Exception behavior running ziti-urllib3
with ziti-http-server
examples
#45
Labels
bug
Something isn't working
ziti-urllib3
with ziti-http-server
examples
#45
IMPORTANT: This is being run with code on a branch update_readmes. Some renaming has occurred so if not running on this branch the example names may not match.
Overlay setup
Local Ziti Network using express install
service named
python.flask
bind config at
127.0.0.1
on port18080
intercept config at
python.flask.ziti
on port80
one identity for binding
python.flask
one dial identity
geoff.flask
for use with python examplesone dial identity
geoff.browser
for use on ZDE for MacWhen running
ziti-http-server
example with hostname127.0.0.1
and port18080
everything runs successfully, here is the run logWhen running
curl python.flask.ziti
from terminal, terminal receives the expected response{"msg": "Help! I was zitified!"}
and this shows in the run log forziti-http-server
When visiting
http://python.flask.ziti:80
in the browser, I receive the expected response{"msg": "Help! I was zitified!"}
and this shows in the run log forziti-http-server
Finally, when running the
ziti-urllib3
example withThe following shows in the run log, which appears to be four successful responses. However, the python script throws an exception and not response is ever received.
ziti-urllib3
Example Output (See router error after this log, "circuit has no endpoint, payload could not be delivered")And, the Router log reports this error each time the
ziti-urllib3
example is runThe text was updated successfully, but these errors were encountered: