Hey, when I try to run install, I keep getting thi...
# box-products
c
Hey, when I try to run install, I keep getting this:
Copy code
CommandBox> install
|  | Installing ALL dependencies
   |------------------------------------------
   | √ | Installing package [forgebox:str@1.0.7]
 × | Installing ALL dependencies
   |------------------------------------------
   | √ | Installing package [forgebox:str@1.0.7]
   | √ | Installing package [forgebox:coldbox@^6.8.1+5]
   | × | Installing package [forgebox:qb@8.2.2]
   |   |-----------------------------------------------------
   |   | Verifying package 'qb' in forgebox, please wait...
   |   | Installing version [8.2.2].
   |   | Verified entry in forgebox: 'qb'
   |   | Downloading entry from forgebox.
   |   | Deferring to [https] endpoint for forgebox entry [qb]...
   |   | Downloading [<HTTPS://ortus-forgebox-private.s3.us-east-1.amazonaws.com/elpete/qb/8.2.2.zip?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential>
   |   | =AKIAJMDMWUSW7FUVMSFQ%2F20221122%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221122T215711Z&X-Amz-Expires=300&X-Amz-SignedHeaders=host&X-Am
   |   | z-Signature=ba47cc72049e7286a2f2d4860c7fdd2d7d09000431ae687f0cfc9340b94d368c]
   |   |-----------------------------------------------------
ERROR (5.4.2+00453)

Connection failure <HTTPS://ortus-forgebox-private.s3.us-east-1.amazonaws.com/elpete/qb/8.2.2.zip?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAJMDMWUSW7FUVMSFQ%2F20221122%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221122T215711Z&X-Amz-Expires=300&X-Amz-SignedHeaders=host&X-Amz-Signature=ba47cc72049e7286a2f2d4860c7fdd2d7d09000431ae687f0cfc9340b94d368cFailed> to parse server certificates
I've been trying to figure this out for a couple days now. I'm new to CF, sorry in advance.
b
@Christopher Bare Chances are you are behind a corporate firewall that's snooping on your SSL traffic by injecting invalid SSL Certs into your HTTPS calls
@Christopher Bare Anything on this?
I have additional things for you to try, but you sort of just disappeared after your first post
c
I actually figured it out. It was mostly just trying it a bunch of times and having a dependency fight. Finally got it working though. I did turn off the vpn though
b
So, what was the fix?
c
It was an error in one of the setup files that was causing it to fail. Removed that and installed all the dependencies manually and then it worked fine.