Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Register issue #135

samrudd started this conversation in Issues
Aug 19, 2022 · 1 comments · 1 reply
Discussion options

When my users register I get a random error screen but if they refresh and go back it has inserted the info.
D2B4108E-67F0-410D-B6F7-93D38E247445

You must be logged in to vote

Replies: 1 comment 1 reply

Comment options

If this error happens consistently, your best bet is probably to not use our SMTP server.

For me, everything is working fine, so it might have been a temporary thing.

The best solution for you is probably to use your own SMTP server, if you have one available.
Alternatively, if it is just for now, you can turn REGISTER_AUTH in your config from verified to auth. This allows users to still register but skip the email verification process.

You must be logged in to vote
1 reply
Comment options

Hi Julian - I got a similar issue with SMTP server on version 2 installed last week and had hoped it would go away with version 3 which I just installed but it has not. It does not seem to be intermittent.

stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed

 public function startTLS()
 {
 // STREAM_CRYPTO_METHOD_TLS_CLIENT only allow tls1.0 connections (some php versions)
 // To support modern tls we allow explicit tls1.0, tls1.1, tls1.2
 // Ssl3 and older are not allowed because they are vulnerable
 // @TODO make tls arguments configurable
 return stream_socket_enable_crypto($this->stream, true, STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT | 
 STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT | STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT);
 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Converted from issue

This discussion was converted from issue #128 on August 26, 2022 12:27.

AltStyle によって変換されたページ (->オリジナル) /