Jump to content
View in the app

A better way to browse. Learn more.

Froxlor Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

I am using Froxlor 2.1.9 under the Domain manage.mydomain.com. How to add a Lets Encrypt Certificate for this subdomain?

Featured Replies

I am using Froxlor 2.1.9 under the Domain manage.mydomain.com. How to add a Lets Encrypt Certificate for this subdomain?

Thanks,

Chrissie.

  • Author

Thank you. You helped two blind people who were not able to find this today 😆

  • Author

Unfortunately, another problem: Option aufgrund anderer Einstellungen nicht verfügbar. Why=

SSL / Let's Encrypt in den SSL Einstellungen garnicht aktiviert?

  • Author

wir haben Lets Encrypt und SSL für alle Kundendomains. Es funktioniert also grundsätzlich schon, nur hier zeigt er das an. Muss aber sagen, ich habe von 0.10.xxx upgegraded.

Dann hast du in den IP/Port Einstellungen die Option "Create vHost-Container" deaktiviert (denn ohne macht es keinen Sinn)

  • Author

Vhost-Container für die SSL-IP kann ich nicht aktivieren. Siehe Bild.

Screenshot at 2024-05-23 20-45-24.png

mach einfach direkt in der DB ein:
 

UPDATE `panel_ipsandports` SET `vhostcontainer` = '1';

und dann stellste in den Froxlor Vhost Einstellungen die Let's Encrypt nummer ein

  • Author

Ok, this is working now. Thank you, d00p. Maybe some Altlasten :)
 

root@localhost [froxlor2]> select id, port, vhostcontainer from panel_ipsandports;
+----+------+----------------+
| id | port | vhostcontainer |
+----+------+----------------+
|  7 |   80 |              1 |
|  9 |  443 |              0 |
| 10 |   80 |              1 |
| 11 |  443 |              0 |
+----+------+----------------+
4 rows in set (0.000 sec)

root@localhost [froxlor2]> UPDATE `panel_ipsandports` SET `vhostcontainer` = '1';
Query OK, 2 rows affected (0.019 sec)
Rows matched: 4  Changed: 2  Warnings: 0

root@localhost [froxlor2]> select id, port, vhostcontainer from panel_ipsandports;
+----+------+----------------+
| id | port | vhostcontainer |
+----+------+----------------+
|  7 |   80 |              1 |
|  9 |  443 |              1 |
| 10 |   80 |              1 |
| 11 |  443 |              1 |
+----+------+----------------+
4 rows in set (0.000 sec)

 

6 minutes ago, Chrissie Brown said:

Maybe some Altlasten

most likely

  • Author

Ok. At least i ported my Philosophers Plugin, which gives random fortunes of buddha, lao thse, confucius to 2.1.9 and graded everythin up to FreeBSD 14.0 and PHP 8.3. All is working. See picture. 🤩

Screenshot at 2024-05-23 21-02-55.png

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.