You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the command sudo docker-compose up --build in examples to start the receiver and transmitter (without doing any changes to the pulled code), I continuously get InsecureRequestWarning like the one shown below:
> examples-receiver-1 | /usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host 'transmitter'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
> examples-receiver-1 | warnings.warn(
> examples-transmitter-1 | [2023-05-19 14:51:31,448] INFO in _internal: 172.21.0.3 - - [19/May/2023 14:51:31] "POST /register HTTP/1.1" 200 -
> examples-receiver-1 | /usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host 'transmitter'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
> examples-receiver-1 | warnings.warn(
I am not sure if this is an issue or not, but the example doesn't seem to work, hence I'm asking this. Can someone please provide the detail steps or pre-requisites to run the example as I am a bit lost here. I just want to run a sample transmitter and receiver and make them communicate with each other according to the SSE spec
My current steps were:
cloning the repository
Ru the command sudo docker-compose up --build inside the examples directory
Hello,
When I run the command
sudo docker-compose up --build
in examples to start the receiver and transmitter (without doing any changes to the pulled code), I continuously get InsecureRequestWarning like the one shown below:I am not sure if this is an issue or not, but the example doesn't seem to work, hence I'm asking this. Can someone please provide the detail steps or pre-requisites to run the example as I am a bit lost here. I just want to run a sample transmitter and receiver and make them communicate with each other according to the SSE spec
My current steps were:
sudo docker-compose up --build
inside the examples directoryThe text was updated successfully, but these errors were encountered: