ZeroNetJS / zeronet-js

ZeroNet in JS
MIT License
47 stars 9 forks source link

TLS zn(server)->py(client) is broken again #102

Closed mkg20001 closed 6 years ago

mkg20001 commented 6 years ago

OS: linux

Bundle: git master

Steps to Reproduce:

  1. Run the interop tests

    Expected Results:

    Tests pass

    Actual Results:

    Tests fail

    Other information: My fault, again

mkg20001 commented 6 years ago

Turns out it does not work because zeronet-py expects 'crypt' to be set in the server's response to the value of the common crypto and 'zeronet-js' doesn't care.