|
- 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 parameter for a method and got a TypeError, use TypeError: method () takes 1 positional argument but 2 were given instead If OP omitted self in the body of the method and got a NameError, consider How can
- security - How do I create a self-signed certificate for code signing . . .
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 The key is meant for signing (-sky) The private key should be stored in the MyCA pvk file, and the certificate in the MyCA cer file
- configure Git to accept a particular self-signed server certificate for . . .
The server for this URL presents a self-signed certificate, so he advised everyone to turn off certificate validation This does not strike me as a good setup, security-wise
- 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 the Internet Explorer warning Is there a way to create a self-signed certificate for "localhost" to avoid this warning?
- html - Difference between _self, _top, and _parent in the anchor tag . . .
I know _blank opens a new tab when used with the anchor tag and also, there are self-defined targets I use when using framesets but I will like to know the difference between _parent, _self and _top
- Why do I get TypeError: Missing 1 required positional argument: self?
See Why do I get 'takes exactly 1 argument (2 given)' when trying to call a method? for the opposite problem
- Client certificate validation on server side, DEPTH_ZERO_SELF_SIGNED . . .
You point on DEPTH_ZERO_SELF_SIGNED_CERT makes very good sense I reran all both server and client openssl with totally diff DN here, still the same, appreciate it if you can provide some insight
|
|
|