Enforce HTTPS public key used #3
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Related to Benjamin_Loison/HTTPS/issues/2.
The Ask Ubuntu answer 201923 may help.
Output:
Output:
works fine.
Output:
with default certificate.
works fine.
Firefox > Connection not secure > More information > View Certificate > Miscellaneous > Download > PEM (cert).
Output:
DuckDuckGo and Google search
"curl: (60) SSL: certificate subject name '*' does not match target host name"
and"SSL: certificate subject name '*' does not match target host name"
.Output:
already returns many results.
Output:
Output:
Maybe using
--cacert
and-k
is more secure than just-k
.Could try experimentally.
Related to Benjamin_Loison/requests/issues/3#issuecomment-2492123.
Related to Benjamin_Loison/git/issues/93.