简体   繁体   中英

SSL Certificates Popup in nodejs

I have installed SSL on node server. I have made changes in app.js too.

Now when i am trying to run my website

example.com

I am getting Popup like this

在此处输入图片说明

Why i am getting this popup?

Is certificates doesn't installed correctly?

Thanks

The browser is asking you if you wish to authenticate yourself to the server using a certificate.

Clearly you have a certificate and a public/private key pair attached to your local account, or it wouldn't be asking you.

Simply click cancel if this is not intended.

Use the Windows Certificate Manager to check what certificate it is. In all likelihood you have installed the server certificate as a personal certificate on your account.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM