Archivo de la etiqueta: php

Allow WordPress to use a relay smtp with self signed cert

271 /** 272 * Options array passed to stream_context_create when connecting via SMTP. 273 * @var array 274 */ 275 public $SMTPOptions = array( 276 ‘ssl’ => array( 277 ‘verify_peer’ => false, 278 ‘verify_peer_name’ => false, 279 ‘allow_self_signed’ => true … Sigue leyendo

Publicado en Debraye, General, planetalinux, sysadmin, Trabajo | Etiquetado , , , , | Deja un comentario

PHP y certificados firmados por uno mismo el caso de Moodle

Ya lo puse en gran medida en ingles en enero de este año que actualizamos la mayoría de nuestros servidores a php > 5.6 y empezamos a tener problemas al mandar correo desde el mismo via SSL/TLS entonces lo documento … Sigue leyendo

Publicado en Educación, General, planetalinux, Trabajo | Etiquetado , , , , , , | Deja un comentario

Two things are infinite: the universe and human stupidity

I think that reality is better than fiction, so take this as a fiction story… well short of… The full quote that gives nave to this post it’s «Two things are infinite: the universe and human stupidity; and I’m not … Sigue leyendo

Publicado en Debraye, General, planetalinux | Etiquetado , , , , , , | Deja un comentario

Legacy code everywhere

From last weekend our blog lacobachab where not updating their feed, as I removed and updated wp-cache info, most probably I removed redundant entries on .htaccess, BUT looks like removed the correct ones and left the wrong ones, tip if … Sigue leyendo

Publicado en Debraye, General, planetalinux, sysadmin, Web | Etiquetado , , , , , , , , | Deja un comentario