-
Hi All
I see a self signed SSL issue in the logs (followed by 118 lines of laravel/framework output, not included):
If I curl the speedtest site from cli i get the following:
My DNS is functioning as I see resolutions for speedtest site and i dont see anything being blocked on my FW. Creation is docker compose with mariaDB straight from the https://docs.speedtest-tracker.dev/ site using latest. I tried previous version but had same issue. Can some one point me in the right direction, please? Ta. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I managed solved the issue, well, nuked my base install and started again. I noticed that if I used -k to bypass ssl check on curl i would get a turnkey setup wizard html page. I'm using docker on turnkey in a LXC running on proxmox to test this. All the base systems (turnkey and proxmox) could resolve DNS and curl ssl sites so must be something with docker container in turnkey or maybe my turnkey setup. Excellent work Alex, a very useful tool. Ta. |
Beta Was this translation helpful? Give feedback.
I managed solved the issue, well, nuked my base install and started again. I noticed that if I used -k to bypass ssl check on curl i would get a turnkey setup wizard html page. I'm using docker on turnkey in a LXC running on proxmox to test this. All the base systems (turnkey and proxmox) could resolve DNS and curl ssl sites so must be something with docker container in turnkey or maybe my turnkey setup.
I rebuilt my docker base system with Debian standard and that fixed the ssl issue. My first speedtest was pleasing to see!
Excellent work Alex, a very useful tool. Ta.