Because of `Connection reset by peer - SSL_connect` error sometimes we get the wrong site version(contains `unknown`) <img width="1166" alt="Screen Shot 2021-09-03 at 16 19 35" src="https://user-images.githubusercontent.com/40513035/132011672-76df92eb-2309-4116-81e7-b6db30125a3c.png"> To avoid this we need to: 1. Log the error 2. Reload after 30 sec if there is error that contains ` SSL_connect` 3. Return version as `unknown` if it is failed 3 times in a row