websockets-rs / rust-websocket

A WebSocket (RFC6455) library written in Rust
http://websockets-rs.github.io/rust-websocket/
MIT License
1.55k stars 223 forks source link

Autobahn tests not running on Travis, links broken #100

Closed illegalprime closed 7 years ago

illegalprime commented 7 years ago

Autobahn's not running on travis and the links on the site are broken, should be an easy fix of installing

pip install urllib3[secure]

As mentioned in this guide. An InsecurePlatformWarning error is happening during the install process.