Results 1 to 9 of 9
  1. #1
    harmandeep is offline Privileged Users
    Join Date
    Oct 2007
    Posts
    412

    Certificate Services - Win 2003 , Enterprise

    Do ur Standalone Root CA and Standalone Subordinate CA needs to be online in order to confirm Trust Root Path for our users ....





    Mine testing Setup ... Main Goal > AutoEnrollment for End Users





    Standalone Root CA > Standalone Subordinate CA > Enterprise Subordinate Issuing CA > End Users ...





    CA Servers and End Users are on same Network Segments





    CA Servers : 10.x.x.x.

    End Users : 10.x.x.x









    As mentioned i had setup all the systems , and tried autoenrollment With 2k3 Sp2 PKI and Win Xp Sp2 Clients ...



    The interca and rootca ( both standalone ) are offline ...



    When a client system tried to autoenroll,d for the first time ... it does,nt got autoenrolled ...

    Wireshark trace depicts that the client ( xp_sp2_01 ) was looking for interca ( which is offline ) ... why is it looking for Interca system ( doing NBNS broadcasts ... and suppose if our INTERCA is on completely different Network Negment where it can,t be reached via a NBNS name broadcast ... how would clients know abt Interca ... [ leaving the clients LMHOSTS as a valid option ] ... )



    Wireshark trace has be attached ...



    If our InterCA is online ( rootca is still offline ) , everything works fine ...



    Now do our Standalone InterCA needs to online forever to complete AutoEnrollment for our clients ... or any other way to handle this out ...



    Attached Files Attached Files
    OS...VirTuaLiZaTion...MaxiMuS...Fair, Good, Better, Best

  2. #2
    vishalrao's Avatar
    vishalrao is offline Global Moral Police
    Join Date
    Nov 2007
    Posts
    3,457

    Re: Certificate Services - Win 2003 , Enterprise

    Interesting stuff, I'm assuming you've read pages like this -> Certificate Autoenrollment in Windows Server 2003



    I'm *guessing* (no experience) the CAs need to be online and contactable for things like CRL (Cert Revocation List) checking and simply updating your installed certs? Try disabling Certificate Revocation List (CRL) checking and see if that stops it...Turn CRL checking on or off
    Global moral police here to clean up all the global village idiots from the Internetz.

    My rig: Q6600, 4GB, 500GB HDD, 128GB SSD, 8800GT/512mb, vx450w, Dell E248WFP 24" LCD and the MX5021. My Tablet PC

    Brand new acquisitions: Nokia N900 and HTC HD7.

  3. #3
    harmandeep is offline Privileged Users
    Join Date
    Oct 2007
    Posts
    412

    Re: Certificate Services - Win 2003 , Enterprise

    ^ i m reading the above stuff ... meanwhile can u tell me what were those WPAD emtries in trace ... are those the Auto config proxy settings that the IE client is trying to fetch ... >
    OS...VirTuaLiZaTion...MaxiMuS...Fair, Good, Better, Best

  4. #4
    vishalrao's Avatar
    vishalrao is offline Global Moral Police
    Join Date
    Nov 2007
    Posts
    3,457

    Re: Certificate Services - Win 2003 , Enterprise

    Looked at the capture/trace file and searched the Net, yes those WPAD must be auto proxy discovery requests to your saggu.com domain... maybe you should either disable that option in your VMware Windows installation or configure DHCP so the VM can access your DHCP server or create a proxy DNS entry wpad.saggu.com like some of the search results seem to indicate:



    Thomas Shinder Blog Blog Archive WPAD Autodiscovery and Qualifiying Unqualfied Names



    We know IE! : WPAD detection in Internet Explorer
    Global moral police here to clean up all the global village idiots from the Internetz.

    My rig: Q6600, 4GB, 500GB HDD, 128GB SSD, 8800GT/512mb, vx450w, Dell E248WFP 24" LCD and the MX5021. My Tablet PC

    Brand new acquisitions: Nokia N900 and HTC HD7.

  5. #5
    harmandeep is offline Privileged Users
    Join Date
    Oct 2007
    Posts
    412

    Re: Certificate Services - Win 2003 , Enterprise

    Quote Originally Posted by vishalrao
    Interesting stuff, I'm assuming you've read pages like this -> Certificate Autoenrollment in Windows Server 2003



    I'm *guessing* (no experience) the CAs need to be online and contactable for things like CRL (Cert Revocation List) checking and simply updating your installed certs? Try disabling Certificate Revocation List (CRL) checking and see if that stops it...Turn CRL checking on or off




    Shukria for the URL,s provided .... herez the fetched info







    Autoenrollment always performs a revocation check of the entire certificate chain starting with the issuing certification authority to ensure that the CA offering enrollment services is not revoked before performing enrollment. If the CA is revoked, autoenrollment will not send requests to that certification authority. However, autoenrollment will ignore revocation errors if a CDP (CRL Distribution Point) extension does not exist in the CA certificate or if the revocation status is offline.



    Now how to do the above marked in Bold chars ...





    Following process helped to identify the kaput ...



    Autoenrollment Failures



    Autoenrollment will warn the user with a warning dialog box when an autoenrollment failure occurs. This feature is only enabled when user interaction is required on the certificate template.



    To enable the warning feature for an autoenrollment failure



    1. Open the specified template in the Certificate Templates MMC snap-in.

    2. Click the Request Handling tab.

    3. Click Prompt the user during enrollment on the Request Handling tab of the certificate template properties.



    here is error screenshot ...







    Now this means that the Certificate that interCA enrolled to issuingCA had CRL defined on it ... with the time when to check for an updation of the CRL ... new clients who try to autoenroll check CRL list of entire tree ... is this same appliciable for DeltaCRL ... now how to get the clients not to check CRL CDP ... via GPO,s ... ?
    Attached Images Attached Images
    OS...VirTuaLiZaTion...MaxiMuS...Fair, Good, Better, Best

  6. #6
    vishalrao's Avatar
    vishalrao is offline Global Moral Police
    Join Date
    Nov 2007
    Posts
    3,457

    Re: Certificate Services - Win 2003 , Enterprise

    Yes Delta CRL should be affected/fixed the same way. Hmmm, not sure here, especially about GPO settings, I just googled and got these links:



    Certificate Revocation and Status Checking

    Troubleshooting Certificate Status and Revocation

    Turn CRL checking on or off



    See section D of first link... also did the "Turning CRL on or off" link also posted earlier not help?



    In IE advanced settings tab there is an option to turn off CRL checking not sure if it works only for IE or for the entire OS...



    edit: worst case you can generate new certs with the CDP removed
    Global moral police here to clean up all the global village idiots from the Internetz.

    My rig: Q6600, 4GB, 500GB HDD, 128GB SSD, 8800GT/512mb, vx450w, Dell E248WFP 24" LCD and the MX5021. My Tablet PC

    Brand new acquisitions: Nokia N900 and HTC HD7.

  7. #7
    harmandeep is offline Privileged Users
    Join Date
    Oct 2007
    Posts
    412

    Re: Certificate Services - Win 2003 , Enterprise

    Quote Originally Posted by vishalrao
    Yes Delta CRL should be affected/fixed the same way. Hmmm, not sure here, especially about GPO settings, I just googled and got these links:

    edit: worst case you can generate new certs with the CDP removed


    Well removing CDP won't do any good as some certs purposes won't work, what proper configuration required is highlighted here

    A Microsoft PKI Quick Guide – Part 3: Installation
    OS...VirTuaLiZaTion...MaxiMuS...Fair, Good, Better, Best

  8. #8
    sarang is offline Privileged Users
    Join Date
    Dec 2005
    Posts
    1,626

    Re: Certificate Services - Win 2003 , Enterprise

    [Off topic]

    Interesting to see this thread. Dunno how i missed this when it started last year. As Vishalsir would know I am also getting my feet wet in identity mgmt, and federation in particular. Never had a chance to work with Certserver 2K3 but have been using Cert Server Role in Win2K8.

    [/Off topic]
    i5 2500k - P8H67 PRO - GTX280 - XFX Blk 850 - U2410 - IE3 - Xonar - AE2 - Vengeance 4x4 - X25M G2 - K62|| e6850 - G31 - Pi Blk2 (Hackint0sh) || 310N || ATH-M35 || XPS 15 i7 2011 || MBP13 2011

    PS3 || PS2 || iPhone 4 || iTouch 4 32 || SX100 IS || S4i

    Panasonic 50PV80D || Denon AVR 1611 || Paradigm Monitor Titans

  9. #9
    harmandeep is offline Privileged Users
    Join Date
    Oct 2007
    Posts
    412
    3 saal ho gyae hain Es topic ko - par Intezar hai ke khatam hi nahii hotaa ----



    anyhow --- will be completed in a week prolly - we revamped our PKI basics and hopefully it will be done now
    OS...VirTuaLiZaTion...MaxiMuS...Fair, Good, Better, Best

 

 

Similar Threads

  1. win 2003
    By rameshgowda in forum Operating Systems
    Replies: 1
    Last Post: 30-07-08, 05:00 PM
  2. Replies: 12
    Last Post: 07-03-08, 07:40 PM
  3. HELP: VB.net 2003 & Outlook 2003 Connectivity
    By Quad Master in forum Programming
    Replies: 3
    Last Post: 01-03-07, 09:18 PM
  4. Windows SBS 2003 and Windows Server 2003 SP1 Known Issues
    By AlbertPacino in forum Operating Systems
    Replies: 0
    Last Post: 04-04-05, 09:33 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT +5.5. The time now is 09:13 AM. Powered by vBulletin® Version 4.1.12
Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.
Content Relevant URLs by vBSEO 3.6.0 PL2