Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Can't use wss client #98

Open
CrackerHax opened this issue Feb 16, 2018 · 5 comments
Open

Can't use wss client #98

CrackerHax opened this issue Feb 16, 2018 · 5 comments

Comments

@CrackerHax
Copy link

CrackerHax commented Feb 16, 2018

Got this error testing wss client

terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::system::system_error> >'
  what():  context: asio.ssl error
Aborted

$ ssh -V
OpenSSH_7.2p2 Ubuntu-4ubuntu2.4, OpenSSL 1.0.2g 1 Mar 2016

$ dpkg -s libboost-dev | grep 'Version'
Version: 1.58.0.1ubuntu1

@fatduckling
Copy link

I'm having the same issue. Did you manage to fix it?

@CrackerHax
Copy link
Author

Nope I ended up using something else.

@eidheim
Copy link
Owner

eidheim commented Mar 19, 2018

What system are you on @fatduckling ?

A backtrace would be useful as well, and maybe a minimal example that results in this exception.

@eidheim
Copy link
Owner

eidheim commented Mar 29, 2018

I could not reproduce this error on an upgraded Ubuntu 16.04.01.

@fatduckling
Copy link

Hi @eidheim
I think the problem was with the cURL library. I removed package "libcurl4-openssl-dev" and installed "libcurl4-gnutls-dev" and now it works. I'm not sure whether this is the root cause of the issue, but switching the cURL packages to use gnutls for SSL seems to work.

apt-get install libcurl4-gnutls-dev

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants