SSL problem when using Play 2.2

My domain is: vamoapp.com

When I do a call to a server that uses your services (https://api.seatsio.net) I receive this output:

org.jboss.netty.handler.ssl.SslHandler - SSLEngine.closeInbound() raised an exception after a handshake failure.
javax.net.ssl.SSLException: Inbound closed before receiving peer's close_notify: possible truncation attack?
	at sun.security.ssl.Alerts.getSSLException(Alerts.java:208) ~[na:1.7.0_242]
	at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1611) ~[na:1.7.0_242]
	at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1579) ~[na:1.7.0_242]
	at sun.security.ssl.SSLEngineImpl.closeInbound(SSLEngineImpl.java:1509) ~[na:1.7.0_242]
	at org.jboss.netty.handler.ssl.SslHandler.setHandshakeFailure(SslHandler.java:1394) ~[netty-3.6.3.Final.jar:na]
	at org.jboss.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1280) ~[netty-3.6.3.Final.jar:na]

The operating system my web server runs on is (include version): Scala 2.10.6 with Play 2.2 and Java 7u242

I can login to a root shell on my machine (yes or no, or I don’t know): yes

Hi @csambrosio,

Welcome to the community forum!

While I’m not a Scala/Java programmer, I might be able to help. Would you mind sharing your connection code?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.