Skip to main content

Questions tagged [mkcert]

The tag has no usage guidance.

0 votes
0 answers
94 views

mkcert HTTPS certificate (with nestjs local server) is working on local machine only

I have nestjs server running locally that I set up to handle HTTPS requests via mkcert. my main.ts file looks like this: async function bootstrap() { const httpsOptions = { key: fs.readFileSync('...
Eli's user avatar
  • 41
0 votes
2 answers
252 views

Install CA with mkcert on local DDEV site with non-sudo user

I am running a Mac with Ventura and a non-admin ("normal") user account. I have access to an admin user which is how I installed DDEV and mkcert with homebrew. However, I can not run mkcert -...
Daniel Watts's user avatar
1 vote
0 answers
99 views

mkcert: Your connection is not private

Hello everyone I am use vite with vite-plugin-mkcert, i run this commands: mkcert -install mkcert localhost npm run dev and on site i get this: my vite config is: import {defineConfig} from'vite' ...
Pavel Perevezencev's user avatar
0 votes
0 answers
57 views

Trouble Establishing a Secure Connection to Minio running in Docker on Pi 4

I have a Raspberry Pi 4 running a minio docker container, but cannot connect with python from my PC unless I set secure = False Using the example they provide here https://min.io/docs/minio/linux/...
Michael's user avatar
  • 829
0 votes
0 answers
69 views

Can't use custom hostname for Django app with runserver_plus

I'm running a Django application from a Docker container using docker compose. My goal is to run the application from a custom hostname, which I'll call myapp.com. Here are the steps I've taken thus ...
Enderhippo's user avatar
0 votes
0 answers
182 views

Add self-signed ssl to apache and reverse proxy container dynamically/programmatically

I am trying to integrate ssl certificates with wildcard by implementing mkcert, because this is aimed at a local development environment (host OS windows 11) and I would like to use local urls. ...
user avatar
1 vote
0 answers
450 views

nginx failing to load ssl certificate

The Problem I used mkcert -install then mkcert my-dev-env.local 127.0.0.1 localhost to make local SSL certificates for a Django project using Docker on Windows but get a "This site can’t provide ...
nbl412's user avatar
  • 11
0 votes
0 answers
355 views

How to run Next app over HTTPS rather than HTTP with mkcert?

I have followed this article https://web.dev/how-to-use-local-https/ to do the steps required to run Next app over HTTPS. In short these are the steps: Brew install mkcert mkcert -install mkcert ...
Nex's user avatar
  • 117
0 votes
1 answer
159 views

How to show connection is secure (SSL) in website? [closed]

I have created the self sign certificated with the help of mkcert for my ip address then I access the website which i place in the tomcat when I access this in my local computer its shows me i.e https:...
user avatar
-2 votes
1 answer
545 views

Warning: No available formula with the name "mkcert"

Im using a M1 mac and Im trying to install mkcert using brew, The command that I use is: brew install mkcert This is the error that I get: brew install mkcert ...
Ivan Solobear's user avatar
0 votes
1 answer
2k views

DDEV Install "unable to locate the package certutil"

I am trying to run Drupal on DDEV. In an administrative window, I installed mkcert v1.4.4. I have successfully installed Docker, Ubuntu 2204.1.6 and DDEV. When I run sudo apt-get update && ...
Len Lamberg's user avatar
0 votes
2 answers
937 views

Google chrome ERR_CONNECTION_REFUSED using mkcert

Environment OS: MacOS 12.6 mkcert version: 1.4.4 Server: localhost Client: Chrome 105.0.5195.125 What you did mkcert -install mkcert {$domainName} What went wrong Works well on firefox & safari ...
Oscar's user avatar
  • 1,091
0 votes
2 answers
2k views

EACCES: permission denied, mkdir '/root/.vite-plugin-mkcert'

I'm trying to set up an environment in which vite's hot reload is available through traefik's reverse proxy. For this, I noticed that it is necessary to add a certificate in the vite settings vite....
Daniel's user avatar
  • 1
3 votes
0 answers
3k views

mkCert not installing on windows 10

I seem to be doing everything right following this document https://github.com/FiloSottile/mkcert to install mkcert on windows via chocolatey. Also, I get a message that it gets installed successfully....
ABGR's user avatar
  • 5,005
0 votes
0 answers
2k views

https call failed from python using FastAPI

Ran the following commands. PS C:\Users\anups\Desktop\Cloud_AntiScalant> mkcert -install Created a new local CA 💥 The local CA is now installed in the system trust store! ⚡️ PS C:\Users\anups\...
Anup Buchke's user avatar
  • 5,420

15 30 50 per page