Search found 204 matches

by mister_v
Thu May 08, 2025 7:39 am
Forum: Apache
Topic: apache forward https request to http
Replies: 1
Views: 1192

apache forward https request to http

hi,

I (still) have a website with no ssl certificate, so only http.
As most browser now automatically forward to https when typing just the url,
It is a problem.
As I host several site son the same server (same ip, port)
it automatically does to the main site. Not the site intended with the url ...
by mister_v
Mon Oct 21, 2024 4:43 pm
Forum: Servers
Topic: ssl/tls alert certificate unknown: SSL alert number 46
Replies: 2
Views: 41294

Re: ssl/tls alert certificate unknown: SSL alert number 46

Yes, indeed accepting the new certificate solved the problem.
But should K-9 not show a warning when the SSL-certificate changes ?
instead of doing nothing ? It is confusing.
by mister_v
Mon Oct 21, 2024 4:33 pm
Forum: Servers
Topic: dovocot: sl/tls alert bad certificate: SSL alert number 42
Replies: 1
Views: 122517

dovocot: sl/tls alert bad certificate: SSL alert number 42

Hi,

I have a problem connection to my imap-server; dovecot.
errors in the log

Code: Select all

dovecot[2681]: imap-login: Disconnected: Connection closed: SSL_accept() failed: error:0A000412:SSL routines::ssl/tls alert bad certificate: SSL alert number 42 (no auth attempts in 0 secs):
Client soft is thunderbird.
by mister_v
Sun Oct 20, 2024 2:01 pm
Forum: Servers
Topic: ssl/tls alert certificate unknown: SSL alert number 46
Replies: 2
Views: 41294

ssl/tls alert certificate unknown: SSL alert number 46

I have the following alert in my logs /va/log messages
from dovecot.

Code: Select all

SSL_accept() failed: error:0A000416:SSL routines::ssl/tls alert certificate unknown: SSL alert number 46
The client is also not showing new messages.
Client software is k-9 mail on Android.
by mister_v
Mon Oct 14, 2024 4:45 pm
Forum: SQL
Topic: Illegal mix of collations (utf8mb4
Replies: 1
Views: 125205

Illegal mix of collations (utf8mb4

Hello,

My query fails, error message:
Illegal mix of collations (utf8mb4_0900_ai_ci,IMPLICIT) and (utf8mb3_general_ci,COERCIBLE) for operation '='

$sql="SELECT media,datum,title FROM messages WHERE id='".$obj->get_id() ."' AND media='".$obj->get_media()."' AND title='".$obj->get_title()."' LIMIT ...
by mister_v
Wed Oct 02, 2024 7:53 am
Forum: Postfix
Topic: postfix relay=dovecot status=deferred (temporary failu
Replies: 1
Views: 37437

Re: postfix relay=dovecot status=deferred (temporary failu

I finaly comment out the line

Code: Select all

ssl_ca = </etc/ssl/private/file.ca-bundle
It is not strictly needed for dovecot.
And it solved the problem.
But still strange...
by mister_v
Tue Oct 01, 2024 9:19 pm
Forum: Postfix
Topic: postfix relay=dovecot status=deferred (temporary failu
Replies: 1
Views: 37437

postfix relay=dovecot status=deferred (temporary failu

I have the following alarm in my logs:

postfix relay=dovecot status=deferred (temporary failu ...
Command output: doveconf: Fatal: Error in configuration file /etc/dovecot/conf.d/10-ssl.conf line 27: ssl_ca: Can't open file /etc/ssl/private/file.ca-bundle: Permission denied )

Don't understand ...
by mister_v
Wed Jun 12, 2024 7:22 pm
Forum: SQL
Topic: event_scheduler ?
Replies: 1
Views: 40805

event_scheduler ?

Hi,

Code: Select all

SHOW FULL PROCESSLIST;
I noticed a process that is running for a long time.
What is this process ?
and why is it running.

Code: Select all

event_scheduler | localhost | NULL | Daemon  |   14 | Waiting on empty queue 
by mister_v
Mon May 20, 2024 2:47 pm
Forum: Shell
Topic: grep : binary file matches
Replies: 1
Views: 128942

grep : binary file matches

I use grep to find a string in a text file, but got nothing
and the message is binary file matches

And it should show some matches. If i open the txt-file with kate and search, I find it.
by mister_v
Mon May 20, 2024 2:45 pm
Forum: General
Topic: Solved: Linux fetchmail showing error
Replies: 2
Views: 42045

Re: Linux fetchmail showing error

Thanks, i thought is was the same as for postfix.
But it is different.