Skip to main content

All Questions

Tagged with
18 votes
1 answer
92k views

How can I get Chrome accepting self signed certificates?

I have a local REST-API service based on node/express and MongoDB. I am planning to switch over from http to https. The Clients are running on Windows Server 2012 R2 (Terminal-Server). The REST-API is ...
oldmayn's user avatar
  • 191
1 vote
2 answers
4k views

Self signed certificate not trusted

I have created my own CA: openssl genrsa -out private/rootCA.key 2048 openssl req -batch -new -x509 -nodes -key private/rootCA.key -sha256 -days 1024 -config ./openssl.conf -out certs/rootCA.pem I ...
blueFast's user avatar
  • 2,736
0 votes
1 answer
3k views

Can't use HTTPS websites after connected to VPN

My workplace uses a Cisco VPN. When I'm at home, connected wirelessly through my Linksys router, I'm having trouble loading HTTPS sites. (I'm using Ubuntu, which doesn't cache DNS entries) Here's a ...
Suan's user avatar
  • 487