I tried to generate a private key and certificate using OpenSSL v3.0.1 on x64 using the command: "C:\Program Files\OpenSSL\bin\openssl.exe" req -x509 -sha256 -
I destroyed and rebuilt my Vagrant machine and now Apache will not server anything over https. I have about 4 sites served on my machine, but even using my def
When attempting to access the local git server page Microsoft Edge displays a certificate error because the git server is using a self-signed certificate. I wo
I am trying to write an integration test where our test launches an embedded HTTPS server using Simple. I created a self-signed certificate using keytool and am
I have created a self-signed SSL certificate for the localhost CN. Firefox accepts this certificate after initially complaining about it, as expected. Chrome an
I need to serve a vue application over HTTPS while doing local development. The application is being served with: npm run serve which runs: vue-cli-service ser