# Passbolt Dead after Update - Ubuntu 22.04 ERR\_TOO\_MANY-REDIRECTS

**URL:** https://community.passbolt.com/t/passbolt-dead-after-update-ubuntu-22-04-err-too-many-redirects/8029
**Category:** Installation Issues
**Created:** [July 16, 2023, 4:35pm UTC](https://community.passbolt.com/t/passbolt-dead-after-update-ubuntu-22-04-err-too-many-redirects/8029 "2023-07-16T16:35:45Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![diego](https://yyz1.discourse-cdn.com/flex031/user_avatar/community.passbolt.com/diego/32/16_2.png) [@diego](https://community.passbolt.com/u/diego)
#### Post date: [August 4, 2023, 1:23pm UTC](https://community.passbolt.com/t/passbolt-dead-after-update-ubuntu-22-04-err-too-many-redirects/8029/5 "2023-08-04T13:23:50Z")

</div>

Out of curiosity could you check if you have the force ssl set to true? You can change this setting in /etc/passbolt/passbolt.php or /etc/passbolt/default.php I suggest changing it in the former.

In passbolt.php you need to add the following snippet in the passbolt section:

```auto
 'ssl' => [
          'force' => true,
     ],

```

or in default.php

```auto
'ssl' => [
            'force' => filter_var(env('PASSBOLT_SSL_FORCE', true), FILTER_VALIDATE_BOOLEAN)
        ],

```

---

_[View the full topic](https://community.passbolt.com/t/passbolt-dead-after-update-ubuntu-22-04-err-too-many-redirects/8029)._
