Questions tagged [ionos]

IONOS is the web hosting and cloud partner for small and medium-sized businesses based in Europe. Questions about programming and architecture are on topic. The IONOS tag is rarely used alone and will usually be used with other tags to more clearly define the topic of the question.

80 questions
4
votes
1 answer

Difficulties to get SSL certification in my website

How can I get the green locker sign or "secure connection" in my browser URL address? Already I have a SSL certification supplied by my hosting (Ionos). Both my Wordpress address (URL) and site address (URL) starts with "https:/" instead of…
Circulo
  • 43
  • 4
3
votes
1 answer

Why is my IONOS 1&1 root not redirecting correctly over ssl?

I have a 1&1 IONOS domain for my heroku app. the www subdomain works fine, with a CNAME setup for it. but I'm trying to redirect the root url to the www subdomain. this also works fine for http, but if the url is typed in as https://example.com, I…
b00n.
  • 35
  • 1
  • 4
3
votes
2 answers

1and1 IONOS Database with Node.JS

I would like to connect my 1and1 mySQL Database on an Express App Node.JS with the mysql npm package but when I tried to connect the console send me back this: Error: getaddrinfo ENOTFOUND I looked on the 1and1 dashboard and it was…
Gregoirelpv
  • 92
  • 1
  • 10
3
votes
2 answers

How can I deploy Django App to 1and1 (ionos)

I created a website with Django and now I need to deploy it and now I have to upload it to 1and1. Do I need a specific tool for this or can I upload it without hesitation like a website that only contains .html and .css files?
Dariun
  • 327
  • 3
  • 14
2
votes
1 answer

Deployed React App to IONOS - 404 on page refresh

I deployed my React app to IONOS, and it works correctly, but when I refresh the page in the browser, I get a 404 page. https://hopers.io The same app deployed to firebase works properly. https://nft-marketplace-on-juno-chain.web.app Here is my…
Bikas Lin
  • 689
  • 5
  • 16
2
votes
1 answer

Get list of objects from S3 bucket using Minio in .Net

I'm using Minio .Net SDK (v 3.1.13) in a web app to get buckets and files storage at IONOS Cloud Storage. It uses the AWS S3 specifications. I can check is a bucket exists and its contents, but just only the first time after compilation. Next times…
Pyrus
  • 95
  • 1
  • 7
2
votes
0 answers

Android app crashed after installing via adb

I would like to capture the traffic of the IONOS App (https://play.google.com/store/apps/details?id=com.oneandone.ciso.mobile.app.android&hl=de&gl=US). The reason is simple: I need the API to configure my server and the support told me that i have…
MaxO22
  • 21
  • 1
2
votes
2 answers

Can't connect to a remote FTP server via LFTP on a gitlab public runner

I have a FTP server at Ionos.com which works good with Filezilla. However, when i try to connect to this FTP server via LFTP on a gitlab public runner (node:latest image), i keep on receiving errors depending on what i'm doing : Connecting on port…
Ontiques
  • 31
  • 3
2
votes
0 answers

MongoDb in a shared web hosting

Can I use MongoDb in a share web hosting like IONOS? I tried to connect my webapp to an Atlas Cluster: $client = new MongoDB\Client('mongodb+srv://.....'); but it show this error: Fatal error: Uncaught Error: Class 'MongoDB\Driver\Manager'…
Andrea
  • 61
  • 2
1
vote
1 answer

How can I swap a tabbed section with the tabs on the top to tabs on the side?

I have a client with this page: https://www.thedestinationproject.com/travel-abcs. There is a tabbed section with the letters a-z in it. The problem is that on mobile this becomes scrollable and most people don't see it or use it. They are using the…
1
vote
0 answers

"keytool error: java.lang.NullPointerException: invalid null input" when creating keystore

I am trying to update a keystore with a renewed SSL certificate that I downloaded from my Ionos webhost. I downloaded the PFX file after inputing my private key and password into their PFX creation tool and checked an option to "include intermediate…
Curtis
  • 3,170
  • 7
  • 28
  • 44
1
vote
2 answers

Error connecting to shared server SQL database (IONOS)

I am trying to use IONOS shared hosting to host my site. Originally I was getting an HTTP 500 error when running my app. I put a try/catch around the first database call in my site, and displayed the error using return Content($"Database…
1
vote
0 answers

uploading file to s3 service provided by IONOS

Trying to find a tool which would help me to upload files/folders to s3 storage provided by IONOS hosting. IONOS do not have a native s3 SDK for uploading. If someone has done it via any other methods please let me know it would be very helpful;
jobin george
  • 179
  • 1
  • 8
1
vote
0 answers

Problems trying to enable ASP.NET Core logging on 1&1 IONOS Windows Hosting

I have created a simple ASP.NET Core 3.1 WebAPI project in Visual Studio 2022. I want to log any errors. I have been following this post https://github.com/MicrosoftDocs/azure-docs/issues/31380. First I added a webconfig.config to the project and…
lschmid
  • 183
  • 1
  • 1
  • 11
1
vote
0 answers

Fetch signature from IONOS webmail

I am using SMTP in Python to send the emails from IONOS webmail and it is working fine. However, I would need to send emails with the signature that I have setup in IONOS webmail and I cant find a way to fetch that signature with Image. Please help…
1
2 3 4 5 6