unable to connect dev and client to supla 2.0
-
- Posts: 74
- Joined: Mon Jul 03, 2017 2:50 pm
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.
-
- Posts: 74
- Joined: Mon Jul 03, 2017 2:50 pm
supla-dev error
You do not have the required permissions to view the files attached to this post.
-
- Posts: 19402
- Joined: Tue Jan 19, 2016 9:26 am
- Location: Paczków
Send to me ssh access on private.
-
- Posts: 74
- Joined: Mon Jul 03, 2017 2:50 pm
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
i wanted to do it on my own but at the very last point, i m am failed in networking or connection.

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
-
- Posts: 74
- Joined: Mon Jul 03, 2017 2:50 pm
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.
-
- Posts: 19402
- Joined: Tue Jan 19, 2016 9:26 am
- Location: Paczków
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