Is there anyway to specify basicConstraints for openssl cert via command line

Adding basicConstraints without openssl.cnf I couldn’t see how to avoid using it entirely but using the default config and commenting out anything you set by commandline seems efficient enough. Utilize -addext which can be used multiple times Given an already-existing privkey.pem and with the caveat that e.g. /etc/ssl/openssl.cnf does not have conflicting instructions, the following … Read more

Entity Framework Core 7 connection certificate trust exception

it is not a bug in EF Core 7.0, instead it is improved security. Microsoft suggest following 3 solution, which ever applies to you. install a valid certificate. Add TrustServerCertificate=True to the connectionstring Add Encrypt=False to the connectionstring Old behavior SqlClient connection strings use Encrypt=False by default. This allows connections on development machines where the … Read more

SSL session tickets vs session ids

When the server sends the “Server Hello” message, it can include a session identifier. The client should store it and present it in the “Client Hello” message of the next session. If the server finds the corresponding session in its cache and accepts to resume the session, it will send back the same session identifier … Read more

Is it possible to use HTTPS/SSL on GitHub Pages sites with a custom domain?

Custom domains on GitHub Pages do support HTTPS / SSL: GitHub Pages has supported custom domains since 2009, and sites on the *.github.io domain have supported HTTPS since 2016. Today, custom domains on GitHub Pages are gaining support for HTTPS as well, meaning over a million GitHub Pages sites will be served over HTTPS. https://blog.github.com/2018-05-01-github-pages-custom-domains-https/ … Read more

Why does my wss:// (WebSockets over SSL/TLS) connection immediately disconnect without giving any errors?

After hours of debugging, I eventually found the problem; as I was messing around with the configuration of my XMPP server, I had re-generated the SSL certificates for the XMPPd. Since I was using self-signed certificates, this would cause an SSL error. Because I had visited that same URI over HTTPS before, I’d already manually … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)