Petri IT Knowledgebase Forums
 

Petri.co.il forums Home Forums Start Page Forums Frequently Asked Questions FAQ Member List Members List
Go Back   Petri IT Knowledgebase Forums > Server Operating Systems > Windows Server 2000 / 2003
Petri.co.il is happy to award auglan the title of Most Valuable Member !!!
Register Calendar Calendar Search Petri IT Knowledgebase Forums Search Todays Posts Today's Posts Mark Forums Read

Notices

2003 CA - Trusted Root Certificate Authority?

2003 CA - Trusted Root Certificate Authority?

this thread has 5 replies and has been viewed 20380 times

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1  
Old 18th May 2005, 09:29
MrDk MrDk is offline
Casual
Casual
 
 Join Date: May 2005
  6 month star 12 month star
 Posts: 2
 Reputation: MrDk is on a distinguished road (10)
Default 2003 CA - Trusted Root Certificate Authority?

Hi all,

I'm having a problem creating a root trust certificate on a Windows 2003 server running Exchange 2003. I want to use it to configure RPC over HTTP for Outlook clients. I have 4 servers running 2003, one is GC, 2 others are additional domain controllers including the Exchange server. The Exchange server is on the same location as the GC, the other is in another country. The GC is also CA server, while the Exchange server is a subordinate certificate server.

I can create a webserver certificate with no problems, but I can't store it in the clients trusted root cert store. When importing it into the clients cert store, using the guide, it's ending up in the "Other people" store. When importing the certificate into the "Trusted Root Certification Authorities" it doesn't show up.

I have been using SBS 2003 with RPC over HTTP, where the certificate creation is done by the "Configure Internet and Email" wizard. The clients have no problem downloading and installing these certificates. However, things are not so uncomplicated in a standard Windows 2003 enviroment.

I've been working with OpenSSL and Apache on *nix platforms, but I haven't had the same problems that I have here. I've been searching Microsoft's website to find info about this, but I haven't found anything useful.

I could of course buy a Verisign certificate or something like that but I don't need that, it's only intended for corporate use.

I'm pretty new to certificates in a Windows enviroment. Could anyone point me in the right direction ...

brgrds - MrDk
  #2  
Old 18th May 2005, 09:55
topper's Avatar
topper topper is offline
Member
Someone to look up to
 
 Join Date: Apr 2005
  6 month star 12 month star
 Location: Leeds, England.
 Posts: 741
 Reputation: topper is just really nicetopper is just really nicetopper is just really nicetopper is just really nice (356)
Default RE: 2003 CA - Trusted Root Certificate Authority?

It's not the Webserver cert you need to install on the clients it the issuing CA's server auth If you view the cert details in IE when browsing to your site then I will tell you whcih server is the issuing CA.

Then on this server, on Certifictaes MMC, and find it own cert, export and install on clients.

topper
__________________
There are 10 types of people in this world, those who understand binary and those who do not.
  #3  
Old 18th May 2005, 23:24
MrDk MrDk is offline
Casual
Casual
 
 Join Date: May 2005
  6 month star 12 month star
 Posts: 2
 Reputation: MrDk is on a distinguished road (10)
Default RE: 2003 CA - Trusted Root Certificate Authority?

Thanks for the tip, but it doesn't seem to work.
The certificates in this store is deployed by default to domain computers, but doesn't seem to terminate the ssl connection trough IIS.

I tried to export the certificates and use them as webserver certs, but it didn't work either.

Gotta try something else.

brgrds - MrDk
  #4  
Old 6th June 2006, 09:38
scripter_wanna_b scripter_wanna_b is offline
Casual
Casual
 
 Join Date: Jun 2006
  6 month star 12 month star
 Posts: 7
 Reputation: scripter_wanna_b is on a distinguished road (10)
Default Re: 2003 CA - Trusted Root Certificate Authority?

To my understanding, there is no such thing as RDP over HTTP. I do know of a flavor called tsweb which can secure the "front page". But this does not do any favors as far as encrypting the session. I've had luck with RDP over SSL/TLS1 with SP1 and RDP over HTTPS with R2. May I suggest SELFSSL

It's an easy deployment for 1024 encryption. Keep in mind that the CN must match your machine name. You needn't have the same DC as your A record, however.

Keep in touch. I'm playing with the same technology at the moment.
  #5  
Old 6th June 2006, 11:21
biggles77's Avatar
biggles77 biggles77 is offline
Administrator
 
 Join Date: Dec 2003
  6 month star 12 month star
 Location: Nowhere that I like.
 Posts: 10,762
 Reputation: biggles77 is a splendid one to beholdbiggles77 is a splendid one to beholdbiggles77 is a splendid one to beholdbiggles77 is a splendid one to beholdbiggles77 is a splendid one to beholdbiggles77 is a splendid one to beholdbiggles77 is a splendid one to behold (734)
Default Re: 2003 CA - Trusted Root Certificate Authority?

Actually, it is RPC over HTTP and NOT RDP over HTTP.

Click on the red link for more information about it.
__________________
"There I stood at the bar, wearing a Mae West, no jacket, and beginning to leak blood from my torn boot. None of the golfers took any notice of me - after all, I wasn't a member!" Kenneth Lee - after being shot down during the Battle of Britain on the 18th August 1940.

************************************************** **********************
** Remember to give credit where credit is due and leave reputation points where appropriate **
************************************************** **********************
  #6  
Old 9th July 2006, 00:08
egraeber egraeber is offline
Casual
Casual
 
 Join Date: Jul 2006
  6 month star 12 month star
 Posts: 1
 Reputation: egraeber is on a distinguished road (10)
Default Re: 2003 CA - Trusted Root Certificate Authority?

Here is the detailed procedure you need to follow to get your client system to trust the CA server in your organization:
  1. Have the client system browse to https://<certificate server>/certsrv using Internet Explorer.
  2. Click on the "Download a CA certificate, certificate chain, or CRL" link.
  3. Click on the "install this CA certificate chain" link.
  4. Click "Yes" to add the certificate chain.
What you are doing here is essentially adding the CA server of the organization to the trusted root servers for the client system. I had to talk to a Microsoft tech to figure out this "secret handshake" and make it work.

Anyway, I have also set up RPC over HTTP on the SBS 2003 platform and never experienced this issue. What truly puzzles me is that it doesn't seem as though SBS 2003 even has a CA. The certificate is "self signed" with the external address of the machine and includes all possible permutations of the machine name itself from the inside as well as the external name. This self signed certificate is apparently accepted by IE without the need to add the certificate server to the trusted roots.

The questions that are raise are
  1. Why does IE trust these "self signed" certificates?
  2. How does this certificate come to exist without a CA?
  3. Can one perform similar magic in a non-SBS environment?
Closed Thread


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
SBS 2003 Certificate on Windows Mobile 5 Coolmike SBS 2000 / 2003 4 16th March 2006 17:18
Office 2003 SP2 is now available gabriel_buc Windows Server 2000 / 2003 5 18th November 2005 20:17
Changing the Certificate on an Exchange 2003 Server Jerzygags Exchange 2000 / 2003 1 22nd September 2005 11:40
Moving to a new root Enterprise Certificate Authority heyhogan Windows Server 2000 / 2003 0 3rd June 2004 19:13
Useful add-ons for MS Project 2003 server Ossian Misc 0 21st January 2004 14:07


All times are GMT +3. The time now is 12:57.

Steel Blue 3.5.4 vBulletin Style ©2006 vBEnhanced
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
 

Valid XHTML 1.0!   Valid CSS!

Copyright 2005 Daniel Petri