Good day All,
I had a successful Moodle 3.11 running and had to stand up a new server and installed Moodle 4.1. The site it running but I cannot get it to send e-mail through my AWS Simple Email Service account. I've tried sending test e-mails using the mailtest plugin as well as the test mail link in the server outbound config settings. The relevant part of my ssl_error_log is below. I'm getting a timeout error, but this server has no activity so the timeout is because something isn't working.
Setup is:
- Redhat 8
- Apache 2.4
- PHP 8 (I also tried 7.4)
- MySQL 8
SSL_ERROR_LOG:
[Wed Dec 28 22:55:03.136896 2022] [proxy:debug] [pid 74882:tid 140136620730112] proxy_util.c(3006): AH02823: FCGI: connection established with Unix domain socket /run/php-fpm/www.sock (*) [Wed Dec 28 22:55:03.137050 2022] [ssl:debug] [pid 74880:tid 140136629122816] ssl_engine_kernel.c(2266): [client 10.11.1.5:65255] AH02041: Protocol: TLSv1.3, Cipher: TLS_AES_128_GCM_SHA256 (128/128 bits)
[Wed Dec 28 22:55:03.137140 2022] [socache_shmcb:debug] [pid 74880:tid 140136629122816] mod_socache_shmcb.c(495): AH00831: socache_shmcb_store (0x63 -> subcache 3)
[Wed Dec 28 22:55:03.137164 2022] [socache_shmcb:debug] [pid 74880:tid 140136629122816] mod_socache_shmcb.c(849): AH00847: insert happened at idx=0, data=(0:32)
[Wed Dec 28 22:55:03.137170 2022] [socache_shmcb:debug] [pid 74880:tid 140136629122816] mod_socache_shmcb.c(854): AH00848: finished insert, subcache: idx_pos/idx_used=0/1, data_pos/data_used=0/200
[Wed Dec 28 22:55:03.137175 2022] [socache_shmcb:debug] [pid 74880:tid 140136629122816] mod_socache_shmcb.c(516): AH00834: leaving socache_shmcb_store successfully
[Wed Dec 28 22:55:23.156886 2022] [reqtimeout:info] [pid 74880:tid 140136629122816] [client 10.11.1.5:65255] AH01382: Request header read timeout
[Wed Dec 28 22:55:23.157089 2022] [ssl:debug] [pid 74880:tid 140136629122816] ssl_engine_io.c(1112): [client 10.11.1.5:65255] AH02001: Connection closed to child 5 with standard shutdown (server oms.gdit.com:443)
[Wed Dec 28 22:56:03.789500 2022] [proxy_fcgi:error] [pid 74882:tid 140136620730112] (70007)The timeout specified has expired: [client 10.11.1.5:65254] AH01075: Error dispatching request to : (polling), referer: https://oms.gdit.com/moodle/admin/testoutgoingmailconf.php
[Wed Dec 28 22:56:03.789557 2022] [proxy:debug] [pid 74882:tid 140136620730112] proxy_util.c(2368): AH00943: FCGI: has released connection for (*)
Any assistance or guidance is greatly appreciated.
Thank you,
Tom