basti
January 16, 2017 09:20AM
Hello,

there where an other problem, ssl_session_tickets where set to off.
My config is some days old and this nedd nginx >1.5.9.

Turn ssl_session_tickets on and all works fine.

Best Regards,

On 16.01.2017 14:46, Alarig Le Lay wrote:
> Hi,
>
> On Mon Jan 16 14:31:49 2017, basti wrote:
>> server {
>> # listen 443 http2 reuseport;
>> listen 443; ## listen for ipv4
>> listen [::]:443 ipv6only=on; ## listen for ipv6
>>
>> server_name ssl.example.com;
>>
>> access_log /var/log/nginx/https.access.log;
>> error_log /var/log/nginx/https.error.log warn;
>>
>> ssl on;
>> ssl_certificate
>> /var/lib/letsencrypt.sh/certs/ssl.example.com/fullchain.pem;
>> ssl_certificate_key
>> /var/lib/letsencrypt.sh/certs/ssl.example.com/privkey.pem;
>>
>> Error:
>>
>> SSL_ERROR_RX_RECORD_TOO_LONG
>> [ipv6ip] - - [16/Jan/2017:14:25:58 +0100]
>> "\x16\x03\x01\x00\xE2\x01\x00\x00\xDE\x03\x03\xD2m8" 400 173 "-" "-"
>>
>> Want's wrong here?
>> Thanks for any help.
>
> You have to add the ssl keyword in your listen directive, like "listen
> 443 ssl; listen [::]:443 ssl;"
>
>
>
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

nginx ipv6

basti January 16, 2017 08:34AM

Re: nginx ipv6

Alarig Le Lay January 16, 2017 08:48AM

Re: nginx ipv6

basti January 16, 2017 09:20AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 189
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready