Currently, I am giving users access to DIGI passport port through HTTPS.

The problem is, user will be prompted some kind of certificate prompt. How do I get rid of that problem, so that users can straight away access the port through HTTPS without having to click on the prompt? (in details please)

Thank you in advance

link|improve this question

44% accept rate
feedback

1 Answer

You're most likely using a self-signed certificate. Clients can't verify the authenticity of self-signed certs, so they throw up the dialogue that you're seeing. To get rid of that, you'll either need to import your root CA certificate into all of your clients' browsers or perhaps more preferably, just purchase a certificate whose root CA is already included in most browsers.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.