E-Payment Integrator 2020 PHP Edition

Questions / Feedback?

WebServerSSLEnabled Property

Whether the web server requires SSL connections.

Object Oriented Interface

public function getWebServerSSLEnabled();
public function setWebServerSSLEnabled($value);

Procedural Interface

inpay_oauth_get($res, 55 );
inpay_oauth_set($res, 55, $value );

Default Value

false

Remarks

This setting specifies whether the embedded web server use SSL. If set to True WebServerSSLCert is required and the server will only accept SSL connections. If set to False only plaintext connects are supported.

Data Type

Boolean

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 PHP Edition - Version 20.0 [Build 7941]