Skip to content

Pre-Alpha Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@0xtsukino 0xtsukino released this 08 Nov 16:09
· 98 commits to main since this 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

  1. Unzip tlsn-extension-0.0.1.zip
  2. Go to chrome://extensions
  3. click Load unpacked
  4. 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.

Screen Shot 2023-11-10 at 1 02 20 AM