Giter Club home page Giter Club logo

Comments (19)

netscaper71 avatar netscaper71 commented on May 31, 2024

after downgrade of php from 7.3 to 5.6 is working, but still we have some problems:

cURL error 35: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to xx.xx.xx.xx:4443 (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)

from vbo365-rest.

netscaper71 avatar netscaper71 commented on May 31, 2024

was missing some packages I will add a comment later today with list.

from vbo365-rest.

nielsengelen avatar nielsengelen commented on May 31, 2024

It would be great if you could list them so I can update the readme file with this. Thanks!

from vbo365-rest.

netscaper71 avatar netscaper71 commented on May 31, 2024

Working config on Debian10
apt-get update
apt-get upgrade
apt-get install vim gnupg2 curl
sh -c 'echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list'
curl -s https://packages.sury.org/php/apt.gpg | apt-key add -
apt-get update
apt-get install php5.6-cli php5.6-zip git unzip apache2 libapache2-mod-php5.6 apt-transport-https
a2enmod php5.6
a2enmod rewrite
curl -sS https://getcomposer.org/installer | /usr/bin/php && /bin/mv -f composer.phar /usr/local/bin/composer
cd /var/www/
git clone https://github.com/nielsengelen/vbo365-rest.git
cd /var/www/vbo365-rest/
composer install
chown www-data:www-data -R /var/www
vim /etc/apache2/sites-enabled/000-default.conf
replace:
DocumentRoot /var/www/html > /var/www/vbo365-rest
vim /etc/apache2/apache2.conf
add:

<Directory /var/www/vbo365-rest/>
        Options Indexes FollowSymLinks
        AllowOverride All
        Require all granted
</Directory>

apt-get dist-upgrade
service apache2 restart

from vbo365-rest.

nielsengelen avatar nielsengelen commented on May 31, 2024

Thanks for sharing. I will add a sort of install file for debian 10 based on this. Is it ok if I close the issue as you managed to resolve it?

from vbo365-rest.

netscaper71 avatar netscaper71 commented on May 31, 2024

Thanks for sharing. I will add a sort of install file for debian 10 based on this. Is it ok if I close the issue as you managed to resolve it?

yes, thank You for that great example of usage of REST api of Veeam o365 backup

from vbo365-rest.

EmanuelKoena avatar EmanuelKoena commented on May 31, 2024

Good day

I need help with login on the self service portal for office 365, im getting the below error, cURL error 7: Failed to connect to 127.0.0.1:4443; Connection refused (see https://curl.haxx.se/libcurl/c/libcurl-errors.html.

For some reason all ports were allowed but still I cannot login with my AD or admin account

from vbo365-rest.

nielsengelen avatar nielsengelen commented on May 31, 2024

@EmanuelKoena Can u verify the RESTful API service is running? The error is quite self explaining saying connection refused which means it is either a firewall issue or the service is not running.

from vbo365-rest.

EmanuelKoena avatar EmanuelKoena commented on May 31, 2024

from vbo365-rest.

nielsengelen avatar nielsengelen commented on May 31, 2024

You can check this within VBO365: https://helpcenter.veeam.com/docs/vbo365/guide/vbo_rest_api_settings.html?ver=40

Or run "services.msc" and check in the list if the service is running.

from vbo365-rest.

EmanuelKoena avatar EmanuelKoena commented on May 31, 2024

from vbo365-rest.

nielsengelen avatar nielsengelen commented on May 31, 2024

Are you running the portal on the VBO server or is this on a standalone machine? If it is running on a standalone machine, you need to update 'config.php' and change the IP to match the IP for your VBO server.

from vbo365-rest.

EmanuelKoena avatar EmanuelKoena commented on May 31, 2024

from vbo365-rest.

EmanuelKoena avatar EmanuelKoena commented on May 31, 2024

from vbo365-rest.

nielsengelen avatar nielsengelen commented on May 31, 2024

Hi Emanuel, can u let me know if you are running the portal on the VBO server or is this on a standalone machine? This may be the main issue so a remote session is not needed if it is.

from vbo365-rest.

EmanuelKoena avatar EmanuelKoena commented on May 31, 2024

from vbo365-rest.

nielsengelen avatar nielsengelen commented on May 31, 2024

As suggested, you need to update 'config.php' and change the IP to match the IP for your VBO server. Right now the portal tries to connect to 127.0.0.1 which is not the VBO server.

from vbo365-rest.

EmanuelKoena avatar EmanuelKoena commented on May 31, 2024

from vbo365-rest.

nielsengelen avatar nielsengelen commented on May 31, 2024

@EmanuelKoena the image isn't working sadly, could you try again or drop me an e-mail via [email protected] so we can follow it up via there?

from vbo365-rest.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.