notgiven688 / webminerpool

Complete sources for a monero webminer.
262 stars 174 forks source link

SSL Job issue #142

Closed jackson5sec closed 3 years ago

jackson5sec commented 3 years ago
82a5a866-f3ae-427b-b469-d63abe34f56e: handshake - moneroocean.stream, 42BVSEG2...
82a5a866-f3ae-427b-b469-d63abe34f56e: initiated new pool connection
<wallet> x gulf.moneroocean.stream
[7/26/2020 12:45:27 AM] heartbeat; connections client/pool: 1/1; jobqueue: 0.0k; speed: 0.0kH/s
[7/26/2020 12:45:37 AM] heartbeat; connections client/pool: 1/1; jobqueue: 0.0k; speed: 0.0kH/s
[7/26/2020 12:45:47 AM] heartbeat; connections client/pool: 1/1; jobqueue: 0.0k; speed: 0.0kH/s
Sending job to 1 client(s)!

Using the docker image and also tested manually with msbuild server and certificate.pfx. Connection logs show successful auth but no jobs are getting sent to the client. (Works without ssl on port 80 and ws:// just not wss://) Any suggestions?

jackson5sec commented 3 years ago

To clarify. when tested with the local html files

[7/25/2020, 5:48:28 PM] calculated 0 hashes.
....
[7/25/2020, 5:48:42 PM] calculated 0 hashes.
[7/25/2020, 5:48:44 PM] calculated 0 hashes.
[7/25/2020, 5:48:46 PM] calculated 0 hashes.
[7/25/2020, 5:48:48 PM] calculated 0 hashes.

server = "wss://<domain>:8181";

jackson5sec commented 3 years ago

Actually ended up solving this. theres a bug in the latest mono version if you are building on linux. Use older version of mono and build