Hi Japaana,

I just got the new sd card yesterday and installed everything again. Everything from the hardware end seems to be working. It is taking images and such. The one problem I am having now is setting it up to my website and getting it to connect to FTP.

I enabled "true" to everything and all the stuff that should make it work. I also downloaded the website package to my site. Also to note, I am not using the GUI interface since I had trouble before with it. As far as putting files on my site. I created a new folder under Public HTML and called it "allsky" and put Thomas's files there. I did not do anything on the website end to FTP. Also I just installed a fresh Wordpress with SSL.

So below is what I am seeing in the terminal. The only thing I edited was my login and username below.

Thanks again for your help :)


# FTP/SFTP settings
PROTOCOL='ftp'
USER='myusername'
PASSWORD='mypassword!'
HOST='astrometeor.com'
IMGDIR='/allsky/'
MP4DIR='/allsky/videos/'
KEOGRAM_DIR='/allsky/keograms/'
STARTRAILS_DIR='/allsky/startrails/'

llsky.service - All Sky Camera
Loaded: loaded (/lib/systemd/system/allsky.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2020-06-14 01:31:44 EDT; 13h ago
Main PID: 742 (allsky.sh)
Tasks: 6 (limit: 4915)
Memory: 290.1M
CGroup: /system.slice/allsky.service
├─742 /bin/bash /home/pi/allsky/allsky.sh
└─879 ./capture -angle -6 -autoexposure 1 -autogain 0 -bin 1 -brightness 50 -coolerEnabled 0 -darkframe 0 -daytimeDelay 5000 -delay 10 -exposure 10000 -filename image.jpg -flip 0 -fontcolor 255 255 255 -fontline 1 -fontname 0 -

Jun 14 15:11:59 raspberrypi allsky.sh[742]: cd: Fatal error: Certificate verification: certificate common name doesn't match requested host name ‘astrometeor.com’ (C7:9A:17:85:5D:C8:AD:73:1C:7B:0D:AE:8D:54:E2:C0:A8:25:57:BC)
Jun 14 15:11:59 raspberrypi allsky.sh[742]: put: image-resize.jpg: Fatal error: Certificate verification: certificate common name doesn't match requested host name ‘astrometeor.com’ (C7:9A:17:85:5D:C8:AD:73:1C:7B:0D:AE:8D:54:E2:C0:A8:25:5
Jun 14 15:12:18 raspberrypi allsky.sh[742]: cd: Fatal error: Certificate verification: certificate common name doesn't match requested host name ‘astrometeor.com’ (C7:9A:17:85:5D:C8:AD:73:1C:7B:0D:AE:8D:54:E2:C0:A8:25:57:BC)
Jun 14 15:12:19 raspberrypi allsky.sh[742]: put: image-resize.jpg: Fatal error: Certificate verification: certificate common name doesn't match requested host name ‘astrometeor.com’ (C7:9A:17:85:5D:C8:AD:73:1C:7B:0D:AE:8D:54:E2:C0:A8:25:5
Jun 14 15:12:40 raspberrypi allsky.sh[742]: cd: Fatal error: Certificate verification: certificate common name doesn't match requested host name ‘astrometeor.com’ (C7:9A:17:85:5D:C8:AD:73:1C:7B:0D:AE:8D:54:E2:C0:A8:25:57:BC)
Jun 14 15:12:41 raspberrypi allsky.sh[742]: put: image-resize.jpg: Fatal error: Certificate verification: certificate common name doesn't match requested host name ‘astrometeor.com’ (C7:9A:17:85:5D:C8:AD:73:1C:7B:0D:AE:8D:54:E2:C0:A8:25:5
Jun 14 15:12:58 raspberrypi allsky.sh[742]: cd: Fatal error: Certificate verification: certificate common name doesn't match requested host name ‘astrometeor.com’ (C7:9A:17:85:5D:C8:AD:73:1C:7B:0D:AE:8D:54:E2:C0:A8:25:57:BC)
Jun 14 15:12:59 raspberrypi allsky.sh[742]: put: image-resize.jpg: Fatal error: Certificate verification: certificate common name doesn't match requested host name ‘astrometeor.com’ (C7:9A:17:85:5D:C8:AD:73:1C:7B:0D:AE:8D:54:E2:C0:A8:25:5
Jun 14 15:13:18 raspberrypi allsky.sh[742]: cd: Fatal error: Certificate verification: certificate common name doesn't match requested host name ‘astrometeor.com’ (C7:9A:17:85:5D:C8:AD:73:1C:7B:0D:AE:8D:54:E2:C0:A8:25:57:BC)
Jun 14 15:13:19 raspberrypi allsky.sh[742]: put: image-resize.jpg: Fatal error: Certificate verification: certificate common name doesn't match requested host name ‘astrometeor.com’ (C7:9A:17:85:5D:C8:AD:73:1C:7B:0D:AE:8D:54:E2:C0:A8:25:5
~

Read More...