WebSocket I/O error: Illegal packet size

Issue #95 closed
Евгений Ботов created an issue

Hello!

For some requests I get the following error message:

WebSocket I/O error: Connection has been shutdown: javax.net.ssl.SSLProtocolException: Illegal packet size: 47551 (or another size value)

while for some other responses that are even larger I do not get any error.

Is there any explanation for this error?

Comments (4)

  1. Peter Doornbosch repo owner

    Hi,

    Not from the plugin point of view. SSL connection is handled by the Java runtime.

    An SSL protocol exception is very rare, unless you're experimenting with a self-written or otherwise experimental SSL implementation. ;-)

    Regards Peter

  2. Log in to comment