About 710,000 results
Open links in new tab
  1. Apache NIFI 2+ HTTP ERROR 400 Invalid SNI - Stack Overflow

    Sep 14, 2024 · The SNI in truststore/keystore.p12 that come packaged with Apache NIFI 2+ is set strict to localhost so setting nifi.web.https.host property to a custom ip or another fqdn will …

  2. How to implement Server Name Indication (SNI) - Stack Overflow

    Dec 29, 2014 · How to implement Server Name Indication(SNI) on OpenSSL in C or C++? Are there any real world examples available?

  3. IIS10 SSL Configuration for Multiple Sites and more than one SSL …

    Mar 15, 2021 · Without SNI you would need 1 IP address per certificate These 2 links will give you an idea how to use appcmd and netsh - this is the quickest/easiest way to create your desired …

  4. HTTP ERROR 400 Invalid SNI when deploying Nifi on docker

    Feb 27, 2025 · HTTP ERROR 400 Invalid SNI when deploying Nifi on docker Asked 9 months ago Modified 5 months ago Viewed 1k times

  5. How to enable SNI in HTTP request using Apache …

    Sep 16, 2014 · The server requires SNI in the request, and without it, it returns an expired cert that has the wrong CommonName, due to which it gets rejected. If I use the httpclient2 …

  6. Azure ClientCertificateCredential - Using SNI - Stack Overflow

    Oct 4, 2023 · Alternatively, SNI may be configured on the app. Please ensure that client assertion is being sent with the x5c claim in the JWT header using MSAL's WithSendX5C () method so …

  7. Understanding an SSL error - "default host as no SNI was provided"

    Jul 22, 2025 · SNI is used to select the appropriate server side setup early in the TLS handshake to provide the correct certificate. It is absolutely needed when having different certificates for …

  8. Is SNI actually used and supported in browsers? - Stack Overflow

    Mar 1, 2011 · I can find various information about SNI (see Wikipedia), but I can't find any statistics about actual support in browsers. The best I could find out is that it should work on …

  9. Extract Server Name Indication (SNI) from TLS client hello

    How would you extract the Server Name Indication (SNI) from a TLS Client Hello message. I'm currently struggling to understand this very cryptic RFC 3546 on TLS Extensions, in which the …

  10. Server Name Indication (SNI) on Java - Stack Overflow

    Sep 11, 2012 · Can anyone help me get started on carrying out HTTP connections with server name indication in Java? I'm trying to request content from a site I'm adminstering. I've been …