Questions tagged [ovh]

OVH is an Internet service provider providing dedicated servers, shared and cloud hosting, domain registration, and VoIP telephony services.

OVH is an Internet service provider (ISP) providing dedicated servers, shared and cloud hosting, domain registration, and VoIP telephony services.

References

320 questions
0
votes
0 answers

"how to connect to facebook without having the page of authentication to execute a php script which extracts the data?"

my scypt php connects to facebbok to extract data, indeed, each time this file is executed, it asks me for an authentication page via login and password, but I need to put this file on the OVH servers in order to automate it according to crons. How…
0
votes
1 answer

I can not connect to the Ovh API to send sms

I am working on sending SMS on Symfony, I go through the ovh API, I created a form to type the message to send and I can display it but when I click send, I have this error : Cannot use object of type Symfony\Bridge\Monolog\Logger as array the…
0
votes
1 answer

Hosting Symfony 4 app with EasyDeployBundle on server without /usr/local/bin/composer

For a Symfony 4 app I have chosen a Web Cloud plan from the hosting provider OVH. For the deployment I have decided to use the EasyDeployBundle which looks very promising. This is my config file:
cezar
  • 11,616
  • 6
  • 48
  • 84
0
votes
1 answer

Chrome err_connection_reset on lte connection

So I have a very weird problem, I have a website and when I'm connected through wifi everything is fine, chrome and Mozilla are loading my website. But when I switch to LTE internet my website is working fine only on Mozilla. Chrome is throwing…
Provagus
  • 32
  • 5
0
votes
1 answer

Why does my API call to OVH not work on my allocated ipBlock?

Problem I'm been stuck on how to use this OVH's call call to obtain the MAC that has been assigned for the task. The problem is, I can't seem to successfully guess what the required "ip" parameter of type "ipBlock" is. My addressing 193.xx.x.115:…
insideClaw
  • 323
  • 1
  • 8
0
votes
1 answer

is that possible to add more "https endpoints" for the workers kubeconfig?

I am trying to add at this --server argument three https endpoint to make it HA. Is that possible? kubectl config set-cluster Zarsk \ --certificate-authority=ca.pem \ --embed-certs=true \ --server=https://${k8s_PUBLIC_ADDRESS}:6443 \ …
manzion_111
  • 139
  • 1
  • 1
  • 7
0
votes
1 answer

How to get Docker Registry for Dedicated Server on OVH

I have added dedicated server on OVH and now I need to push docker image on OVH but I do not know where does Docker Registry exist on OVH and how to activate it. Please let me know if someone is aware of it ?
gbhati
  • 493
  • 1
  • 8
  • 20
0
votes
2 answers

Link OVH mysql database to a minecraft server

I have a mysql database hosted on OVH and a Minecraft server hosted on PrivateHeberg. I need to synchronize my Minecraft server with the database to know stats about players on my website. The server plugin I am using ask for these informations…
Rémy Menard
  • 64
  • 1
  • 8
0
votes
1 answer

Custom name domain with github page and jekyll

I'm trying to setup a custom domain name on my jekyll project. Here is my configuration : ---------------------- gh-pages configuration CNAME content OVH dns configuration Branch : gh-pages CNAME : adrienmerre.fr Enforce HTTPS : No ( for the moment…
Adrien
  • 13
  • 2
0
votes
0 answers

Python: How to delete multiple files from server at once using OVH cloud API ( I am using Python Request Delete method)

I want to delete files from the server using the Pycurl or Python request method. I have a list of file names and I want to delete all files from OVH server by comparing name with the List items. I am using OVH cloud API. this is the code for delete…
0
votes
0 answers

5.7.1 : Client host rejected: Access denied

I'm currently working on an app with Zend Framework 3 hosted in OVH. I'm trying to send mail with Zend_Mail but without success... so here is my code : $message = new Message(); $message->addTo('client_name@gmail.com') …
0
votes
3 answers

How to configure network interface on Ubuntu Server 18.04 using netplan on OVH?

I would like to install an Ubuntu Server 18.04 on a VM using my dedicated server on SoYouStart (low cost OVH service). But, while I configure the network address like I do it on previous Ubuntu OSes (there is no documentation on the OVH website), my…
0
votes
0 answers

Erreur: SQLSTATE[HY000] [1044]

I'm using PDO for connect my DB with my form HTML for create advanced registration. The problem is that I receive this error message: Erreur: SQLSTATE[HY000] [1044] Access denied for user 'mysuser'@'%' to database 'advanced-registration' I check…
Pierre Dumay
  • 33
  • 2
  • 7
0
votes
0 answers

Javascript Websocket timeout

I'm working on small app using node.js and basic html/js web page. On localhost, I have no problem, webSocket works as well, but when I try on my dedicated server (ovh/kimsufi server), my websocket client return timeout error : On my server : …
B3ND3L
  • 1
  • 1
  • 2
0
votes
0 answers

Nodemailer subject with French special characters

I have a really strange issue with Nodemailer. When I send an email with a subject containing special French characters (e.g., "Association créée avec succès"), email is sent but never received. If I send the same subject without special characters…