Skip to content

Instantly share code, notes, and snippets.

View purp's full-sized avatar
🖤
https://xrl.us/mlkbirmletterpdf

Jim Meyer purp

🖤
https://xrl.us/mlkbirmletterpdf
View GitHub Profile
@purp
purp / README.md
Last active May 14, 2025 18:40
AWS VPN Client Authentication Error in MacOS Safari: This is a non-secure form

AWS VPN Client Authentication Error in MacOS Safari: This is a non-secure form

Problem

When attempting to connect to a VPN using AWS VPN Client, the authentication window in Safari shows a dialog stating "This is a non-secure form" and asking for confirmation before sending. When the "Send It" button is clicked, Safari presents an error page, stating that Safari can't open the page, stating "Navigation failed because the request was for an HTTP URL with HTTPS-Only enabled"

image

@purp
purp / Open in Chrome.workflow
Created November 17, 2025 20:36
"Open In Chrome" Quick Action for MacOS Automator
on run {input}
set theURL to input
if {theURL does not start with "http"} then
set theURL to "https://" & theURL
end if
tell application "Google Chrome"
if not (exists first window) then
make new window