rmc47 / CloudlogCAT

Windows app for providing CAT support for Cloudlog
http://www.cloudlog.co.uk/
5 stars 13 forks source link

Cloudlog synced: failed #5

Open DL3RTL opened 4 years ago

DL3RTL commented 4 years ago

I get this error while Omnirig delivers the right frequency.

Cloudlog is on a web server with https and the folder of the cloudlog root it .htaccess passowrt protected.

What can I do?

rmc47 commented 4 years ago

Pete 2M0SQL (@magicbug) has done more on this since I last worked on it, so it might be worth a look at his branch: https://github.com/magicbug/Cloudlog/wiki/Radio-Interface

However, you may find the problem is that neither of us expect there to be HTTP basic auth on the Cloudlog installation - certainly this version doesn't, and so doesn't support passing those credentials in.

magicbug commented 4 years ago

Correct Rob, omnirig version of CloudlogCAT will not work with http basic Auth, the application would need to be modified

DL3RTL commented 4 years ago

Good morning any thanks for your fast replies.

As far as I understood Cloudlog is built for instalation on a public server. Otherwise it would not be a accessable on the cloud without a speciel infrastructure at home like an own webserver, a firewall, a VPN etc.

Without auth everyone not only can see all my logs but also the content of the comment field. There may be private remarks.

In addition I wanted to prevent people from playing with the login.

For that reason I choosed the beasic auth that works pretty well.

Maybe I misunderstood something and you know a better way of protection or a better place for installation.