About 52 results
Open links in new tab
  1. What is the purpose of the `self` parameter? Why is it needed?

    For a language-agnostic consideration of the design decision, see What is the advantage of having this/self pointer mandatory explicit?. To close debugging questions where OP omitted a self …

  2. How can I generate a self-signed SSL certificate using OpenSSL?

    How to create a self-signed certificate with OpenSSL The commands below and the configuration file create a self-signed certificate (it also shows you how to create a signing request).

  3. How can I create a self-signed certificate for 'localhost'?

    I've gone through the steps detailed in How do you use HTTPS and SSL on 'localhost'?, but this sets up a self-signed certificate for my machine name, and when browsing it via https://localhost, I receive …

  4. Mockito is currently self-attaching to enable the inline-mock-maker ...

    Dec 13, 2024 · I get this warning while testing in Spring Boot: Mockito is currently self-attaching to enable the inline-mock-maker. This will no longer work in future releases of the JDK. Please add …

  5. security - How do I create a self-signed certificate for code signing ...

    Sep 17, 2008 · This creates a self-signed (-r) certificate, with an exportable private key (-pe). It's named "My CA", and should be put in the CA store for the current user. We're using the SHA-256 algorithm. …

  6. Self-reference for cell, column and row in worksheet functions

    Jun 13, 2011 · In a worksheet function in Excel, how do you self-reference the cell, column or row you're in?

  7. Getting Chrome to accept a self-signed localhost certificate

    May 23, 2017 · I have created a self-signed SSL certificate for the localhost CN. Firefox accepts this certificate after initially complaining about it, as expected. Chrome and Internet Explorer. However, …

  8. What does "\\.self" actually do in Swift/SwiftUI? - Stack Overflow

    Jul 4, 2020 · I think it is setting the id for each list item as each item in the numbers array? Correct me if wrong - but is each id being set as whatever Int is in each entry of the numbers array? If so, then …

  9. nodejs - error self signed certificate in certificate chain

    What I get is Error: self signed certificate in certificate chain. When I use Postman I can import the client certificate and key and use it without any problem.

  10. Content Security Policy directive: "frame-ancestors 'self'

    The content is prohibited from being displayed within an IFRAME due the Content Security Policy being set. The webserver hosting twitter.com is configured to add a HTTP header to the response object. …