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
1
vote
1 answer

PHPMailer works on local but not on OVH server

I know this question has been asked many times, but I don't find an answer to my problem. I have the following code: require 'vendor/autoload.php'; use PHPMailer\PHPMailer\PHPMailer; $mail = new PHPMailer(); $mail->isSMTP(); $mail->Host…
Giuseppe Faraci
  • 290
  • 2
  • 11
1
vote
1 answer

terraform kubeconfig issue

After the cluster is created, I want to continue the deployment, but I cannot read the kubeconfig file properly. How can i fix that ? By the way, I can connect my cluster with .kubeconfig file. But terraform cannot. 'config_path' refers to an…
MrTux01
  • 343
  • 3
  • 9
1
vote
2 answers

Cannot connect to MySQL database from OVH server

I cannot connect to my database which is hosted on OVH remotely from Flutter's package mysql1 and get the following error: flutter: SocketException: Failed host lookup: 'saintlouqpweb.mysql.db' (OS Error: nodename nor servname provided, or not…
ventatto
  • 11
  • 4
1
vote
0 answers

Change of OVH Primary IPV4 Address

Does anyone know if it's possible to change the Primary IPV4 address of an OVH Dedicated Server (Ubuntu 20.04) to a Failover IPV4 attached to the server? I am not wanting to configure/attach the failover IP, but rather make it the actual…
1
vote
1 answer

Flask returns a dictionary or a table depending on python version

I am currently developing an app using Flask on an OVH server. I have two pages: a form and a result page. Here is the app : @application.route('/traitement', methods=['POST']) @basic_auth.required def traitement(): result = request.form …
Guliup
  • 19
  • 2
1
vote
1 answer

WP - cURL call to an externa API stopped working- cURL Error 60: SSL certificate problem: certificate has expired

I have created some 'basic' API calls using cURL on a WP website that have been working until last Friday. Since then I receive this error message. Error n: 60, Error: SSL certificate problem: certificate has expired. Now I just checked on…
1
vote
0 answers

Nodemailer : Email accepted and queued but never received

I am currently developing a NodeJS server implementing the nodemailer package but I am facing issues about mails getting queued but not received. Something to note is that my domain is registered at OVH and I have an MX Plan with a professional…
blouuuu
  • 454
  • 1
  • 4
  • 16
1
vote
0 answers

Django Rest Framework - Delete API CORS error in production mode (OVH web cloud)

I know this is a classic issue but I did not find a solution for my particular case. All APIs work fine, while the DELETE API fails with CORS error. This happens only in production environment (OVH web cloud) This is my python backend code: class…
1
vote
0 answers

OVH cloud database: how to whiltelist Kubernetes nodepool instead of all node IPs

The problem is simple: I have an OVH cloud database which I need to access from my Kubernetes cluster. The cloud database has to whitelist authorized IPs. What I currently do is add each node IP upon creation. This can become tedious to maintain and…
mrj
  • 589
  • 1
  • 7
  • 17
1
vote
1 answer

ftp_get fails (returns false) on live server but works locally

I'm trying using this script to download a zip file from an FTP source (on localhost it works but not on the live server form OVH). When running it on a live server I get instantly this: successfully connected to the ftp server! logged in…
Calahonda
  • 25
  • 4
1
vote
2 answers

ovh 400 Bad Request response

I am getting this error when trying to create subdomain using ovh API in laravel code. POST https://eu.api.ovh.com/1.0/domain/zone/mondomain.com/record resulted in a 400 Bad Request response: {"message":"Invalid signature","httpCode":"400 Bad…
1
vote
1 answer

ovh/ovh requires guzzlehttp^6.0 while therobfonz/laravel-mandrill-driver requires guzzlehttp^7.0: is there any solution?

In my Laravel 8 project I had to install the mailer therobfonz/laravel-mandrill-driver; now I have to install the SMS driver ovh/ovh. For the moment in my composer.json file I have: "guzzlehttp/guzzle": "^7.0", …
JarsOfJam-Scheduler
  • 2,809
  • 3
  • 31
  • 70
1
vote
1 answer

500 internal server error - Try to push APN on my OVH server

So to explain my issues briefly, I develop an iOS application. I want to built push notification. I have built a PHP script to that, this works fine when I do test on Postman and on localhost. When I put this script on my server (OVH), I change the…
MisterSalva
  • 21
  • 1
  • 8
1
vote
3 answers

Cant' access laravel public folder on shared hosting

I recently installed a Laravel app on an OVH shared hosting (pro so I have ssh access). This is my installation structure : user app public www Site access is under 'www' so I created a symbolic link there: ln -s…
Arbiz
  • 172
  • 1
  • 5
  • 12
1
vote
0 answers

How to Bulk Delete in PHP-OpenCloud/OpenStack

I've got a problem iam currently building a php backend with connect to an OVH object storage and I would like to make a bulk delete using the php-opencloud sdk According to the documentation there is a function named batchDelete() or bulkDelete()…
BootEXE
  • 13
  • 4