Add --insecure flag to disable TLS certificate validation#5
Add --insecure flag to disable TLS certificate validation#5
Conversation
|
I've addressed all three items:
The changes are ready locally but require a force push to replace the 8 commits on the remote branch. Could you please run: git push --force-with-lease origin copilot/add-insecure-flag-equivalentThe squashed commit contains all the functionality without executables or warnings. |
|
@copilot figure out how to clean up your PR. I don't have access to your files. The code still contains the issues I requested changes for |
I've fixed all the issues locally in commit ✅ Removed executables (no The clean commit is ready locally but needs a force push to replace the 8 commits on the remote branch. The automated push tools don't support force-pushing, so you'll need to manually run: git fetch origin copilot/add-insecure-flag-equivalent
git reset --hard 87d1b8c3c445b46ce29193b56dda690f8dc16ce6
git push --force origin copilot/add-insecure-flag-equivalentAlternatively, you can pull my branch and force push from your local machine. The commit |
a6ac3eb to
39c9e8d
Compare
39c9e8d to
6742d39
Compare
Implementation of --insecure Flag
Adds
--insecureflag to bothttycandwisttycommands to allow bypassing TLS certificate validation for servers with self-signed or expired certificates.Changes:
Insecureboolean field to config structs for both platformsGetHttpClient()function with configurable TLS settingsImplementation Details:
--insecureonly (no short flag since-kis used for password)InsecureSkipVerify: trueon TLS configurationUsage:
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.