https://github.com/robocorp/network-diagnostics
Python bot to log and hunt down network traffic TLS level problems
https://github.com/robocorp/network-diagnostics
Last synced: 4 months ago
JSON representation
Python bot to log and hunt down network traffic TLS level problems
- Host: GitHub
- URL: https://github.com/robocorp/network-diagnostics
- Owner: robocorp
- License: apache-2.0
- Created: 2022-10-06T12:50:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-21T13:53:32.000Z (over 3 years ago)
- Last Synced: 2025-03-30T01:36:04.883Z (over 1 year ago)
- Language: Python
- Size: 34.2 KB
- Stars: 4
- Watchers: 15
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Network Diagnostics Robot
Robot logs some common diagnostics to help hunt down network traffic level problems:
- RCC diagnostics to get the machine generic state
- Check proxy settings via: `netsh winhttp show proxy`
- (Note: not 100% reliable as some proxies do not show up here)
- Requests -library help printout
- Test TLS communications:
- Directly using OpenSSL
- Using Requests -library agains Robocorp EU instance
- Using Requests -library agains Robocorp US instance
The outputs are logged into `/output/log.html`
> Verify the content of this file before sharing
## To run this robot
Simplest way is to get rcc and just use it to run:
```
curl -o rcc.exe https://downloads.robocorp.com/rcc/releases/latest/windows64/rcc.exe
rcc pull github.com/robocorp/network-diagnostics
cd network-diagnostics-master
rcc run
```