Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IP Addresses and SSL 1

Status
Not open for further replies.

itflash

Programmer
Jul 18, 2001
535
GB
Hi all

I have a windows 2000 server that works fine and I can see it from the Internet.

I use an IP address to access it from my browser and Windows Authenticated password is also used.

Now the questions:

We need to install SSL.

I can grasp how this works and how to set it up, but I have a burning question [pipe]

When you select properties for my web site, it shows the local IP address and not the external ip address used to access the site. Is this correct?

Also, I will use a domain name for this site instead so users can access it better rather than typing in the IP address.

So, do I just need to set up the MX records to point to my server and will SSL be fine? i.e. can users type or will they have to type https:// to get to the site?

Many Thanks if you can help
ITflash
 
JUST POINT THE DOMAIN NAME TO THE EXTERNAL IP ADDRESS AND THEY HAVE TO USE HTTPS:// TO ACCESS YOUR SSL SITE.
 
MX records are for e-mail servers
for website, you'd want your
domainname.com to have a "A" record point to your external IP address.
then, if you'd like your domain to work with front of it, you'll need a CNAME record setup.
CNAME pointing to domainname.com

-p
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top