Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

SSL error triggered on SC_BASE_URL call

Featured Replies

  • Newbies
greetings,
when we issue this call from a PHP page 
         $SC_BASE_URL = 'https://xxx.xxx.com/SuperContainer/Files';
            $sc = new SuperContainer($SC_BASE_URL);
 
we are getting the following error
 

Error: [256] Could not connect to SuperContainer server: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

 

Not sure where the certificate issue lies however... is it in the JVM that the SC JAR runs in or does SC have its own JVM somewhere else?  I thought it just installed as a JAR inside FMS's JVM

 

I assumed the message was referencing the SSL cert that protects our IIS website (URL above) and added the CA root certs to the "cacerts" for the JVM in Program FilesFilemakerFilemaker Servercommonjavalibsecurity and restarted FMS but that didn't resolve the issue

  • Author
  • Newbies

found an alternate solution (for our CWP-Tomcat mode of installation)

 

modify supercontainer.php 

installed in C:Program Files (x86)FileMakerFileMaker ServerWeb Publishingpublishing-enginephp

 

add this to the _createCurl function:

 

  curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
 
this option tells curl to bypass attempts to validate the SSL cert on the webserver which serves SC
 
still, the better solution would be to find a way to properly introduce the CA chain for our webserver's SSL certificate into the appropriate certificate store but I can't figure out where that lives.  
 
it might be a keystore that is part of PHP since its the PHP Curl library that is negotiating the SSL connection.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.