unable to connect dev and client to supla 2.0

emiliakowalski
Posts: 74
Joined: Mon Jul 03, 2017 2:50 pm

Post

hello i have installed supla2.0 cloud but unable to connect my devices client and dev to supla2.0 below is my configuration and sample parameter file, ports are open, firewall disables and listen 2015 & 2016, port let me know what can be the issue. accessing locally and there is one more error looks like in supla-dev.
You do not have the required permissions to view the files attached to this post.
Last edited by emiliakowalski on Tue Jul 11, 2017 3:14 pm, edited 4 times in total.
emiliakowalski
Posts: 74
Joined: Mon Jul 03, 2017 2:50 pm

Post

HI can anyone solve this issue
emiliakowalski
Posts: 74
Joined: Mon Jul 03, 2017 2:50 pm

Post

hi can you please help pzygmunt
emiliakowalski
Posts: 74
Joined: Mon Jul 03, 2017 2:50 pm

Post

supla-dev error
You do not have the required permissions to view the files attached to this post.
emiliakowalski
Posts: 74
Joined: Mon Jul 03, 2017 2:50 pm

Post

any solution please
User avatar
pzygmunt
Posts: 19402
Joined: Tue Jan 19, 2016 9:26 am
Location: Paczków

Post

Send to me ssh access on private.
emiliakowalski
Posts: 74
Joined: Mon Jul 03, 2017 2:50 pm

Post

hi thankyou,

i wanted to do it on my own but at the very last point, i m am failed in networking or connection. :( though It was very good journey because of supla i learned,

linux,
symfony
doctrine
lamp
nodejs
about composer etc....

Thanks to Supla project and to pzygmunt and supla team.

will share with you my ssh credentials. before that i would like to give my last try through one polish post that was for run.sh
emiliakowalski
Posts: 74
Joined: Mon Jul 03, 2017 2:50 pm

Post

Hello pzygmunt found the reason i think because of unknown version my app is not connecting pls help me out
You do not have the required permissions to view the files attached to this post.
emiliakowalski
Posts: 74
Joined: Mon Jul 03, 2017 2:50 pm

Post

please help pzygmunt
User avatar
pzygmunt
Posts: 19402
Joined: Tue Jan 19, 2016 9:26 am
Location: Paczków

Post

Code: Select all

cd /usr/src
sudo mkdir openssl
sudo wget https://www.openssl.org/source/openssl-1.0.1t.tar.gz
sudo tar zxvf openssl-1.0.1t.tar.gz
cd openssl-1.0.1t
sudo ./config --prefix=/usr/src/openssl shared
*edit Makefile and remove no-ssl2 flags
sudo make depend
sudo make install
sudo cp /usr/src/openssl/lib/*.so /usr/lib/supla-server/
sudo rm -rf cp /usr/src/openssl

Return to “Help”