Active IQ Unified Manager Discussions

OneCollect Docker Image "Bad Request (400)"

CSCOTTENO
1,620 Views

Hello.

 

I'm trying to run netapp/onecollect from docker hub with the following command:

 

docker run -d -p 80:80 -p 443:443 -e ACCEPT_EULA=true netapp/onecollect /NetApp/launch

 

The container is running and responding to web browsers.  However, after I accept the self-signed HTTPS cert, I end at a "Bad Request (400)" error.

 

Any ideas?

1 ACCEPTED SOLUTION

CSCOTTENO
1,553 Views

I figured it out.  OneCollect only accepts connections from the server it's running on i.e. "https://localhost/", I was trying to connect from a desktop and it apparently doesn't allow that.  /shrug

View solution in original post

2 REPLIES 2

elementx
1,586 Views

Works fine for me. Probably your browser settings... I had to re-access the HTTPS port to get it, I assume because of that HTTPS Anywhere-by-default nonsense

CSCOTTENO
1,554 Views

I figured it out.  OneCollect only accepts connections from the server it's running on i.e. "https://localhost/", I was trying to connect from a desktop and it apparently doesn't allow that.  /shrug

Public