Hello THE_BLUE,
It doesn't matter that some other pool work fine. The SSL error is with this specific server.
Note that the error is "alert(48) received alert", that means that an alert SSL packet was received from the far end, most probably from the backend server.
Maybe this server has a specific cipher configured that breaks the SSL Handshake during the establishment.
The point is that you should first know in which moment of the communication the alert is received and after that analyze which the error could be.
You can also use openssl command to test that server using SSL in order to diagnose which error could have.
Everything I'm explaining here is mentioned in the article I provided above. Please, take some time to check it out and let us know if it is helpful.