Uncaught TYPO3 Exception
#1: PHP Warning: SoapClient::__doRequest(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in /var/www/clients/client2/web927/web/typo3conf/ext/me_juleicasoapclient/Classes/class.tx_mejuleicasoapclient.php line 72 (More information)

TYPO3\CMS\Core\Error\Exception thrown in file
/var/www/clients/client2/web927/private/typo3_src-7.6.31/typo3/sysext/core/Classes/Error/ErrorHandler.php in line 111.

22 TYPO3\CMS\Core\Error\ErrorHandler::handleError(2, "SoapClient::__doRequest(): SSL operation failed wi3_get_server_certificate:certificate verify failed", "/var/www/clients/client2/web927/web/typo3conf/ext/oapclient/Classes/class.tx_mejuleicasoapclient.php", 72, array)
21 SoapClient::__doRequest("<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:EcallFunction></SOAP-ENV:Body></SOAP-ENV:Envelope>", "https://juleica.ljr.de/1476.669.html", "urn:global#callFunction", 1, 0)
20 SoapClient::__call("callFunction", array, array)

/var/www/clients/client2/web927/web/typo3conf/ext/me_juleicasoapclient/Classes/class.tx_mejuleicasoapclient.php:
00070:                     "soapaction" => "urn:global#".$function // Kombination aus namespace und #Funktionsname
00071:                 )
00072:             );
00073:             return $resultObject;
00074:         } catch (SoapFault $sf) { // Request nicht erfolgreich? :                

19 tx_mejuleicasoapclient::callFunction(array, "callFunction", array)

/var/www/clients/client2/web927/web/typo3conf/ext/me_juleicasoapclient/Classes/class.tx_mejuleicasoapclient.php:
00080:     function callUserFunction($userFunction,$params,&$result){
00081:         $resultObject = null;
00082:         if($resultObject = $this->callFunction($this->AUTH,'callFunction',array('AUTH'=>$this->AUTH,'function'=>$userFunction,'params'=>$params))){      
00083:             $this->currentData=array();
00084:             if(is_object($resultObject)){

18 tx_mejuleicasoapclient::callUserFunction("tx_mejulaicegroups_category_list", array, NULL)

/var/www/clients/client2/web927/web/typo3conf/ext/ed_nnproject/Classes/class.tx_ednnproject_pi2.php:
01487:          
01488:         $a['10']=' Niedersachsen / landesweit';
01489:         if($this->juleicaSoapClient && $this->juleicaSoapClient->callUserFunction('tx_mejulaicegroups_category_list',array('parent_uid'=>10),$result)){
01490:             while(list($k,$v)=each($result)){
01491:                 $a[$k]=$v['title'];

17 tx_ednnproject_pi2::getSoapListLandkreis()

/var/www/clients/client2/web927/web/typo3conf/ext/ed_nnproject/Classes/class.tx_ednnproject_pi2.php:
00238:     */
00239:     if(!$this->regionA){
00240:       $this->regionA = $this->getSoapListLandkreis();
00241:     }
00242:     

16 tx_ednnproject_pi2::getRegion("216")

/var/www/clients/client2/web927/web/typo3conf/ext/ed_nnproject/Classes/class.tx_ednnproject_pi2.php:
01142:             $markerArray['###PROJECTEND###']=$this->formatDate($projectData['projectend']);
01143:       
01144:             $markerArray["###REGION###"]=$this->getRegion($projectData["region"]);
01145:             $markerArray["###ADDRESS_LABEL1###"]=$projectData["adress_lable1"];
01146:             $markerArray["###CONTACT1###"]=$projectData["contact1"];

15 tx_ednnproject_pi2::getSingleView("9")

/var/www/clients/client2/web927/web/typo3conf/ext/ed_nnproject/Classes/class.tx_ednnproject_pi2.php:
00125:   switch($view){
00126:    case "singleview":
00127:     $content.=$this->getSingleView($project);
00128:    break;
00129:    case "overview":

14 tx_ednnproject_pi2::main("", array)
13 call_user_func_array(array, array)

/var/www/clients/client2/web927/private/typo3_src-7.6.31/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
07321:                         $content,
07322:                         $conf
07323:                     ]);
07324:                 } else {
07325:                     $this->getTimeTracker()->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);

12 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::callUserFunction("tx_ednnproject_pi2->main", array, "")

/var/www/clients/client2/web927/private/typo3_src-7.6.31/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php:
00038:         }
00039:         $this->cObj->includeLibs($conf);
00040:         $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
00041:         if ($this->cObj->doConvertToUserIntObject) {
00042:             $this->cObj->doConvertToUserIntObject = false;

11 TYPO3\CMS\Frontend\ContentObject\UserContentObject::render(array)

/var/www/clients/client2/web927/private/typo3_src-7.6.31/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00941:         // Render content
00942:         try {
00943:             $content .= $contentObject->render($configuration);
00944:         } catch (ContentRenderingException $exception) {
00945:             // Content rendering Exceptions indicate a critical problem which should not be

10 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render(TYPO3\CMS\Frontend\ContentObject\UserContentObject, array)

/var/www/clients/client2/web927/private/typo3_src-7.6.31/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00857:                     $contentObject = $this->getContentObject($name);
00858:                     if ($contentObject) {
00859:                         $content .= $this->render($contentObject, $conf);
00860:                     } else {
00861:                         // Call hook functions for extra processing

9 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("USER", array)

/var/www/clients/client2/web927/private/typo3_src-7.6.31/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03575:                             break;
03576:                         case 'FUNC':
03577:                             $incContent = $INTiS_cObj->cObjGetSingle('USER', $INTiS_config[$INTiS_key]['conf']);
03578:                             break;
03579:                         case 'POSTUSERFUNC':

8 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::INTincScript_process(array)

/var/www/clients/client2/web927/private/typo3_src-7.6.31/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03520:             $INTiS_config = $this->config['INTincScript'];
03521:             $this->INTincScript_includeLibs($INTiS_config);
03522:             $this->INTincScript_process($INTiS_config);
03523:             // Check if there were new items added to INTincScript during the previous execution:
03524:             $INTiS_config = array_diff_assoc($this->config['INTincScript'], $INTiS_config);

7 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::recursivelyReplaceIntPlaceholdersInContent()

/var/www/clients/client2/web927/private/typo3_src-7.6.31/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03486:         }
03487: 
03488:         $this->recursivelyReplaceIntPlaceholdersInContent();
03489:         $this->getTimeTracker()->push('Substitute header section');
03490:         $this->INTincScript_loadJSCode();

6 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::INTincScript()

/var/www/clients/client2/web927/private/typo3_src-7.6.31/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00230:         if ($this->controller->isINTincScript()) {
00231:             $this->timeTracker->push('Non-cached objects', '');
00232:             $this->controller->INTincScript();
00233:             $this->timeTracker->pull();
00234:         }

5 TYPO3\CMS\Frontend\Http\RequestHandler::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)

/var/www/clients/client2/web927/private/typo3_src-7.6.31/typo3/sysext/core/Classes/Core/Bootstrap.php:
00306: 
00307:         // Execute the command which returns a Response object or NULL
00308:         $this->response = $requestHandler->handleRequest($request);
00309:         return $this;
00310:     }

4 TYPO3\CMS\Core\Core\Bootstrap::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)

/var/www/clients/client2/web927/private/typo3_src-7.6.31/typo3/sysext/frontend/Classes/Http/Application.php:
00076:     public function run(callable $execute = null)
00077:     {
00078:         $this->bootstrap->handleRequest(\TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals());
00079: 
00080:         if ($execute !== null) {

3 TYPO3\CMS\Frontend\Http\Application::run()

/var/www/clients/client2/web927/private/typo3_src-7.6.31/index.php:
00031: call_user_func(function () {
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });

2 {closure}()
1 call_user_func(Closure)

/var/www/clients/client2/web927/private/typo3_src-7.6.31/index.php:
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });