Domain.com Or Www.domain.com For SSL Certificates
I'm setting my first eCommerce site and right now I need to resolve the following issue.
I need to install (well, the hosting company will do it for me) a SSL certificate and I need to know what is best or common practice, to use domainname.com or www.domainname.com
I don't know what difference it would make but it seems to do so because the hosting company is asking me to choose. Being that I'm clueless about this, I would also appreciate a quick explanation on the benefits or downfalls of using either one.
View Complete Thread with Replies
Sponsored Links:
Related Forum Messages:
Getting Www.domain.com To Work, Domain.com Resolves Correctly, Just Not With Www
Okay guys, a quick question for all the gurus out there. I'll admit I'm a bit embarassed posting such an easy question, but give a guy a break, I've been using managed servers for god knows how long and I've finally decided to take a dive into administration. Everything is firewalled and secured properly, I'm just having trouble getting the ServerAlias to work right. What happens is I go into my browser and enter in [url]walaa! It works. Now, when I enter in [url], it does not resolve. I have checked with "dig" the domain settings and it looks as though all of the nameservers are set up fine, this is an apache problem. I'm running apache 2.2 on Ubuntu 7.10 for all those who are interested. Here is my etc/apache2/sites-available/domain.com: <VirtualHost *:80> # Admin email, Server Name (domain name) and any aliases ServerAdmin webmaster@domain1.com ServerName domain.com ServerAlias www.domain.com # Index file and Document Root (where the public files are located) DirectoryIndex index.html DocumentRoot /home/demo/public_html/domain.com/public # Custom log file locations LogLevel warn ErrorLog /home/demo/public_html/domain.com/logs/error.log CustomLog /home/demo/public_html/domain.com/logs/access.log combined </VirtualHost> I've been messing with it for about 45 minutes and I'm worn out at ~4:30am and could use a helping hand from the pros.
View Replies!
View Related
Www.domain.com Does Not Resolve Where As Domain.com Works
I ve been having a problem with the "www" prefix for the domains For example: [url] works ok But [url] Does not resolve here is the named conf ; Modified by Web Host Manager ; Zone File for hayalikelimeler.net $TTL 14400 @ 86400 IN SOA ns1.theplanet.com. fikret.eforelektrik.com. ( 2007032306 14400 7200 3600000 14400 ) hayalikelimeler.net. 14400 IN NS ns1.theplanet.com. hayalikelimeler.net. 14400 IN NS ns2.theplanet.com. hayalikelimeler.net. 14400 IN A 74.52.228.130 localhost.hayalikelimeler.net. 14400 IN A 127.0.0.1 hayalikelimeler.net. 14400 IN MX 0 hayalikelimeler.net. mail 14400 IN CNAME hayalikelimeler.net. www 14400 IN CNAME hayalikelimeler.net. ftp 14400 IN A 74.52.228.130
View Replies!
View Related
Redirect Www.domain.com To Domain.com
Can anyone help me in redirecting my site www.domain.com to domain.com since SSL is for domain.com Here is my htaccess Options -Indexes DirectoryIndex home.php index.php index.html index.htm Could you please add me the correct code to redirect www.domain.com to domain.com? Also, do i need to restart Apache for taking effect?
View Replies!
View Related
Domain.com Works, But Www.domain.com Doesn't
One of my websites, romeo-help4u.com has this problem. When i type and the address goes to [url]it works fine. But when I go to [url]it doesn't work. Quote: Great Success ! Apache is working on your cPanel® and WHM™ Server If you can see this page, then the people who manage this server have installed cPanel and WebHost Manager (WHM) which use the Apache Web server software and the Apache Interface to OpenSSL (mod_ssl) successfully. They now have to add content to this directory and replace this placeholder page, or else point the server at their real content. ATTENTION! If you are seeing this page instead of the site you expected, please contact the administrator of the site involved. (Try sending an email to <webmaster@domain>.) Although this site is running cPanel, WebHost Manager, and Apache software it almost certainly has no other connection to cPanel Inc. or the Apache Group. Please do not send mail about this site or its contents to cPanel Inc. or the Apache Group. About cPanel: cPanel is a leading provider of software for the webhosting industry. If you would like to learn more about cPanel please visit our website at www.cpanel.net. Please be advised that cPanel Inc. is not a web hosting company, and as such has no control over content found elsewhere on this site. About Apache HTTP Server: The Apache HTTP Server is an open source web server which powers many of the worlds web sites. The Apache HTTP server is part of the Apache Group's many influential projects. Their efforts have helped shape much the world wide web, and they continue to be a dominating force in the web hosting industry. I checked the dns through whm and everything looks normal. What did I set up wrong?
View Replies!
View Related
Redirect Domain To Www
The thing is that we have a dedicated server at our company hosting several domains, and right now you can access them both with the www prefix or without it, but there is no redirection in case you access without it, and this has negative impact with SEO related stuff. I have the rewrite apache module enabled (I tested with a script I found on the net), and I also tried a test configuring a single domain including some code about redirection. Right now I'm getting a nice "500 Internal Server Error" This is the code in .htaccess Code: Option +FollowSymlinks RewriteEngine On RewriteCond %{http_host} ^mydomain.com [NC] RewriteRule ^(.*)$ [url] (mydomain.com is, obviously, a replacement for the real domain in both cases)
View Replies!
View Related
Domain With Www Not Resolving
i have a weird problem with dns bind. i just setup a zone file and it seems [url]works but [url]doesnt work. i have also created a cname for www but still not working. here is my zone file $ttl 38400 domain.com. IN SOA ns1.domain.com. webmaster.domain.com. ( 1211542287 10800 3600 604800 38400 ) domain.com. IN A 67.223.229.117 ns1.domain.com. IN A 67.223.229.117 ns2.domain.com. IN A 66.249.8.117 domain.com. IN NS ns1.domain.com. domain.com. IN NS ns2.domain.com. www IN CNAME domain.com. ftp IN CNAME domain.com. mail IN MX 0 domain.com.
View Replies!
View Related
Emails To Www.domain.com Disappear
I can get emails to admin@mydomain.com, but i really wanted to alias it so emails to admin@www.mydomain.com go to the same account. MX records for www.mydomain.com and mydomain.com both go to mail.domain.com. . This is on a dedicated server, centos, with exim doing the email handling. I was thinking maybe it would be like an alias of some sort, or somewhere to put a list of combinations i can accept email for.
View Replies!
View Related
Ssl Certificate, Sub-domain
i just got this ssl certificate but i have some doubts how exactly should i set up the whole magic. i created the secure.domain.com which suppose to be the sub-domain for the login page which means when user decide to sign up/login to immediately transfer to the ssl state(sample: see ebay.com and then their https login page). so, far the home page which is domain.com(or www.domain.com) it doesn't need to be covered by the ssl. so, i was just wondering how do i play the game? i know it's kinda tricky and the key is somewhere in the sub-domain name(cP set up), .htaccess and/or index.php files but not very clear to me.
View Replies!
View Related
SSL For Any Domain Hosted On Single Server
is there any sort of ssl certificate that will 'secure' any domain, hosted on a single server? For example, I have the following domains and subdomains: google.com test.google.com mywebsite.com hello.example.com All will be hosted on the same server (same IP) and I want all to be secured, through a SIGNED certificate, not a self signed. I assumed that wildcard ssl would be fine for this, but I just took a look and it's only for subdomains: example.example.com hello.example.com. Is there any way of having every subdomain and domain secured, using ssl, through one certificate? I don't want to have to buy individual certificates for every domain, that'd be... expensive.
View Replies!
View Related
Create SSL Website Or Sub Domain - CPanel And No Panel
I would like to create an SSL website for parts of my domain. I have a few VPS's one running cPanel, the others running just Webmin. Now I have managed to install SSL as I can login to WHM/cPanel using the secure port fine. Also I have installed SSL on the Webmin VPS's as I followed www.webmin.com/ssl.html which tells you how. However I would like to get sections of my website secure i.e secure.mydomain.com would be HTTPS, and the rest of the site just normal HTTP.
View Replies!
View Related
1 SSL Cert... 1 Domain... 2 Servers. How To Setup A Backup Server
We have two in-house servers, one is hosting our public web server. The other one was just purchased to host a mirror of the production server (as a backup). The site is protected by an SSL cert... my question is how do i set up the server(s) so if/when the backup server needs to be switched into produciton, the SSL cert will transition flawlessly? They are both apache 2 servers.
View Replies!
View Related
Ssl Issues Wild Card, Server Wide, Domain, IP
I have installed ssls before but this is a once a year task and each time it comes up again I have to learn it all over again When would I use a wild card *.mydomain.com as apposed to just mydomain.com I hear talk also of a server wide ssl how is this possible do you create the ssl for the IP rather than the domain What is the best way to do this on a dedicated box with WHM/cpanel to where my users have secure access to their webmail, cpanel client area etc. I've searched the forums but i dont see much on the different uses of ssls just instructions on installation
View Replies!
View Related
CAC/Smartcard User Info Not Accepted, Must Use Domain Usr/pwd Instead For SSL Site
Having an issue with random individuals trying to access an intranet site with a security certificate. Most users are able to simply select their Smartcard/CAC certificate, enter the pin number and then are granted access to the site's pages. However, random individuals enter their pin and then are immediately re-prompted by the IE alert dialogue to enter their domain username and password. If they don't enter their network domain username and MS password, then they receive a 401.1 Unauthorized. I am confused as to why these certain users (who are selecting the same certificates as the successful ones) are being prompted for their domain name/pwd. Furthermore, they're able to access other sites which require a CAC to get past the security certificate. Possible that a user token is unable to be established via a CAC for the particular site, but not sure why. Since these users are getting a 401.1, then somehow their identity associated with their CAC credentials is not validating. In IIS: Anonymous users are not allowed (unchecked). 128-bit encryption is required with SSL. Integrated Windows Authentication is checked. Accepting client certificates In the site's web.config file all users are allowed and only anonymous are denied. Developed in asp.net 3.5 We have tried to reproduce the problem in testing and development environments, but have fortunately/unfortunately been unable to duplicate this issue. This furthermore eludes to an issue that might be isolated to the production server, users access to it, and/or the certificate that is applied to that SSL website on that server. The exact same setup is present on the development box without any issues at all, indicating to me that the problem resides on the production server's ability to properly receive/handle CAC information from those individuals or that something funky is going on with the way the security certificate is relating to the client's CAC x.509 certificate. A little more information that may be of use: the browser prompt that initially asks for the CAC has nothing to do with the code of the site, but rather is enabled by applying the security certificate to a site in IIS; thus indicating to me that there is something written into the certificate that looks for client certificates tied to the ActivClient agent via the browser? The violating users' cards work on all other applications and even on SSL sites on other servers that bring up a CAC prompt. I believe we have confirmed that the certificates associated with their cards and their IE browsers are valid through 2015 (or longer in some cases), and are the same in nature (x509 certificate from the card)... and issuer is being consistently selected as DOD Email CA-15 (though the regular DOD CA-15 works as well). Again, maybe something with the fact that it's isolated to one production server, something with the SSL cert. on that url or user access? Then again, I probably have no idea what i'm talking about, just throwing a bone here to see if anyone has had the same issue or has any ideas.
View Replies!
View Related
Reverse Domain Name Server (DNS) ARPA For Domain On VPS
I have a vps with dedicated ip's for my domain names. I read that in order for mails coming from my server not be picked up as spam, i need to add reverse ip entries. Now i have already added the glue nameserver records on my godaddy control panel, ns1.mydomain.com -> 10.20.30.40 ns2.mydomain.com -> 10.20.30.41 But do i need to speak to the datacenter to add the reverse dns entries for my domain on their nameservers? What about if i host my nameservers offsite, but then have my webserver/mailserver etc inside the datacenter? Would i need to request the datacenter where the nameservers are hosted to add the reverse ip entries for the domain, and then the request the same from the datacenter for my web/mail servers to add the reverse entries? Is it really required?
View Replies!
View Related
SSL Certificates (Where Do I Get One?)
I have a client who requested me to do a website for his credit union company. Some of the pages are forms that require customers to enter crucial information ie ssn etc etc. I told him that this can be broken into..and therefore he would need a secure way of transmitting this information. Therefore would the SSL certificate work for this issue? Where do i get one? We have a dedicated server and do i need to configure anything on that? Where can i get a trusted SSL Certificate, and ofcourse help to install it.
View Replies!
View Related
Domain Parking - Wildcard Domain Name Server (DNS)?
We have a lot of unused domains that we'd like to setup domain parking for. To keep it simple, we'd like to just change the namesevers to ns1.domainparking.com and ns2.domainparking.com (not real nameservers!) and the domains would then automatically show a simple web page. We use cpanel servers and are wondering how easy this is to do? I've seem mention of wildcard dns? Is that the answer?
View Replies!
View Related
Domain Parking With Win2k3 Domain Name Server (DNS)?
i have about 8 different domains i'd like to point to a nameserver (ns1./ns2.mydomain.com) on Win2k3 server, but i can't get them resolved through my nameserver without creating a manual forward lookup entry for each *parked* domain separatly.. Does anyone know how to resolve "parked" domains automatically on Win2k3 DNS?? I just can't find any answer for this, everything i've found required manual creation of lookup entries.. anyone?
View Replies!
View Related
Domain Does Not Resolve :: Domain Name Server (DNS) Issues
I've been having some DNS problems with one of my domains for quite some time now. The domain does not always resolve - some go days without being able to access the site. I ran a simple BASH script to show what I mean. I replaced my domain with "mysite.net" and the IP with "xx.xx.xxx.xxx". # for i in `seq 1 15`; do host mysite.net; done mysite.net has address xx.xx.xxx.xxx mysite.net mail is handled by 0 mysite.net. Host mysite.net not found: 2(SERVFAIL) mysite.net has address xx.xx.xxx.xxx Host mysite.net not found: 2(SERVFAIL) mysite.net has address xx.xx.xxx.xxx Host mysite.net not found: 2(SERVFAIL) mysite.net has address xx.xx.xxx.xxx Host mysite.net not found: 2(SERVFAIL) mysite.net mail is handled by 0 mysite.net. mysite.net has address xx.xx.xxx.xxx Host mysite.net not found: 2(SERVFAIL) Host mysite.net not found: 2(SERVFAIL) mysite.net has address xx.xx.xxx.xxx Host mysite.net not found: 2(SERVFAIL) mysite.net mail is handled by 0 mysite.net. mysite.net has address xx.xx.xxx.xxx mysite.net mail is handled by 0 mysite.net. mysite.net has address xx.xx.xxx.xxx mysite.net mail is handled by 0 mysite.net. mysite.net has address xx.xx.xxx.xxx mysite.net mail is handled by 0 mysite.net. mysite.net has address xx.xx.xxx.xxx Host mysite.net not found: 2(SERVFAIL) mysite.net has address xx.xx.xxx.xxx mysite.net mail is handled by 0 mysite.net. mysite.net has address xx.xx.xxx.xxx mysite.net mail is handled by 0 mysite.net. mysite.net has address xx.xx.xxx.xxx mysite.net mail is handled by 0 mysite.net. mysite.net has address xx.xx.xxx.xxx mysite.net mail is handled by 0 mysite.net. Has anyone experienced a similar problem? I have gone over the DNS records countless times and see no problems. The site is hosted on my own dedicated server.
View Replies!
View Related
32 Or 64bit & Existing Domain Net Vs New Domain
delving into a new server, a dual opteron w/Centos. Got two questions as I think about setup. 1) 32 bit or 64bit? 2) Regarding host names and server assignemt...I can either assign it as a node to a domain hosted elsewhere in a reseller account, or I can start with a completely unused domain which is currently parked. Any preference, in an ideal world? (I have absolutely no preference, but it occurrred to me it may or may not be of consequence, perfomance & IT-wise and generally speaking .. all things being equal, of course.) Like I said, a newbie. So I'm braced for the if-you-have-to-ask, you-shouldn't-be-in-one" musings for these rather basic boneheaders.
View Replies!
View Related
SSL Certificates And IMAP
If your provider has a self-signed ssl.. anyway you can import those into clients like Outlook or Windows Mail (formerly OE6 on XP) To stop the nagging prompts.. or is there a setting to stop prompts?
View Replies!
View Related
SSL Certificates :: How To Set Up?
I need to setup SSL. I've never used SSL on any of my websites and I've never really understood how the certificates work. I understand that SSL is used as a secure connection protocol (https://) and that it needs a valid certificate so that the encrypted data transfer can be committed. OK makes sence, but why do some websites seem to have such difficultly setting up valid certificates? You can setup SSL by with Apache + OpenSSL, but why do website hosting providers still allow you to purchase SSL certificates (isn't it supposed to be free)? Finally, is it possible to setup SSL for a multiple-domain (Victual Host) server?
View Replies!
View Related
EV SSL Certificates Installation
I purchased an EV SSL Cert, and all is fine. Installed via cPanel, and I get the green address bar in Firefox, but not in IE. Comodo (the vendor) have an Auto-Enhancer feature which automatically tells IE to give me a green bar. They state in their FAQ the following instructions to install the feature: Replace the bundle file that is in use for the web site. Use the 'SSLCertificateChainFile' directive instead of the 'SSLCACertificateFile'/'SSLCACertificatePath' directives. I have download a .CA-BUNDLE file from them. Please tell me, now what do I do? I am at a lost at their instuctions, and going by my dealings with them, I think I can get help from you guys more accurately and quickly. The server runs WHM/cPanel 11 with Apache 2 with mod_ssl. Full root access, but I am a Linux newbie.
View Replies!
View Related
Shared SSL Certificates?
I do web hosting (reseller); how much, in USD per year, do you think is a "reasonable" fee to charge clients for a shared SSL connection ? The SSL is going to cost me $$ per year and I may have some use for it, but if clients want a shared SSL, instead of buying their own, I need to apportion the costs I incur somehow, and (maybe) make some small profit. I see the shared SSL as more of a service, but clients should pay _some_ $$ if they want to use one. Any ideas on how much I should charge, please ? Thanks, Peter
View Replies!
View Related
Wrong SSL Certificates Being Used
I'm just looking for some background information or a place where I can learn more about this. Here's the problem: The web site runs on a dedicated Apache server. There's 2 SSL certificates installed, one for e-commerce for https://www.mysite.com and one to help with the administrative interface for https://admin.mysite.com. I run a custom php application that forces the web page from http://www.mysite.com to https://www.mysite.com when going to an e-commerce page. Generally everything runs Ok but a few times this year there has been a problem where the php application points to https://www.mysite.com/ecom.php but instead it gets https://admin.mysite.com/ecom.php and gets a page not found. In discussing this with my web hosting company they claim they haven't changed anything but they do manage to fix the problem and get the web site working correctly again. I generally figure that the web hosting company has done some type of maintenance on the web server and messed-up the dns entries or something for the SSL part of the web site but this is really outside my area of experience. I'm trying to understand what went wrong and where the entries are that determine when going to SSL which SSL certificate/URL is used.
View Replies!
View Related
SSL Certificates Https
My website is currently running on http and the plesk control pannel is running on https However the certificate for https for the plesk panel is out of date and self signed therefore web browsers promit its not valid. I want to get a valid SSL certificate for https for Plesk, Client/Billing area and the main website. I want to do it as easy as possiable (as I'm not one for technical stuff but if it was resoniable I could give it a go) I dont want a self signed and want to try to go for something free or very cheap. Any got any suggestions? I've looked around and come up with companys wanting alot of money I did come across another which was free but it was self signed.
View Replies!
View Related
Where Do You Purchase SSL Certificates From?
I currently have a reseller accounts from Thawte, Comodo, and RapidSSL, but have realized that I can purchase Comodo and Geotrust SSL certificates cheaper from Namecheap.com and Enom.com Namecheap.com support is (as always) superb. Any opinions from Enom.com support? What about Resellerclub.com? I know that they recently started to sell Thawte certs at very good prices. How good is their support?
View Replies!
View Related
Cheap SSL Certificates
To cut costs I'm planning on eliminating my VPS and will just host the few sites that I have on my home-office network. However I have 1 site that requires a SSL certificate. Is there an inexpensive solution for doing this that doesn't cost into the thousands per year?
View Replies!
View Related
CPanel And SSL Certificates
I am continuously getting this error message in my error_logs Invalid method in request x16x03x01 I searched and found out that it is something to do with httpd.conf configurations and SSL. So I asked my provider to check it and solve. First they acknowledge that it was SSL issue but later I was told Quote: Since cPanel controls how the virtualhosts are configured this error most likely cannot be fix since cPanel will just revert the change. ..... The SSL connection with the selfsigned cert works beyond kicking out the error, but again cPanel controls the httpd.conf and how the * virtualhosts are configured. So my question is, Is it common to have this error message with a cPanel VPS? Is there any solution? I think I hit this error every time when I login to WHM or cPanel of every domain. Should this be fixed or it's not exactly an issue.
View Replies!
View Related
|