Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7729447
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T05:58:11+00:00 2026-06-01T05:58:11+00:00

I obtained a signed SSL certificate wich resulted on 3 .cer files, that form

  • 0

I obtained a signed SSL certificate wich resulted on 3 .cer files, that form the certificate path:

cer1
cer2
cer3

I then imported the the child certificate (cer3) to IIS and then associated it to my site, without any problems. When I access the site I don’t get any errors informinf that the certificate isn’t of trust.

Now my application uses node. Therefore, since those requests are through Javascript I added the .cer files to node’s cert folder.

Since I need the private key I followed the steps described here:

http://nl.globalsign.com/en/support/ssl+certificates/microsoft/all+windows+servers/export+private+key+or+certificate/

I had no trouble generating the private key (.key) file and copied it also to the the cert folder (along with the 3 .cer files.

Unfortunatelly this didn’t work because when I make submit a form that consequently makes a request to node, the browser throws and execption informing that there are problems with the certificate.

Are OpenSSL’s comands different since there is a certificate path on this case?

Thanks in advance!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T05:58:12+00:00Added an answer on June 1, 2026 at 5:58 am

    I solved this issue simply adding a reference to the certification authority (ca line):

    var options = { 
      key: fs.readFileSync("keys/cer1.key"), 
      cert: fs.readFileSync("certs/cer2.crt"), 
      ca: fs.readFileSync("ca/ca.crt") 
    }; 
    
    https.createServer(options, function (req, res) { 
      ... 
    }).listen(8000);
    

    Thanks

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have obtained the crosshair cursor from NSCursor crosshairCursor. Then, how can i change
so I obtained a piece of html code from a PHP site that returns
I have a list of recipes obtained from a database that looks like this:
I used CouchDB 1.1.1 with self-signed certs fine for some time. Then, I purchased
I've obtained a project that have controllers (minimal code only) and models, but the
I'm using third party libraries that I obtained well before KB2465367 came out. My
The question is that how to position an image obtained from an image sprite,
I'm using a java.util.concurrent.ExecutorService that I obtained by calling Executors.newSingleThreadExecutor() . This ExecutorService can
I have a custom control that shows a value obtained from the database (the
i obtained a double value with decimal part as 0 from calculations and then

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.