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

OVH Object Storage, nothing happens when I try to upload large file (more than 100 Ko)

I try to upload files with OVH object storage. But I have three different behavior according to the heavy file. With a weight file which less than 100Ko, everything is ok With a weight file which more than 100Ko, I have this error: Error: write…
Renan Bronchart
  • 926
  • 17
  • 24
0
votes
0 answers

Failed to connect to s3.amazonaws.com port 443: Connexion refused

I have a problem with amazon S3, I created a site hosted on OVH, when I am on the site I can upload and download files but when I try to connect in SSH, I have the following error: running : curl -v https://s3.amazonaws.com * Rebuilt URL to:…
BanjoSf4
  • 149
  • 1
  • 1
  • 13
0
votes
0 answers

Kubernetes add Domain Name & SSL

I installed a Kubernetes cluster on my cloud. I deployed an application with a pod, a service ... And the external IP obtained is a domain name (6ssv5s4gc.lb.c4.gra8.k8s.ovh.net), which is a bit problematic, because I cannot add an SSL certificate.…
MaxSliw
  • 13
  • 1
  • 3
0
votes
1 answer

Is it possible to link lightsail servers name with ovh used by AWS servers

i've a question about NXDOMAINS of Lightsail I've a domain registred in OVH. Also, I have an application on AWS which use this domain with Cloudfront and Route 53. So, in OVH, i've replaced Servers Name with NXDOMAIN give by AWS Route 53. The…
dc-mpo
  • 353
  • 1
  • 2
  • 10
0
votes
1 answer

High Availability on OVH dedicated servers

I have two dedicated servers on OVH with ESXI hosting multiple VMs. VMs are multiple application servers and databases (one is active, and another is standby). Each server also has Apache mod_jk Load Balancer that balance between application servers…
0
votes
1 answer

OVH Domain & Let's encrypt SSL failure

I'm trying to install Let's Encrypt Cert on OVH Hosting but I can't enable SSL in Multisite options. First, I go to Multisite options in order to do that. I've got all SSL turned off there. I choose edit, then check the SSL box, then next and…
kuska
  • 21
  • 9
0
votes
1 answer

Is there a way to redirect CNAME www.mywebsite.com to https://www.mywebsite.com with ovh and heroku

I am hosting my nodejs app in heroku and my domain name is in OVH. I managed to create a subdomain www and a CNAME record that points to my heroku app. It is working fine and SSL is also working fine from heroku. I added a redirection from all…
MoZam
  • 3
  • 2
0
votes
2 answers

How to use OVH Api with Laravel

I'm working on an application that sends SMS to the customers we got. I'm currently looking the doc (https://docs.ovh.com/fr/sms/envoyer_des_sms_avec_lapi_ovh_en_php/) => it's in french. They're using a PHP Wrapper, but I really don't know how I can…
Petoux
  • 108
  • 1
  • 1
  • 11
0
votes
1 answer

OVH VPS doesn't allow connection

I have a domain name at godaddy and I set it up so that it will redirect to my OVH VPS. You should know that in godaddy it is possible to do the redirection in 2 ways. 1) - Redirection only (Forward only) and so once I go on my domain name…
Mssm
  • 717
  • 11
  • 29
0
votes
2 answers

Integrate a Load Balancer IP given by OVH with a Nginx Ingress Controller on a k8s cluster

I have a Load Balancer IP provided by OVH that I want to use with Nginx Ingress Controller but on a on-premises cluster. There are several guide s to do that using OVH Managed Kubernetes but it is not possible for me since I already a cluster. I…
Ferdi777
  • 317
  • 4
  • 14
0
votes
2 answers

Running multiple instances of same springboot application

I've a spring-boot application which i want to deploy on OVH public cloud. I need t achieve the goal of deploying multiple instances of the same application, and each instance has to have its own resources (such as MySQL database). Each instance has…
Mssm
  • 717
  • 11
  • 29
0
votes
1 answer

Error message - Unable to filter min_docs_count

EDIT: Answer below getting always following error when trying any aggregated query. Tried googling and different aggregation constructs. Elasticsearch API Hosted as "Logs Data Platform" by OVH. Request { "aggs" : { "servers" : { …
MortalFool
  • 1,065
  • 2
  • 14
  • 26
0
votes
1 answer

'ZipArchive::close()' not working on web server

I am building a folder with files in it. At the end, I want to Zip this folder. On my local machine using Homestead, everything works correctly. However, on my web server I am getting the error: ZipArchive::close(): Can't remove file: No such file…
Patrick Schocke
  • 1,493
  • 2
  • 13
  • 25
0
votes
1 answer

Connecting to my database from a VM compute engine

I have a node application on compute engine using Sequelize to connect to my database. But when I do it I find myself with the error: SequelizeConnectionError: connect ETIMEDOUT I added the fixed IP of my VM in the whitelist of my database. I try…
0
votes
1 answer

Problem with saving php sessions in different directory

I'm trying really hard to save my sessions in different directory. I have a shared server in OVH. Default session save path is /tmp, and I want to change it. In my root directory I have www folder which is my main website folder. I created…
ronida
  • 11
  • 3