faglork
Forum Replies Created
-
Forum: Plugins
In reply to: [Postie] Can’t connect to mailserver via pop/imap/imapssl/popsslI sent you a mail.
Cheers,
AlexForum: Plugins
In reply to: [Postie] Can’t connect to mailserver via pop/imap/imapssl/popsslWell, we fixed it, at least for IMAP-SSL on 993. Your program sends STARTTLS which is needed for 143, but not for 993. Connection on 143 is unencrypted until STARTTLS is sent, and encrypted afterwards. On port 993 you have to directly connect with SSL, do not use STARTTLS. We fixed it by modifying pSocketConnection.php so that it only sends STARTTLS when port 143 is used.
I can send you the fix if you are interested.
Cheers,
Alex- This reply was modified 2 months ago by faglork.
Forum: Plugins
In reply to: [Postie] Can’t connect to mailserver via pop/imap/imapssl/popsslMaybe this helps:
Testing protocols via sockets
SSLv2 not offered (OK)
SSLv3 likely not offered (OK), received 4xx/5xx after STARTTLS handshake, rerun with DEBUG>=2 or –ssl-native
TLS 1 likely not offered, received 4xx/5xx after STARTTLS handshake, rerun with DEBUG>=2 or –ssl-native
TLS 1.1 likely not offered, received 4xx/5xx after STARTTLS handshake, rerun with DEBUG>=2 or –ssl-native
TLS 1.2 offered (OK)
TLS 1.3 offered (OK): finalTLSv1.2 (no server order, thus listed by strength)
xc030 ECDHE-RSA-AES256-GCM-SHA384 ECDH 256 AESGCM 256 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
x9f DHE-RSA-AES256-GCM-SHA384 DH 2048 AESGCM 256 TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
xc02f ECDHE-RSA-AES128-GCM-SHA256 ECDH 256 AESGCM 128 TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
x9e DHE-RSA-AES128-GCM-SHA256 DH 2048 AESGCM 128 TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
TLSv1.3 (server order)
x1302 TLS_AES_256_GCM_SHA384 ECDH 256 AESGCM 256 TLS_AES_256_GCM_SHA384FS is offered (OK) TLS_AES_256_GCM_SHA384 ECDHE-RSA-AES256-GCM-SHA384 DHE-RSA-AES256-GCM-SHA384 ECDHE-RSA-AES128-GCM-SHA256 DHE-RSA-AES128-GCM-SHA256
KEMs offered None
Elliptic curves offered: prime256v1
DH group offered: ffdhe2048
TLS 1.2 sig_algs offered: RSA-PSS-RSAE+SHA512 RSA-PSS-RSAE+SHA384 RSA-PSS-RSAE+SHA256 RSA+SHA512 RSA+SHA384 RSA+SHA256 RSA+SHA224
TLS 1.3 sig_algs offered: RSA-PSS-RSAE+SHA512 RSA-PSS-RSAE+SHA384 RSA-PSS-RSAE+SHA256Forum: Plugins
In reply to: [Postie] Can’t connect to mailserver via pop/imap/imapssl/popsslFrom the php error log:
PHP Warning: Undefined array key 0 in /www/1234/htdocs/qwertz/wp-content/plugins/postie/lib/pSocketConnection.php on line 241
Forum: Plugins
In reply to: [Postie] Can’t connect to mailserver via pop/imap/imapssl/popsslAny ideas?
- This reply was modified 2 months ago by faglork.
Forum: Plugins
In reply to: [Postie] Can’t connect to mailserver via pop/imap/imapssl/popsslThese are my own servers. Outbound connections ar NOT the problem, since I can connect from the webserver to the mailserver. I can send you tcpdump outputs for imap/imapssl/pop when I use postie’s manual “process Email” option.
- This reply was modified 2 months ago by faglork.
Forum: Plugins
In reply to: [Contextual Related Posts] Post meta migrationForum: Plugins
In reply to: [Open Graph and Twitter Card Tags] Feed Syntax Error“If you’re enjoying the plugin, we’d truly appreciate a 5-star review.”
Just did it 😉
Forum: Plugins
In reply to: [Open Graph and Twitter Card Tags] Feed Syntax ErrorWorked like a charm. Thank you very very much!
Alex
- This reply was modified 4 months, 2 weeks ago by faglork.
Is it safe to simply flush all transients?
never mind
Forum: Plugins
In reply to: [GDPR & DSGVO Compliant Maps | GeoUNIT Maps] Marker wird nicht angezeigtPasst! Danke für die schnelle Reaktion!
Servus, Alex
Same problem here. Clearing caches doesn’t help.
Forum: Themes and Templates
In reply to: [Hueman] PHP 8.0 – errorHi! I am using hueman / hueman pro with php 8 / 8.1 without a problem.
But when I updated to 8/8.1, nearly all sites went down either due to an incompatible php code in the child theme’s function.php OR a plugin which did not support php 8/8.1
Hope that helps,
AlexForum: Fixing WordPress
In reply to: Very strange permissions problemThanks for your input!
“Default user and group for Apache process usually are not the same in a different distribution. Ubuntu, for example, sets the default user and group to www-data, while on CentOS, it’s apache”
As I said: all sites reside on the same server, use the same environment, same php vesion, and are all clones of 1 wordpress installation.
——————————-
“Check the information in your Apache vhost as described in the link above. ”
As I already said: I did, and they are identical:
“I then checked the complete phpinfo() for both sites. I saved the output and ran it through UltraCompare. Result: identical, only diff is the server directory …”
httpdconfig is identical as well (besides domain an directory etc.)
Cheers,
Alex