Kitware / wslink

Python/JavaScript library for communicating over WebSocket
https://kitware.github.io/wslink/
BSD 3-Clause "New" or "Revised" License
83 stars 26 forks source link

Support SSL context #117

Closed BotellaA closed 2 years ago

BotellaA commented 2 years ago

On some cloud platforms (here AWS), we need the ssl/wss protocol to be used. aiohttp is able to handle such connexion but it was not accessible from the wslink API.

We also added the ability to create a temporary certificate.

fix #112

jourdain commented 2 years ago

I love it, can you just squash all your changes and keep it under a single commit with your original commit message feat(SSL): support ssl context

jourdain commented 2 years ago

Something weird happened in your single commit. Try rebasing it on master.

BotellaA commented 2 years ago

Seems ok now

jourdain commented 2 years ago

Yes thank you, this is awesome! I'll try to get it in pv 5.11.

jourdain commented 2 years ago

:tada: This PR is included in version 1.8.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: