• SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Recent content by zquestz

  1. zquestz

    Dual WAN IPv6

    Thanks for the reply. Totally understand!
  2. zquestz

    Dual WAN IPv6

    So, I noticed that Dual WAN failover works great, however if each WAN has different IPv6 settings, there is no way to fail over with functional IPv6 support. Any chance a fix could be developed? In my case, I need to use a Hurricane Electric 6in4 Tunnel for my primary WAN, but my secondary...
  3. zquestz

    Solved Cannot upload self-signed cert for web UI

    I was able to hack mkcert to get it working. Here's the patch for anyone interested -> https://github.com/zquestz/mkcert/commit/8e6f1214971366d17ddb80804456894bc779904f
  4. zquestz

    Solved Cannot upload self-signed cert for web UI

    Actually I found the issue. b_constr = x509v3ext2str_by_nid(x509_cert, NID_basic_constraints); if (!b_constr) { _dprintf("%s: Can't get basic constrain from %s\n", __func__, cert_fn); logmessage("httpd", "Can't get basic constrain from %s", cert_fn); ret = -7...
  5. zquestz

    Solved Cannot upload self-signed cert for web UI

    I am experiencing a new error uploading my own certs. They worked fine for years, and the latest update the router switched to "Auto" and generated a new cert. I see nothing in the system logs. What would be the best way to diagnose this? I am using mkcert...
Back
Top