Questions tagged [godaddy]

Domain registrar and web hosting company based in Scottsdale, Arizona

441 questions
0
votes
1 answer

How to create tomcat keystore from existing Godaddy .key and .crt file

I have existing SSL file for a domain which being used in Nginx and Apache. How I can create tomcat keystore from existing GoDaddy .key and .crt file. I tried below keytool -import -alias tomcat -keystore k.key -file k.crt I got below…
Ramratan Gupta
  • 127
  • 1
  • 11
0
votes
0 answers

DNS: redirect all www to non-www-https

On my godaddy dns settings, how do I make all www requests to become non-www reqests as https to my server? I can setup a forward for www. subdomain to https://example.com however, that only works for http: requests.
haemse
  • 181
  • 1
  • 2
  • 9
0
votes
2 answers

How to secure subdomain on godaddy when its pointing to AWS EC2 tomcat?

My domain and subdomain are currently setup on GoDaddy and I have a web portal running on tomcat on an AWS EC2 Windows instance. I have configured tomcat to run on HTTPS port 443. I set the forwarding rules with masking to point my subdomain to my…
0
votes
1 answer

Permanent SPF error: Void lookup limit of 2 exceeded

I'm trying to fix my GoDaddy SPF settings. I'm getting this error: "SPF record lookup and validation for: http://www.scoutbox.us|www.scoutbox.us Permanent SPF error: Void lookup limit of 2 exceeded SPF records are published in DNS as TXT…
0
votes
1 answer

Secure GoDaddy site with Azure SSL Certificate

Appologies in advanced, IT is REALLY not my strong suit so bear with me Setup 1) I have a godaddy domain with linux hosting that I use for a landing page, let's say www.mywebsite.com 2) I have an azure web app that I configed using a CNAME record…
Omri Btian
  • 101
  • 1
0
votes
1 answer

nslookup with and without http points to different ips

I recently changed my registrar and transferred my DNS from Route 53 to Godaddy. Now, I cannot reach my website from any web browser. nslookup and ping gives me correct ip if i do this. nslookup > www.example.com but if I use http it points to some…
0
votes
1 answer

File is uploaded to my server by someone

I keep getting a file called "wp-sil.php" uploaded to my one specific folder. When i copy the file to my desktop so I can examine it, it removes itself. When I open the url sting live on my website, I see the entire folder content and options to…
BragDeal
  • 115
  • 3
0
votes
2 answers

godaddy dns + aliyun host - django app, uwsgi, nginx - shows "502 Bad Gateway"

I have domain mydomain.me in godaddy i set it to point to my ip in aliyun ecs In my diango settings i have : ALLOWED_HOSTS = [".mydomain.me","x.x.x.x"] in /etc/nginx/sites-avaiable/Django i have upstream django { server…
yourstruly
  • 99
  • 6
0
votes
1 answer

Website on godaddy, domain on wix. How can connect specific folder with DNS?

I have many different websites on my godaddy account. root > folder1 root > folder2 etc. I understand the basics of pointing the DNS to the godaddy account, but how can I point a domain located on WIX to a specific folder to open which is hosted on…
BragDeal
  • 115
  • 3
0
votes
1 answer

RESTful api call using subdomain with nginx http proxy

I have forwarded godaddy subdomains backend.example.com and app.example.com to the same public IP XXX.XXX.XXX.XXX of Google Compute Engine. I have nginx webserver configured and my springboot backend is serving on port 8090. Currently using the…
0
votes
1 answer

OpenVPN Warning: UNTRUSTED SSL certificate, but installation looks okay

I am using OpenVPN to connect to a vpn server I've set up and installed an SSL cert on. When I check the SSL cert on Digicert, for example, it appears to be installed correctly, but OpenVPN continues to give me an error The server has an UNTRUSTED…
wogsland
  • 199
  • 1
  • 4
  • 12
0
votes
0 answers

server DNS address could not be found error after change nameservers

i changed my website's nameservers yesterday ( from godaddy to clouflare.com). But my website shows "an server DNS address could not be found" error today. Please help me to resolve this.
0
votes
0 answers

Unable to access godaddy hosting (and even godaddy.com) from my network

After trying to communicate with both my ISP and Godaddy support I decided to post my issue over here. Issue: Getting Error "You don't have permission to access "http://www.godaddy.com/" on this server." while trying to access godaddy.com. And while…
Aayush
  • 1
  • 1
0
votes
3 answers

How does subdomain forward by domain registrar work?

Can you please help me understand how this particular functionality works: I have a domain: example.com, it's registered with GoDaddy. its nameservers are set to linode: ie. ns1.linode.com, ns2.linode.com But at the same time, I can setup a…
0
votes
1 answer

SSL Certificate on migration to AWS

I migrated a Windows Server 2012 R2 running in vmware to AWS. Is it necessary to make any changes to the GoDaddy SSL certificate or I can keep it as is?