Today I came across a problem:
"This server could not prove that its security certificate" MY_SERVER_NAME "was specified from [missing_subjectAltName]"
Perhaps this has happened to you recently. Basically, your SSL certificate was not configured correctly and the name of its alt object was missing.
Why has this happened recently? Because of this: https://textslashplain.com/2017/03/10/chrome-deprecates-subject-cn-matching/
How to fix? Create SSL certificate with alt object name: How to create a self-signed certificate using openssl?
No one has answered this question yet.
:
Source: https://habr.com/ru/post/1676191/More articles:IOS 10.3 app rating dialog box display detection mechanism? - iosHow to get the five least duplicate elements in an array - javaGoogle OAuth is no longer supported for progressive applications? - iosScale decimal value with power of 10 - decimalFast K-step discount in numpy / scipy / python - pythonGetting unexpected JDWP: 103 error while trying to upload an image using a modification to an api Android server? - javaStuck on warning "unique key" - react-nativeHow to create a new line of cards using ngFor and bootstrap 4 - angularMocking DbSet.AddOrUpdate - c #passing multiple parameters to angular 4 route - angularAll Articles