ICON on IOS

Post Reply
ocean
Posts: 18
Joined: Sun Sep 15, 2019 12:53 pm

I change the icon for the device in the cloud. Android is ok but IOS is not changed
Supla IOS version : 2.3.41
local supla cloud: 2.3.29
who can help me? I searched the forum but couldn't find it
User avatar
pzygmunt
Posts: 18207
Joined: Tue Jan 19, 2016 9:26 am
Location: Paczków
Contact:

Most likely your local cloud is not set correctly. Have you set the CLOUD_DOMAIN variable in env? This address and port should be properly reachable by the application.
ocean
Posts: 18
Joined: Sun Sep 15, 2019 12:53 pm

i tried with my Iphone and supla cloud ( svr3.supla.org ).
change icon on cloud. Android ok - IOS is ok (after i deleted supla software on iphone and reinstalled )
on my local server : CLOUD_DOMAIN is the correct address and I login with domain name

# Where the SUPLA Cloud will be accessible? Put domain or IP address here with port.
CLOUD_DOMAIN=oceancloud.duckdns.org

# Initial user account details; delete these settings after the first launch
#FIRST_USER_EMAIL=nhatlong.adv@gmail.com
#FIRST_USER_PASSWORD=***
# Google ReCaptcha settings
RECAPTCHA_ENABLED=false
RECAPTCHA_PUBLIC_KEY=
RECAPTCHA_PRIVATE_KEY=

# Mailer settings (SMTP)
MAILER_HOST=10.0.75.1
MAILER_PORT=465
MAILER_USER=
MAILER_PASSWORD=
MAILER_ENCRYPTION=ssl
MAILER_FROM=

# If you want to be notified about some server errors, set this
ADMIN_EMAIL=
# Where to store SUPLA Cloud's data
VOLUME_DATA=./var

# On which ports the SUPLA Cloud should listen (only if standalone mode)
PORT_HTTP=80
PORT_HTTPS=443

REQUIRE_REGULATIONS_ACCEPTANCE=false
REQUIRE_COOKIE_POLICY_ACCEPTANCE=false
BRUTE_FORCE_AUTH_PREVENTION_ENABLED=true
ACCOUNTS_REGISTRATION_ENABLED=false

# These options protect your application
DB_PASSWORD=23l8ymZw1z0hMbkrjS6twOBG39Zk42Bd
SECRET=zsS0bfccOhtihcBRbg1HgqOrgA8Sfh2z

COMPOSE_PROJECT_NAME=supla
COMPOSE_PATH_SEPARATOR=:
#COMPOSE_FILE=docker-compose.yml:docker-compose.yml
COMPOSE_FILE=docker-compose.yml:docker-compose.standalone.yml
User avatar
pzygmunt
Posts: 18207
Joined: Tue Jan 19, 2016 9:26 am
Location: Paczków
Contact:

Try open https://oceancloud.duckdns.org:443 from your local network
ocean
Posts: 18
Joined: Sun Sep 15, 2019 12:53 pm

Image

i think it ok
Image
Image
User avatar
pzygmunt
Posts: 18207
Joined: Tue Jan 19, 2016 9:26 am
Location: Paczków
Contact:

Share the server outside so that I can connect to it with my iOS smartphone. I will be able to diagnose what the problem is. Send the access data (address) to priv-a.
ocean
Posts: 18
Joined: Sun Sep 15, 2019 12:53 pm

I sent the information via private message
User avatar
pzygmunt
Posts: 18207
Joined: Tue Jan 19, 2016 9:26 am
Location: Paczków
Contact:

Code: Select all

[-1200] Error Domain=NSURLErrorDomain Code=-1200 "An SSL error has occurred and a secure connection to the server cannot be made." UserInfo={NSLocalizedRecoverySuggestion=Would you like to connect to the server anyway?, _kCFStreamErrorDomainKey=3
It turns out that iOS rejects selfsigned certificates even though we have turned on the option to trust such certificates if the domain does not belong to * .supla.org.

The quick solution is to install the certificate from let's encrypt.
ocean
Posts: 18
Joined: Sun Sep 15, 2019 12:53 pm

yes
it Perfect activity
great :D :D :D
Post Reply

Return to “Help”