# Trellis installation problems on WSL

**URL:** https://discourse.roots.io/t/trellis-installation-problems-on-wsl/27949
**Category:** trellis
**Tags:** wsl, windows
**Created:** 2024-09-02T13:48:11Z
**Posts:** 15
**Showing post:** 14 of 15

## Post 14 by @pawel_str — 2024-09-20T11:42:22Z

> [@stuartcusackie](#):
>
> Cool. Well I would love to get rid of Vagrant / Virtualbox. I will try out this Lando when I get a chance. Thanks for the advice!

We use Radicle with Lando on our team. Several team members use WSL2 and several use OSX.

We weren’t able to set up a good Radicle+Trellis+WSL2 dev environment on the WSL2 machines, since we ran into the exact same problems as mentioned by you.

Lando works like a charm on both systems.

There’s only one annoying obstacle when running Lando on WSL2 and that’s trouble with the local SSL certificates.  
I’d like to share the section from our developers’ guideline for Lando+WSL2:

* * *

> ### HTTPS connection error on WSL2
> 
> On a WSL2 setup, you’ll very likely run into trouble with Lando’s local SSL certificate for the host `lndo.site`.
> 
> Open a PowerShell as an administrator and run the following command. _Let’s say you run `Ubuntu` as your Linux distro and your username is `pioneer`. The command would look like this. Adjust accordingly for other distros and other users._
> 
> ```
> certutil -addstore -f "ROOT" \\wsl.localhost\Ubuntu\home\pioneer\.lando\certs\lndo.site.pem
> ```
> 
> After executing the command, you must _ **restart your browser** _ – otherwise you’ll still get the same error.
> 
> Read more about the local certificate authority (CA) in the [Lando documentation](https://docs.lando.dev/config/security.html#windows).

* * *

I’d be happy if this makes your Lando/roots dev experience enjoyable :slight_smile:

---

_[View the full topic](https://discourse.roots.io/t/trellis-installation-problems-on-wsl/27949)._
