Supla-Cloud-Server

bouali
Posts: 25
Joined: Tue Mar 07, 2017 12:17 pm

i have sent it in private
bouali
Posts: 25
Joined: Tue Mar 07, 2017 12:17 pm

thank you very much pzygmunt for your help i have solved the problem
emiliakowalski
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
Attachments
ssl.jpg
ssl.jpg (132.5 KiB) Viewed 6490 times
emiliakowalski
Posts: 74
Joined: Mon Jul 03, 2017 2:50 pm

can you help me bouli
bouali
Posts: 25
Joined: Tue Mar 07, 2017 12:17 pm

emiliakowalski
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
User avatar
pzygmunt
Posts: 18280
Joined: Tue Jan 19, 2016 9:26 am
Location: Paczków
Contact:

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
emiliakowalski
Posts: 74
Joined: Mon Jul 03, 2017 2:50 pm

solved
emiliakowalski
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-------------
Attachments
supla 2.0 error.jpg
supla 2.0 error.jpg (515.04 KiB) Viewed 6475 times
User avatar
pzygmunt
Posts: 18280
Joined: Tue Jan 19, 2016 9:26 am
Location: Paczków
Contact:

Use attached one.
Attachments
localhost.zip
(4.88 KiB) Downloaded 312 times
Post Reply

Return to “Help”