Hello!
On Wed, Oct 26, 2022 at 06:22:54AM +0300, Sergey A. Osokin wrote:
[...]
> It's also possible to see the list of the elliptic curve parameters with
> the following command:
>
> % openssl ecparam -list_curves
Fun fact: this list only includes standard curves, but not custom
curves such a
Hello!
On Tue, Oct 25, 2022 at 11:25:39AM -0400, wordlesswind wrote:
> I deployed ECDSA P-256 certificate issued by Let's Encrypt E1 on nginx, and
> I noticed something about "ssl_ecdh_curve auto;".
>
> When I set ssl_protocols to "TLSv1.2 TLSv1.3", ssl_ecdh_curve has only
> prime256v1. When set
Hi,
hope you're doing well.
On Tue, Oct 25, 2022 at 11:25:39AM -0400, wordlesswind wrote:
>
> I deployed ECDSA P-256 certificate issued by Let's Encrypt E1 on nginx, and
> I noticed something about "ssl_ecdh_curve auto;".
Well, the `auto' is the default value of the ssl_ecdh_curve directive, [1
Hi there,
hope you're doing well.
On Wed, Oct 26, 2022 at 12:44:56PM +1100, Turritopsis Dohrnii Teo En Ming wrote:
>
> UniFi Cloud Key Gen 2 Plus is powered by Debian GNU/Linux 9.
> I notice that it is missing the nginx package.
> Can I solve the problem by simply installing the nginx package?
Subject: I notice that UniFi Cloud Key Gen 2 Plus is missing the nginx
package
Good day from Singapore,
UniFi Cloud Key Gen 2 Plus is powered by Debian GNU/Linux 9.
I notice that it is missing the nginx package.
Can I solve the problem by simply installing the nginx package?
apt install nginx
Hello,
I'm glad to announce a new release of NGINX JavaScript module (njs).
Notable new features:
- js_preload_object directive:
The directive preloads an immutable object at configure time.
This significantly reduces the runtime cost of referencing large
objects in JS code.
Learn
Hello guys,
I deployed ECDSA P-256 certificate issued by Let's Encrypt E1 on nginx, and
I noticed something about "ssl_ecdh_curve auto;".
When I set ssl_protocols to "TLSv1.2 TLSv1.3", ssl_ecdh_curve has only
prime256v1. When set to TLSv1.3, x448 is missing and is the preferred order
for the serv
I am using nginx server for jdbc connection for snowflake db and it is
working fine, currently authentication is based on password. But due to
recent changes I need to enable keypair based authenticate using private
key.
Front end application does not support the required[1] property for keypair
b