UseSSL Property

Whether to use SSL/TLS when connecting.

Object Oriented Interface

public function getUseSSL();
public function setUseSSL($value);

Procedural Interface

ipworkss3_s3client_get($res, 79 );
ipworkss3_s3client_set($res, 79, $value );

Default Value

true

Remarks

This property specifies whether the class should use SSL/TLS when connecting.

Note: This property is automatically reset to true anytime ServiceProvider changes. The class will ignore any attempts to change this property while one of the following providers is selected, since they require SSL/TLS to be used:

  • spDigitalOcean (1)
  • spBackblazeB2 (4)
  • spOracle (8)

This property is not available at design time.

Data Type

Boolean

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks S3 2020 PHP Edition - Version 20.0 [Build 8178]