vulncheck-oss / cli

VulnCheck's official command line tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] vci auth login web does not work with Safari - blocks non-HTTPS even if its localhost

acidjazz opened this issue · comments

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

safari blocks non-https traffic even if its localhost.

https://stackoverflow.com/questions/46394682/safari-keeps-forcing-https-on-localhost

Expected Behavior

allow non-https from localhost since its not really remote

Steps To Reproduce

No response

Which operating system where you on?

Mac

Anything else?

possible fixes

  • add copy to warn that this does not work (non-breaking)
  • look into shipping the CLI with its own cert/key so that it can serve properly over https ( breaking )