SSLException:无法识别的SSL消息,明文连接

时间:2016-07-21 05:55:27

标签: scala ssl https spray

我有一个Spray Scala项目。我通过REST调用与自签名证书(.jks)进行HTTPS连接。我引用此链接Configuration issue for Spray https server with self-signed certificate?来配置到https服务器的喷雾。因此,当我运行我的项目时,它会读取.jks个证书,但是当我触发请求时,会出现以下错误:

Aborting encrypted connection to /192.168.1.3:46346 due to [SSLException:Unrecognized SSL message, plaintext connection?]

1 个答案:

答案 0 :(得分:1)

我找到了答案。因此,当我将喷雾配置为HTTPS时,它无法接受HTTP请求,只接受HTTPS次请求。