Loading TOC...

admin.clusterGetSslFipsEnabled

admin.clusterGetSslFipsEnabled(
   config as element(configuration)
) as Boolean

Summary

This function returns true when OpenSSL FIPS 140-2 mode is enabled in the cluster configuration. If OpenSSL FIPS 140-2 mode is not enabled, false is returned.

Parameters
config A configuration specification, typically as returned from one of the Admin module functions

Example

const admin = require('/MarkLogic/admin.xqy');
const config = admin.getConfiguration()
admin.clusterGetSslFipsEnabled(config)

    

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.