nginx ipv6
basti
mailinglist at unix-solution.de
Mon Jan 16 14:17:40 UTC 2017
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 at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20170116/67f473a8/attachment.bin>
More information about the nginx
mailing list