You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/09/11 08:17:48 UTC

[GitHub] [openwhisk-runtime-php] falkzoll opened a new pull request #67: Add libssl-dev to support mongodb ssl/tls connections.

falkzoll opened a new pull request #67: Add libssl-dev to support mongodb ssl/tls connections.
URL: https://github.com/apache/openwhisk-runtime-php/pull/67
 
 
   * Current MongoDB driver does not support ssl/tls connections. It terminates the connection request with a MongoDB exception: `The "SCRAM-SHA-1" authentication mechanism requires libmongoc built with --enable-ssl`.
     Adding the libssl-dev package allows the mongodb driver build to automatically detect this and enables ssl/tls connections.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services