Forum Discussion
The case is , i have 2 virtual server with different public ip and same custom port . the first VS working fine , the second one not working and i receve Connection error: ssl_codec_rx:2320: alert(48) received alert.
note that, i'm using the same certificate in both VS . if i change the pool the VS working fine. and if i try to access the pool directly it's working fine too.
- Aug 15, 2022
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.
- Aug 15, 2022