Cody Hazelwood

Results 7 comments of Cody Hazelwood

@birdcone Your debug port should be a different port than your express API. If express is running on port 3000, try setting debugPort to 5858 or 3001.

This issue has been fixed for me as of about a month ago. I'll leave the issue open though, since others appear to still be having trouble.

I get this with the github_actions_secret resource's `secret_name` as well.

+1 This would be very helpful for pointing at MinIO on our local dev machines (so we can still dev on an airplane, bad connection, etc), but then easily default...

Where could we find an update on this? It's the only missing feature that is keeping me from making the switch.

Looks like most of the code above is auto-generated. I found that it works if I add only these two lines to the advanced section: ``` ssl_client_certificate /YOU/LOC/HERE/ca.crt; ssl_verify_client on;...