Supla-Cloud-Server
-
- Posts: 25
- Joined: Tue Mar 07, 2017 12:17 pm
thank you very much pzygmunt for your help i have solved the problem
-
- Posts: 74
- Joined: Mon Jul 03, 2017 2:50 pm
THIS IS THE REASON MY APP IS NOT CONNECTING WITH THE SERVER PLEASE HELP ME OUT
You do not have the required permissions to view the files attached to this post.
-
- Posts: 25
- Joined: Tue Mar 07, 2017 12:17 pm
trying with this link https://github.com/IoTAqua/supla-core
-
- Posts: 74
- Joined: Mon Jul 03, 2017 2:50 pm
why there is ssl 3 error i have tried to compile with new openssl version but failed give error no function of ssl3 method defined
-
- Posts: 19400
- 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
-
- Posts: 74
- Joined: Mon Jul 03, 2017 2:50 pm
i used this command to create schema in supla database
$ php app/console doctrine:schema:create
used latest version supla 2.0
but app giving error of " BAD CREDENTIALS"
so i checked supla-server, error is there is no no such table in database do i need to create new tables manually.
There is no such table in database --------------supla.supla_v_device_accessid-------------
$ php app/console doctrine:schema:create
used latest version supla 2.0
but app giving error of " BAD CREDENTIALS"
so i checked supla-server, error is there is no no such table in database do i need to create new tables manually.
There is no such table in database --------------supla.supla_v_device_accessid-------------
You do not have the required permissions to view the files attached to this post.
-
- Posts: 19400
- Joined: Tue Jan 19, 2016 9:26 am
- Location: Paczków
Use attached one.
You do not have the required permissions to view the files attached to this post.