ItzNotABug / ghosler

Send newsletter emails to your Ghost CMS subscribers & members, using your own email credentials!
Apache License 2.0
40 stars 5 forks source link

OpenSSL error when trying to send emails #50

Closed Skyslycer closed 2 months ago

Skyslycer commented 2 months ago

[2024-04-29 16:34:35 UTC] => [ERROR] => Newsletter: Error: D8B9EB2E457F0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:354

That's the only thing I get. This is my docker-compose file: version: '3.8'

services:
  ghosler:
    image: itznotabug/ghosler:0.97
    ports:
      - "2369:2369"
    networks:
      - revprox
    volumes:
      - "/opt/ghosler/logs:/usr/src/app/.logs"
      - "/opt/ghosler/analytics:/usr/src/app/files"
      - "/opt/ghosler/configuration:/usr/src/app/configuration"
    restart: always

networks:
  revprox:
    external: true
Skyslycer commented 2 months ago

Works with port 465 instead of 587.