odnoklassniki/one-nio

Is there any way to handle HTTPS in HttpClient?

asurovenko-zeta opened this issue · 2 comments

Hello!

As I understand there's no support for HTTPS in current implementation of HttpClient
Maybe there's any way to handle it?

Thanks!

Because I always receive the following when sending through https

<html>
<head><title>400 The plain HTTP request was sent to HTTPS port</title></head>
<body>
<center><h1>400 Bad Request</h1></center>
<center>The plain HTTP request was sent to HTTPS port</center>
</body>
</html>

There is https support on Linux.