Navigation

    Netgate Discussion Forum
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search

    Stunnel error on stunnel_certs.xml

    pfSense Packages
    2
    3
    1896
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • V
      vtknightmare last edited by

      when I click on the configure interface for the Stunnel Service, and I hit the Certificates tab I get:

      Fatal error: Cannot create references to/from string offsets nor overloaded objects in /etc/inc/xmlparse.inc on line 57

      Can someone please help me?

      Thank you,

      1 Reply Last reply Reply Quote 0
      • V
        vtknightmare last edited by

        Can anyone please let me know if what I'm encountering is unique or just my stupidity at least? I've searched the forums, and have not seen anything similar to this issue.

        1 Reply Last reply Reply Quote 0
        • D
          dario.1985 last edited by

          Hello, in effects… there is an error, in the XML.

          
          		 <field><fielddescr>RSA private key</fielddescr>
          			<fieldname>cert_key</fieldname>
          			<description>RSA private key used for certificate. Do not change for existing certificates!<br>
          			<type>textarea</type>
          			<rows>7</rows>
          			<cols>65</cols></description></field> 
          
          

          to correct in:

          
          		 <field><fielddescr>RSA private key</fielddescr>
          			<fieldname>cert_key</fieldname>
          			<description>RSA private key used for certificate. Do not change for existing certificates!<br></description>
          			<type>textarea</type>
          			<rows>7</rows>
          			<cols>65</cols></field> 
          
          

          so, correct it and it will work!

          Be sure to use the correct package FreeBSD port version (6.x/7.x) correspondent to your pfSense release.

          You can install packages offline using pkg_add… look in the wiki docs.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post