Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    SMIME Internal Server Error on Certificate Verify

    Plugins for Kopano WebApp
    5
    14
    1386
    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.
    • gabriele
      gabriele @yep_DD last edited by

      @yep_DD
      I am having exactly the same problem

      1 Reply Last reply Reply Quote 0
      • gabriele
        gabriele last edited by

        Note that I am able to view the email from my mobile phone and also if I forward it.

        1 Reply Last reply Reply Quote 0
        • mcostan
          mcostan @mcostan last edited by

          @marty

          I was wondering if you need any further information or log files for this.

          1 Reply Last reply Reply Quote 0
          • marty
            marty Kopano (Inactive) last edited by

            By the look at the error it seems you’re missing php-bcmath (or it’s not active)

            https://documentation.kopano.io/deskapp_admin_manual
            http://documentation.kopano.io/webapp_smime_manual
            https://documentation.kopano.io/webapp_admin_manual

            mcostan 1 Reply Last reply Reply Quote 0
            • mcostan
              mcostan @marty last edited by

              @marty

              Marty that fixed my problem! Thanks a lot!!

              Question: should that package be in some dependencies? For example of the S/MIME plugin?

              Otherwise how do people know that they have to install it?

              1 Reply Last reply Reply Quote 0
              • marty
                marty Kopano (Inactive) last edited by

                @mcostan This should be the case already:

                Ubuntu 16.04 example:

                apt-cache depends kopano-webapp-plugin-smime
                
                kopano-webapp-plugin-smime
                  Depends: kopano-webapp
                  Depends: php-kopano-smime
                 |Depends: <php5-curl>
                  Depends: php-curl
                    php7.0-curl
                  Depends: php-xml
                    php7.0-xml
                  Depends: php-bcmath
                    php7.0-bcmath
                  Conflicts: <kopano-webapp-smime>
                  Replaces: <kopano-webapp-smime>
                    kopano-webapp-plugin-smime
                

                Did you upgrade your OS and php-version recently? I can imagine some issues there, but that’s something for the admin to double check imo.

                https://documentation.kopano.io/deskapp_admin_manual
                http://documentation.kopano.io/webapp_smime_manual
                https://documentation.kopano.io/webapp_admin_manual

                1 Reply Last reply Reply Quote 0
                • mcostan
                  mcostan last edited by

                  I updated PHP a few months back and then installed the latest SMIME plugin.

                  Perhaps it found the old PHP dependency which was installed with the old version of PHP and it thought it was ok…

                  1 Reply Last reply Reply Quote 0
                  • gabriele
                    gabriele last edited by

                    Problem fixed, thanks a lot!

                    1 Reply Last reply Reply Quote 0
                    • itserv
                      itserv last edited by

                      @marty said in SMIME Internal Server Error on Certificate Verify:

                      should be the case already:
                      Ubuntu 16.04 example:

                      I ran into the same problem after upgrading to Debian 10. php-bcmath is not in the depencies for the package:

                      root@kopano:~# apt-cache depends kopano-webapp-plugin-smime
                      kopano-webapp-plugin-smime
                        Depends: kopano-webapp
                        Depends: php-kopano-smime
                       |Depends: <php5-curl>
                        Depends: php-curl
                          php7.3-curl
                        Conflicts: <kopano-webapp-smime>
                        Replaces: <kopano-webapp-smime>
                          kopano-webapp-plugin-smime
                      
                      root@kopano:~# apt-cache depends php-kopano-smime
                      php-kopano-smime
                        Depends: libc6
                       |Depends: php-common
                        Depends: <php5-common>
                      
                      root@kopano:~# apt-cache depends kopano-webapp
                      kopano-webapp
                       |Depends: php7-mapi
                        Depends: <php5-mapi>
                       |Depends: php-json
                          php7.3-json
                        Depends: <php5-json>
                        Depends: php-xml
                          php7.3-xml
                        Depends: php-zip
                          php7.3-zip
                        Depends: php-common
                        Depends: php-mbstring
                          php7.3-mbstring
                      
                      
                      1 Reply Last reply Reply Quote 0
                      • marty
                        marty Kopano (Inactive) last edited by

                        @itserv Dependency is added and will soon be on the download server.

                        https://documentation.kopano.io/deskapp_admin_manual
                        http://documentation.kopano.io/webapp_smime_manual
                        https://documentation.kopano.io/webapp_admin_manual

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