Hi akron,Notified maintainer.Cheers,Franco
The error would suggest one or all certificates are put on a single line, which causes the line read to fail at some point because the line buffer is too small.It would be in the config file, you can see the line is too long, but I have no idea why.Cheers,Franco
But the same holds true for 31 certs or 32... Could you check the actual config file to see why the line is overly long? It's what the error says, not that it's more than 29 certs. Thanks,Franco
There are two paths in your screenshot, one for a .conf file and one for a .pem file.
Can you try this simple patch? https://github.com/opnsense/plugins/commit/bd96fcfeFrom the root shell it installs via:# opnsense-patch -c plugins bd96fcfeAfter that, apply the configuration again.If it doesn't work, run the patch command again to remove the patch.Cheers,Franco
Quote from: franco on July 21, 2017, 05:34:36 pmCan you try this simple patch? https://github.com/opnsense/plugins/commit/bd96fcfeFrom the root shell it installs via:# opnsense-patch -c plugins bd96fcfeAfter that, apply the configuration again.If it doesn't work, run the patch command again to remove the patch.Cheers,FrancoThanks but it killed it reverted back...I have some ssl enforced settings on the global config... not sure if i should take it back and then apply the patch again
Hi akron,Looking at your output and the previous fix, the line escape was added, but the newline was missing. D'oh, sorry.New try with *two* characters, instead of one:https://github.com/opnsense/plugins/commit/00151b8# opnsense-patch 00151b8Cheers,Franco