Closed RealEnder closed 7 years ago
This is actually part of the initial response from the server - there are some required fields in the JSON response defined in the protocol. The JS from https://sign.uslugi.io/ has those checks implemented and has basic feature detection (required algs and methods) - it can serve as a good starting point.
Some of the checks are implemented, feature detection is copied but not used (I don't know what to pass as a parameter).
Currently implemented port ranges are: http: 8090, 23125, 53953 https: 8089, 23124, 53952 All are listening to 127.0.0.1 This requires different jnlp, see #4
Support for port detection added in 4192f05. Feature detection will be added in #3.
Local webserver may not bind on 8090/tcp if there is some other daemon there. Currently LSF tries to listen only on 8090/tcp, but this will change to be on par with TLS port range. Keep in mind if we found a web service on some port, this sometimes can be different webserver, eg. used for development or other similar service.