Questions tagged [godaddy-api]

Questions regarding GoDaddy API

GoDaddy API used to interact with GoDaddy

The GoDaddy API allows developers to interact with the GoDaddy system to manage domains and accounts in the same way we do. The API can be used by anyone who wants to create their own experience for registering, purchasing, and managing a domain.

Site: https://developer.godaddy.com/

Docs: https://developer.godaddy.com/doc

280 questions
1
vote
1 answer

Visual Studio sign-in in to my Azure subscription using Godaddy's email address

I am stuck at Visual Studio sign-in in to my Azure subscription using Godaddy's email address. I receive the below script error. When I signed up for my Azure sponsorship subscription I used my Godaddy's office 365 email and password. Any ideas or…
1
vote
0 answers

create custom decoder page on godaddy host that fix querystring and redirects to an API

A friend contracted some wordpress agency to create a webpage that based on input data entered by user on a form create a custom URL to redirect to a third party API that shows some data to rent a car, this wordpress is done with elementor plugin…
TTT2
  • 549
  • 2
  • 13
1
vote
2 answers

How to point AWS EC2 Server to my Godaddy domain

I have MERN stack app and both Reactjs and Nodejs are running on Same host/IP of EC2 . I have bought a domain from Godaddy so how can i point it to my domain . Am getting this error on Godaddy Also how can i add SSL certificate for both (Frontend…
1
vote
2 answers

Laravel guzzle http godaddy - UNEXPECTED_TYPE records is not array

Trying to replace/update type A record name @ using godaddy api in laravel with Guzzle https://developer.godaddy.com/doc/endpoint/domains#/v1/recordReplaceTypeName Valid Headers $godaddy = Http::withHeaders([ 'Authorization' => 'sso-key ' .…
1
vote
1 answer

How to correctly map godaddy domain to gcloud app engine project?

I've deployed a nuxtjs app to gcloud app engine as described in nuxtjs docs using gcloud cli - gcloud app deploy [app-project-id] after that I browse the app with gcloud app browse -s nuxt and it works fine, but after I added my custom domain dns…
Abdelrhman Gad
  • 195
  • 2
  • 11
1
vote
1 answer

Azure Static Web App custom domain with GoDaddy is no working

I've a static Blazor website hosted on azure and I've set custom domain for it. The issue is custom domain https://www.raohammas.site/ is working while root domain https://raohammas.site/ doesn't work. Why? Though, I've added required DNS records…
Hammas
  • 1,126
  • 1
  • 12
  • 37
1
vote
0 answers

SSL certificate occasionally disappears from HTTPS binding

Occasionally, the certificate used to bind HTTPS disappears. When I try to access the Internet through HTTPS its display: "not possible to reach the site". Also, when this happens, 2 errors appear in the event viewer window: Schannel error - "A…
1
vote
1 answer

Redeem SSL certificate from go daddy for a .app domain

I recently acquired a .app domain from godaddy and it was stated that ssl certificate is included. The instructions says you must go to myproducts page to redeem and activate the included ssl certificate. The problem is I can't seem to figure how ,…
Ziyaad Shiraz
  • 144
  • 2
  • 7
1
vote
2 answers

WordPress Nginx Configuration - GoDaddy Managed WP

Some of the other post are helpful but only after I get help on my post. _Managed WP, GoDaddy _Tools available: in GD: "File Browser", "phpMyAdmin" (takes me to a URL UI). _phpMyAdmin: Has things like "Databases" "Status" "Ex/Import" "Variables"…
1
vote
0 answers

Getting Internal server error with 500 status code

I have a node.js backend api for my frontend app that I have deployed over two Godaddy vps servers staging and production. issue is that application is working on staging without any issue while throwing an error on production. not seeing any error…
Zohaib Ahmad
  • 99
  • 1
  • 3
  • 11
1
vote
0 answers

Unable to renew SSL certificate using apache2 at ubuntu (aws ec2) instance

The website was running fine with GoDaddy's SSL installed, it has been approx a month since SSL expired and I lost the CSR file we used for the SSL certificate first time. Steps I tried: Created new CSR files as follows, in directory…
zarpio
  • 10,380
  • 8
  • 58
  • 71
1
vote
1 answer

Go Daddy SSL certificate disappear in IIS After Installing

I am trying to install the SSL certificate on the IIS, I am following the exact step mentioned here https://pk.godaddy.com/help/manually-install-an-ssl-certificate-on-my-iis-10-server-27349. Steps I did: I purchased the SSL certificate from Go…
1
vote
0 answers

Generate .pfx from .crt powershell (From CSR creation to .pfx)

A little bit of context: I used to generate CSRs from IIS "Create certificate request", import that in my provider (GoDaddy) and get a .crt in return. Then I used to go again to IIS to "Complete certificate request" and generate the .pfx I want to…
Iamppmz
  • 15
  • 2
  • 6
1
vote
1 answer

Install godaddy certificate on Google cloud Ingress

We are working on installing the GoDaddy certificate on to Google Cloud. GoDaddy has provided the 3 files, one ###.crt file bundle.crt file and a pem file. We also have a ingress rule configured in our GKE. We are looking for a solution how to apply…
1
vote
1 answer

I want to host my website admin panel to be served by subdomain

I've cPanel Linux hosting in Godaddy for my website. I just want to host a website for its subdomain as well. For instance, my website is like "www.domain.com". I've used Laravel framework for my website. I've created some admin panels for my…