Pre-Alpha Release
Pre-release
Pre-release
Here is Pre-Alpha release for TLS Notary Extension
Please note that this is a pre-alpha release and should not be used for production
To run a TLS Proxy server
$ git clone https://github.com/novnc/websockify && cd websockify
$ ./docker/build.sh
$ docker run -it --rm -p 55688:80 novnc/websockify 80 api.twitter.com:443
To Load the Extension
- Unzip
tlsn-extension-0.0.1.zip
- Go to
chrome://extensions
- click
Load unpacked
- select the
build
directory
Note: If you are running the notary-server locally, you will need to navigate to https://127.0.0.1:7047
in your browser and manually trust your local server.