function testAjax() {
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (this.readyState == 4 && this.status == 200) {
console.log(this.responseText);
}
};
xhttp.open("GET", "test", true);
xhttp.setRequestHeader("X-Requested-With", "XMLHttpRequest"); // <- вот это
xhttp.send();
}
curl -iv https://www2.coinmine.pl
Что выдаёт команда? Возможно на raspberrypi старая версия openssl, или плохая дата.