trivigy / backend

Mining pool backend responsible for distributed miner orchestration
Apache License 2.0
3 stars 1 forks source link

Add web::client root certificate loading #17

Open trivigy opened 6 years ago

trivigy commented 6 years ago

The current implementation is missing actually loading root certificates and therefore https based requests are going to fail. This needs to be implement for later use but for now I am skipping it because it is not necessary.