2020 Blog Archive
We have written for you ...
Fri, 21, Feb, 2020 14:50

 

As you can see in the picture, SSL encrypts the data you send or the forms sent by your customer with 128-256 bits, allowing it to reach the servers. This high level encryption system is very difficult to break and even impossible to call. Information sen…

Fri, 21, Feb, 2020 14:18

If you are getting one of the errors below, you are in the right place.

  1. stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\n error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed
  1. return stream_socket_enable_crypto($this->stream, true, STREAM_CRYPTO_METHOD_TLS_CLIENT);

Fri, 21, Feb, 2020 14:06

For “sql” files that are too large to be transferred over phpmyadmin; different solutions can be produced. Among this type, it can be transferred over SSH.

How is MySQL Import (Installation) Processed?
It can back up the MySQL database from the server with the extension ".sql" in the previous case and its name works as "backup.sql".
Then,…