magicbug / CloudlogCAT

Windows app for providing CAT (interfaces amateur radio transmitters) support for Cloudlog

Home Page:http://www.cloudlog.co.uk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Format of Cloudlog URL setting

ofadam opened this issue · comments

commented

I'm not sure what format the Cloudlog URL setting should take - it seems like it needs the "/api/auth/" portion of the API address to have a successful sync message?

Additionally, once I'm able to get the successful sync message, I'm not able to actually find the corresponding radio within Cloudlog. I may be missing something obvious!

Should just need to give it the full URL to just before index.php then radio will appear in admin - radios

commented

Ah... it turns out it doesn't like the trailing slash after "/Cloudlog" – mind if I amend the readme to reflect this?

Sure! appreciate any corrections

I am having the same issue. I access clublog though http://log.mydomain.com (hosted on my internal network, no SSL). I am able to visit it without issues on my workstation. When I enter that address in the website address field and supply the API key, I get the error: Cloudlog Synced: Failed, check URL/API

commented

Strangely, after moving my Cloudlog installation to a subdomain instead of a folder on my main domain, CloudlogCAT stopped working.

Not being able to sync with Cloudlog seems to be tied to http vs https, if I change from https to http I'm able to sync / connect, but no hardware interface shows up in Cloudlog, even though there is a RW API key setup.

Building the latest source myself (excluding the merge conflict state...) it does actually sync and work, I had to select Rig 2 and then Rig 1 for it to sync

Hi all!
I can confirm, the program connects to my site only via HTTP - HTTPS does not want to connect in any way.
So keep this feature in mind.
PS In our time, I consider such a connection to be extremely dangerous, since the token is also transmitted via open communication channels.
Or am I doing something wrong?