Trying to upload files to a SR with 'cpinfo' but got HTTPS error (401 unauthorized) and SFTP error (connection failed). I tried on 2 different hosts but got the same error, one host is a perimeter firewall with direct Internet connection.
# cpinfo -x -n -s 6-0000000000 -f cplic.192.0.2.1.txt
This is Check Point CPinfo Build 914000250 for GAIA
Uploading...
Initiating connection to User Center: Done.
Generating list of files to be uploaded: Done.
Sending list of files to server: Done.
Uploading cplic.192.0.2.1.txt
<html><head><title>Unauthorized</title></head><body><H1>HTTP/1.1 401 Unauthorized</H1></body></html>
Uploading file cplic.192.0.2.1.txt failed
Couldn't upload using HTTPS, trying SFTP
Uploading cplic.192.0.2.1.txt: Error: SFTP connection to mercury.ts.checkpoint.com failed (Please check if port 22 is open)
Error: Failed to upload file cplic.192.0.2.1.txt
Upload failed
SSH to `mercury` is open, too:
# telnet mercury.ts.checkpoint.com 22
Trying 216.228.148.22...
Connected to mercury.ts.checkpoint.com.
Escape character is '^]'.
SSH-2.0-8.1.0.0_openssh GlobalSCAPE
^]quit
telnet> quit
Connection closed.
Anyone else seeing something similar, or is this another "it's just me" gremlin?