MySQL Forums
Forum List  »  Security

Re: client auth with lets encrypt certs
Posted by: rob thijssen
Date: August 15, 2023 01:40AM

update:

regular client auth fixed by correcting the expected syntax (needs backslashes) in user creation:
```sql
... REQUIRE SUBJECT '/CN=abc.example.com' AND ISSUER '/C=US/O=Let\'s Encrypt/CN=R3';
```

now just need to get replication working with ssl auth. currently seeing
- '[MY-010914] [Server] Bad handshake' in source error log
- 'SSL connection error: Failed to set ciphers to use, Error_code: MY-002026' in replica error log

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: client auth with lets encrypt certs
310
August 15, 2023 01:40AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.