Chaouki Dhib
Chaouki Dhib
FYI, the solution proposed by @voltone which make use of the following line does not work on AWS Aurora: `customize_hostname_check: [match_fun: :public_key.pkix_verify_hostname_match_fun(:https)]` So it seem like the certificate being a...
When trying with: ```Elixir ssl_opts = [ verify: :verify_peer, cacertfile: "/path/to/rds-ca-2019-root.pem", customize_hostname_check: [match_fun: :public_key.pkix_verify_hostname_match_fun(:https)], depth: 3 ] {:ok, pid} = Postgrex.start_link(hostname: "database-2-instance-1.cwlgt8axnrkn.eu-west-1.rds.amazonaws.com", username: "postgres", password: "XXXXX", database: "postgres", ssl: true,...
This is just a presentation issue. In Wireshark, when that node is expanded, I can see that the Subject is the full hostname. I guess the issue is a bit...
Hi hi, Sorry for the late reply. Although what @akaCoyote explained might work, the script has been designed to avoid all of these. Here are more detailed instructions: * Open...
You have 2 options: * Either you use Wireshark 3.0.2 64bit. Then, you can use my DLL as is (you don't need to compile anything). It's explained in [the documentation](https://github.com/chaodhib/Wow-wireshark-dissector#on-windows)....
@ymtszw The feature that you mentioned at the end of your comment, it is called Semantic highlighting and it has released been recently to VS Code: https://github.com/Microsoft/vscode/issues/585 https://github.com/microsoft/vscode/wiki/Semantic-Highlighting-Overview
We could remove the ASSERT line. A similar ASSERT was there before my PR though. So there is a remaining bug in the way the client control code cleans up
@ckegg Any news regarding this? Is it still happening? if so, could you please provide a detailed crashlog?
Any news on this please? Will close otherwise..
@jhartwell Perhaps consider transferring the ownership of the project to someone else? @saleyn 's fork (https://github.com/saleyn/plsm) is maintained and seems to work pretty well. In any case, thank you for...