veidenberg / wasabi

Wasabi is a web-based tool for evolutionary sequence analysis. Homepage: http://wasabiapp.org
GNU Affero General Public License v3.0
16 stars 7 forks source link

How is https support by Wasabi? #3

Closed smoretti closed 6 years ago

smoretti commented 6 years ago

For what I look in the javascript code I wonder how is the https support in wasabi?

veidenberg commented 6 years ago

Hi,

I have not implemented https in Wasabi. Data security currently relies on the random string access keys tied with user accounts and datasets. Https support is a planned feature, although will probably be using a self-signed certificate on wasabiapp.org because of cost restrictions.

Regards,

Andres


Andres Veidenberg PhD student (Löytynoja lab) Institute of Biotechnology University of Helsinki, Finland http://wasabiapp.org

smoretti commented 6 years ago

OK, thanks