Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - beckzg

#1
24.7, 24.10 Legacy Series / Re: New Dashboard
July 26, 2024, 05:33:21 PM
If I make any changes on the new Dashboard and click Save, then nothing happens just hangs, in the Debug console I see the following error:

opnsense_widget_manager.js?v=4b589a9d0ec1c234:558 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'getWidgetConfig')
    at opnsense_widget_manager.js?v=4b589a9d0ec1c234:558:66
    at Array.map (<anonymous>)
    at WidgetManager._saveDashboard (opnsense_widget_manager.js?v=4b589a9d0ec1c234:557:41)
    at HTMLButtonElement.<anonymous> (opnsense_widget_manager.js?v=4b589a9d0ec1c234:284:24)
    at HTMLButtonElement.dispatch (jquery-3.5.1.min.js?v=4b589a9d0ec1c234:2:43090)
    at v.handle (jquery-3.5.1.min.js?v=4b589a9d0ec1c234:2:41074)

I tried different browser and operating systems, private browse, but all the time I get this behaviour.
#2
Found it, needs Advanced mode!
#3
Hi,

  is there a way to configure custom haproxy stick-table size instead of default stick-table type ip size 50k expire 30m store conn_rate(10s)?

for example: stick-table type ip size 1m expire 10m store conn_rate(5s)

  Kind Regards,
Zoltan
#4
I have a fresh new install version 23.1.2 and I'm trying to implement acme client with HTTP challenge type.

AcmeClient: validation for certificate failed: <my domain fqdn>
2023-03-08T09:47:38   opnsense   AcmeClient: domain validation failed (http01)
2023-03-08T09:47:27   opnsense   AcmeClient: using challenge type: HTTP
2023-03-08T09:47:27   opnsense   AcmeClient: account is registered: ******@gmail.com
2023-03-08T09:47:27   opnsense   AcmeClient: using CA: letsencrypt
2023-03-08T09:47:27   opnsense   AcmeClient: issue certificate: <my domain fqdn>

Any idea what should be the problem? I checked everything, the light httpd is running, the firewall is open for port 80 and 443, the opensense web ui port changed from 80/443 to 8443.
#5
General Discussion / [SOLVED] Nginx
January 06, 2015, 11:38:23 AM
Dear Developers,

  I would like to know if nginx will be supported in your new system? We are using nginx as reverse (http, https) proxy for multiple backend servers and sites:

fw -> host1 -> site1
fw -> host1 -> site2
fw -> host1 -> site3
fw -> host2 -> site1
fw -> host2 -> site2
fw -> host2 -> site3

In pfsense we didn't found a  working solution for this.

Regards,