I tried creating a PKCS10 request from another dll. In case of xenroll, the CSR got created successfully. Where as when i use certenroll, "An enrollment policy server could not be located" error is returned in the "InitializeFromPrivateKey" function call. Can someone help me out on why this error occur.
An enrollment policy server could not be located
4.2k Views Asked by Buzz LIghtyear At
1
There are 1 best solutions below
Related Questions in WINDOWS
- Get Maximum Log Size
- Debugging Windows Services while starting
- Possible consequences of duplicate ProgId for different classes
- How to chain BCryptEncrypt and BCryptDecrypt calls using AES in GCM mode?
- mingw-64 conflicting declarations when cross-compiling
- I run an EXE program from a Windows Service but I can't see form C#?
- Why is PowerShell "not recognized" when installing Chocolatey?
- How to check if Windows device is phone or tablet/pc?
- How to add directories to Cygwin gcc default search path
- Can't install anything with pip2 on Windows 7 due to UnicodeDecodeError
- Active directory and linux nslcd binding without extending the AD schema
- How To Prevent Over Scrolling in Scroll Viewer Windows Phone 8.1
- Unicode error from pip install
- Where is the 'EnablePinning' property in the ribbon framework's recent items?
- How can I implement the same models and data across ASP.NET and Windows Apps
Related Questions in INTERNET-EXPLORER
- How do I wrap text in a pre tag for Internet explorer?
- How do I extract info from crunchbase
- Jquery on submit ajax post needs two clicks in IE
- SSL certificate error 403.13 in IIS 7.5
- Hiding Script Errors popups in IE8
- Internet explorer 11 browser cannot display the expires value of the session cookie from my app
- Internet Explorer hover/rgba/opacity/css3 compatibility
- How to wait for a java applet to load when automating Internet Explorer?
- Javascript Event.originalEvent.path IE8 error
- cursor: copy not working in Internet Expoler
- input[type="submit"][disabled] not working for IE8
- Auothotkey: Remove string, placement string in subject box
- Why does IE show junk for my dasBlog blog?
- Lag in scrolling behavior on IE 10 and IE Edge modes
- Using angularJS click on enter form functionality in Internet Explorer
Related Questions in DIGITAL-CERTIFICATE
- How to create a private certificate for connecting to a website
- Getting SSLHandshakeException in java
- Digitally Sign Document with PHP
- 0x2726 error while signing pdf file with IText
- Authentication using digital signtures
- How installed SSL certifitaces on computer
- Creating a installer which will run a specific batch file
- Webservice authentication using Digital certificate , Server Jboss Soa 5.3.1
- Set the handle of authentication window of RSACryptoServiceProvider
- No 'add certificate' button in apple iOS provisioning portal
- InfoPath 2010 - multiple digital certificates / repeating section
- keytool - see the public and private keys
- java keystore and password settings
- How to build an EV SSL certificate?
- How to programmatically verify an assembly is signed with a specific Certificate?
Related Questions in CSR
- How to decode a .csr file in java to extract its content
- How to create a Certificate Signing Request (CSR) OWIN Selfhosted
- Is there an API to create a Certificate Signing Request with POCO library
- Got "data isn't an object ID (tag = 49)" while generating X509 cert
- How to create a Certificate Sign Request (PKCS10) in Qt Creator (C++)?
- Generate CSR using BlackBerry RIM api
- Generating CSR and Exporting Private Key With C#
- Signing CSR with Java does not validate using OpenSSL
- How to use Python's OpenSSL lib in order to create RSA pairs and CRS from them?
- How to delay sign the certificate request using Bouncy Castle with ECDSA signature?
- How do I get the keysize of a given CSR in bit?
- adding certificate policies extension in CSR
- Python function to Create CSRs with SAN
- How to Decode a CSR in .net,php,cgi,etc
- How to create keystore with myserver.key after receiving crt from Certificate Authority
Related Questions in CERTENROLL
- Trying to create certificate request from existing public key (programmatically)
- Remotely renewing a certificate using CertEnroll
- An enrollment policy server could not be located
- Problems loading a pfx file programmatically
- Enroll an X509Certificate2 without any trace of it being left on the machine
- C# Non self signed client certs with CERTENROLL.dll are unable to be verified
- Unable to Install Certificate on Windows 7 using CertEnroll
- supply public key in CERTENROLL request
- adding extensions to a certificate request ( password-challenge ) with C# and CertENrollLib
- C# Generate a non self signed client CX509Certificate Request without a CA using the certenroll.dll
- no certificate available when enrolling on behalf
- Upgrading from makecert.exe to CertEnroll - issues with certificate trust
- CRYPT_E_UNEXPECTED_MSG_TYPE when creating certificate using certenroll
- How can I enroll certificate while no user logged in?
- Error trying to install Certificate on browser using JS
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
If you pass string.Empty it works.