i am trying out the docker version as well as ubuntu deb version to connect to ECS S3. I went to the tagspace website , only saw that SSL configuration is TBD. I also try the ubuntu deb version which has no SSL. Both versions are unable to connect to the ECS S3 via https which i suspected it could be the missing SSL. Can help to share how to do so ? thank you
Hi, the Docker distribution of TagSpaces uses nginx as web server, so you have to find a tutorial for the installation of SSL certificate for such server. The Ubuntu deb version is a desktop application, which do not need SSL certificate, it can connect to S3 services with or without SSL support. The web version on the other hand needs to be hosted with SSL if you plan to connect it to a HTTPS S3 service. This is due to a security settings in most of the browsers which prevents mixing of HTTP and HTTPS traffic from a webpage. For testing purposes you can disable this restriction at least on Chrome based browsers.