Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
14 views

How to retrieve SMS pack details and total SMS sent using OVH SMS API?

I am working with the OVH SMS API (https://eu.api.ovh.com/console/?section=%2Fsms&branch=v1#get-/sms) and trying to retrieve specific details about my SMS service. However, I am struggling to find ...
h3lt3r-sk3lt3r's user avatar
0 votes
0 answers
46 views

Laravel 11 Filament Admin Issues in Production: 405, 403 Errors, and JavaScript Not Functioning

Important infirmation : this problem dont appear in local, but only in remote I’m encountering several issues with my Laravel 11 application in production. Everything works perfectly in my local ...
jerome's user avatar
  • 1
0 votes
0 answers
20 views

How to use openssl with distant keys, accessible via KMIP or REST API?

I need to use openssl with keys stored on a distant KMS. How can I do this? I've seen specific projects about openssl using AWS keys (1) or Google cloud keys (2). Stil I found no KMIP-generic solution....
fpierrat's user avatar
  • 786
0 votes
0 answers
27 views

OVH Web Hosting: Error 512 When Deploying Node.js Application with Platform.app.yaml Configuration

I have a small issue with the OVH web pass. I have a folder structure for my project as follows: site folder: Contains 9 HTML files. assets folder: Contains subfolders for img, js, css, scss, fonts. ...
Andy Grc's user avatar
1 vote
1 answer
34 views

php curl receveive 302 response code from OVH

In the last few days/weeks, a webservice call from php curl to a service located in OVH has started receiving a "302" HTTP Code response I thought the calling server was blacklisted. But the ...
VinceSax Maury's user avatar
0 votes
0 answers
19 views

Why my permanent redirection disappear after 1hour (ovh)?

I'm trying to transfer my OVH domain name to Odoo. I followed their procedure, which involves creating a CNAME record from www.domain.eu to domain.odoo.com, and then creating a 301 redirect from ...
acidlava's user avatar
1 vote
1 answer
87 views

URL not found when refreshing angular page and setting sourceMap to true

I'm runnign a multi-project app with angular When refreshing the page I get an The requested URL was not found on this server. error. I've tried a lot of .htaccess configurations and none of them ...
JSmith's user avatar
  • 4,798
0 votes
0 answers
129 views

PHPMailer Intermittent SMTP Error (OVH Server)

I've been having this problem for a while now. I am intermittently getting an error when using PHPMailer to send mail from my OVH hosted email address using SMTP. I have now setup a test file with ...
BogusFeet's user avatar
0 votes
0 answers
173 views

How to Solve External Connection Issues When Making API Calls in Laravel on OVH Shared Hosting?

I'm working on a Laravel 11 project with PHP 8.3, hosted on an OVH Pro shared server. The project involves making API calls to write data to a blockchain. This API call is scheduled to run once a day ...
Equipe dev's user avatar
0 votes
1 answer
351 views

How to deploy my Spring Boot backend to an OVH Cloud VPS server

I have a client that has a website already deployed and working with the database and all in OVH, but all that was done with a previous team, now after updating things inside the database, I want to ...
Mahdi's user avatar
  • 1
0 votes
0 answers
100 views

Imgur API rate limit on OVH hosting

I have a Python code that uploads pictures to Imgur, receiving them through a telegram bot, I get an exception imgurpython.helpers.error.ImgurClientRateLimitError: Rate-limit exceeded! If I run the ...
Komo4ek's user avatar
0 votes
1 answer
4k views

Error 503 Backend fetch failed. Guru Meditation: XID: xxxx Varnish cache server. OVH

My Drupal 10 website hosted on OVH. I recently tested the form (it's a Webform module) which includes a field for uploading a file, and clicked 'submit' button, an error appears on the page: Error 503 ...
ELIZ Des's user avatar
0 votes
2 answers
405 views

APISIX real ip behind an OVH LoadBalancer (Kubernetes)

I'm currently working on configuring my API Gateway, specifically Apisix in an OVH managed cluster, which I've deployed via Helm, to ensure that it forwards the real client IP addresses instead of the ...
Antoine Dussarps's user avatar
0 votes
1 answer
75 views

Drupal: MQLSTATE[42000]: Syntax error or access violation: 1142 INSERT command denied to user when accessing any page with a form

My Drupal website hosted on OVH was functioning normally and everything was working fine. Now when I try to access any page containing a form, it displays this error, even though I haven't made any ...
ELIZ Des's user avatar
0 votes
0 answers
51 views

how to handle multiple region network with terragrunt?

With OVH cloud provider I would like to declare a multi region networks. So the start is: # Associating cloud project to vRack resource "ovh_vrack_cloudproject" "vcp" { ...
bioinfornatics's user avatar
-1 votes
1 answer
140 views

500 error on Prestashop 1.7.8.7 installed with OVH

I have a 1.7.8.7 prestashop installed with OVH since one month. I have restore the database from the client interface of OVH, then an error 500 occur. I restored old versions of the db but the same ...
Mohamed Jmal's user avatar
0 votes
0 answers
60 views

Can't use remote-ssh extention of vscode in my shared web hosting plan

I've been trying to connect to my ssh using the VS Code extention "Remote SSH", I edited the config file just like i've done it previously but this time, it doesn't work. this is the error i'...
shibz's user avatar
  • 21
1 vote
1 answer
203 views

How to sign OVH API in R (or Curl)

I tried to grab list of my domains on OVH account. I tried code as bellow library(httr) library(dplyr) library(jsonlite) urlAPI <- "https://ca.api.ovh.com/v1/domain" GETendpoint <- &...
Jan Jankowski Janek's user avatar
0 votes
0 answers
65 views

Connection to ovh cloud in node.js

I want to connect to ovh cloud with axios. const username = 'user-123456'; const accessKey = '1242121414421'; const secretKey = '2414124141'; const containerName = 'storage'; const ...
Samir Quluzadeh's user avatar
0 votes
1 answer
67 views

Select a different Load Balancer for kubernetes cluster in OVHcloud

I am creating a new Kubernetes cluster on OVHcloud. I have 2 Load Balancers. My question is this how can I configure Kubernetes cluster in OVHcloud to use a specific Load Balancer. Actually, I am ...
Usman Sajid's user avatar
0 votes
0 answers
160 views

Script cURl API: message“:”Invalid signature”

I use curl to test the availability of a domain name but there is a problem with the ovh signature here is the error messageenter image description here and here is the code I get, I also put my file ...
Marwen Bouafif's user avatar
0 votes
2 answers
41 views

Django rest api send email return value true but email isnt sent

I'm trying to send the token to reset password on my django application, the post return a confirmation that the email is sent but, no email has been sent. here are my settings and config settings : ...
Dezz H's user avatar
  • 400
0 votes
0 answers
25 views

Website only loads if the "/?lang=sl" is included into the URL?

When I try to open my website with the domain (techblog.si) it loads ok in incognito mode but it is buggy in normal mode (the pictures are not loaded, etc.). But if I search for "techblog.si/?...
Gregor's user avatar
  • 1
0 votes
0 answers
31 views

Load Balancing with 3 dedicated servers containing databases

I'd like to add a Load Balancing system to my 3 dedicated servers. On each server i have a docker-compose running a DB, an API server and a WebApp Server. My goal is to add a load balancer server that ...
Jeremy M.'s user avatar
  • 1,164
2 votes
0 answers
149 views

Exitcode 255 on a php script for a CRON task in OVH

I am working on a PHP project in OVH server. I want to start a script once a day to push an alert. The script works when i call it manually myself. But when i wait the CRON, i always got the error : ...
Yosu's user avatar
  • 19
0 votes
0 answers
613 views

Sending emails via PHP using SMTP through OVH

I am having some sort of weird behavior with the following script. I am using PHPMailer to send emails using the SMTP method through using my OVH email box. My script is hosted on my OVH website. The ...
carlos519's user avatar
0 votes
0 answers
66 views

This page isn't working. www.domain.com is currently unable to handle this request. HTTP ERROR 500. PHP Laravel OVH

I'am facing the Http 500 error on a laravel 5.1 deployed on an OVH mutualized hosting plan. I waned to debug and display the error but I always get the same display message. I've tried to set ...
Abid.Saifeddine's user avatar
0 votes
1 answer
537 views

Boto3 and OVH: GetObject error the specified bucket is not valid

I'm currently trying to implement a get Object request from Object Storage – S3 API OVH. I have the same implementation for a project using python and wanted to integrate it here, but do to a lack of ...
The beep's user avatar
0 votes
1 answer
1k views

OVH API Error: This call has not been granted

I need to use OVH API in my Python code but the call returns this error: OVH API Error: This call has not been granted import json import ...
deko bobos's user avatar
0 votes
1 answer
191 views

Can we fix my problem with duplicator syntax error on line 10?

I have a small problem with my site, I use wordpress and I first made my site locally but when I use the plugin Duplicator and I try to pass on the installer.php to install on OVH there is a syntax ...
Enzo Louviot's user avatar
0 votes
0 answers
38 views

Hazelcast cluster issue

I have java application with hazelcast client. Application being running on 2 different server. First time when on both server the application start they form a cluster but as I put down one of the ...
Aman Singhal's user avatar
-1 votes
1 answer
77 views

Ovh object analysis

Context: I currently have a project where several audio files (wav) are saved using OVH cloud. This objects are managed from my application using the S3 APIs. Issue: A member from my team, needs to ...
The beep's user avatar
1 vote
1 answer
202 views

Secure access to windows machine deployed in ovh cloud

I have a windows machine deployed on OVH cloud, and every one could access to it, if the use has the login and the password, is there a way please prevent any one else except me to connect eventhough ...
lannov's user avatar
  • 25
0 votes
1 answer
88 views

Why isn't my data being retrieved on my NodeJS Backend?

I'm currently working on a project which requires me to build a mobile application using flutter frontend and a NodeJS backend. I've purchased a VPS from OVHcloud which runs Ubuntu 20.04 and followed ...
exileValor's user avatar
0 votes
1 answer
90 views

Add Cache Policy to Amazon (OVH) S3 Bucket Images

I'm facing a problem related to cache headers for images stored in an Amazon (OVH) S3 bucket. While testing my website's performance with Google Lighthouse, I received a recommendation to "Serve ...
Camille's user avatar
  • 879
0 votes
0 answers
35 views

Laravel app load without bootstrap 5 on smartphone but work fine on Laptop

I uploaded my Laravel project to OVH server, it works fine on my Laptop but doesn't seem to load Bootstrap on smartphone, anyone had this problem can please help me out please? This is on Laptop This ...
yucefbro's user avatar
0 votes
1 answer
115 views

Can't store OVH credentials in Terraform .tfvars file

I'm looking for some guidance and help. I'm new with terraform and trying new things. I added OVH provider for DNS records, but I'm having troubles with passing credentials. I was trying to pass OVH ...
VapeBoro's user avatar
0 votes
1 answer
383 views

OVH cloud web setup proxy

I have a React project which uses an external API. If I don't use a middleware proxy, I get the following error: 'has been blocked by CORS policy: Request header field content-type is not allowed by ...
Lebonsavane's user avatar
-1 votes
1 answer
256 views

How to generate Certificate AWS (ACM)

I am currently in the process of migrating my app from Heroku to AWS ECS. I am at the stage where I want to establish a secure connection by enabling https for my app. From what I understand, I need a ...
Steven's user avatar
  • 1
0 votes
1 answer
181 views

Error during DNS configuration Google AppEngine / OVH

I bought a domain name on OVH and I am trying to set it with my flask application hosted on an GCP AppEngine. I registered the DNS but I have this error message : The certificat ID is not generated by ...
userHG's user avatar
  • 589
3 votes
1 answer
47 views

Is there any possibility to rebuild templates in utask (ovh/utask) on runtime?

I want to use ovh/utask as workflow engine in my app: https://github.com/ovh/utask I want to allow customer to create templates in my primary app and save them as workflows. Parsed Yaml files will be ...
Artur R.'s user avatar
  • 247
0 votes
2 answers
700 views

Base path of my website redirect to Index Of

My website is a Wordpress and it seems to be available only at https://arch-doc.com/www My configuration on OVH is On the base path, it show us the Index Of webpage. Any advice to handle this issue?
bmagnette's user avatar
  • 100
0 votes
1 answer
2k views

Keycloak on K8s installation failure with `ERROR: relation "migration_model" does not exist at character 25`

Following the sample at https://github.com/thomasdarimont/helm-charts/blob/master/charts/keycloakx/examples/postgresql, I'm trying to install Keycloak and Postrgresql with helm charts on OVH managed ...
ch4mp's user avatar
  • 12.1k
1 vote
0 answers
113 views

Testing OVH API's to buy a domain name

I'm using OVH API's to order domain names. However, before delivering my API's in production, I would like to tests them. Do you know how could I test the buying part of the API's without really ...
Flo's user avatar
  • 11
1 vote
1 answer
569 views

Implement two php versions to different subfolder on the same ovh ftp

I have a ftp server with two sites on in it: site.com <-a different CMS needs php7.1 site.com/shop/ <-a different CMS needs php8.0 One of these works with php7.1 and the other with php8.0. Is it ...
Ryszard Kaczorowski's user avatar
0 votes
1 answer
248 views

Adding secondary DNS

In my company we rely on the services provided by OVH, including the DNS provided by it. Having had some disservices in recent times there is the need to change DNS provider or add secondary DNS from ...
64Bit1990's user avatar
  • 330
0 votes
0 answers
134 views

Wizzair blocks traffic from EC2 and OVH VPS even if I use a proxy

I wanted to test my webscraping app on cloud environment. At first I have tried EC2 machine, but I realised that wizzair blocks outbound traffic from all AWS's IP address range. Next I have tried OVH ...
Jo Dung's user avatar
  • 312
1 vote
1 answer
385 views

Add new Domain Zone in OVH using API

I want to add a new DNS zone in OVH with Python using the OVH API. I wrote a script with these steps: Create a new cart Add a new DNS zone to the cart Check the cart content Confirm the order Check ...
sphtd97's user avatar
  • 113
1 vote
1 answer
796 views

Traefik and certbot cannot generate certificate on OVH

On Docker I installed Portainer and then create new Stack with Traefik (certbot). I logged into my OVH and generate API keys for certbot. My docker-compose file looks like bellow. I use this manual ...
jaros85's user avatar
  • 21
1 vote
1 answer
1k views

NGINX port forwarding with subdomain

I want to create a Minecraft server and I already have a server that runs multiple Minecraft servers. I also have an OVH domain and I've created a subdomain with a wildcard. I want to create ...
GFoniX's user avatar
  • 324

1
2 3 4 5
7