-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSL operation failed with code 1 #43
Comments
That's weird. What hostname are you using? The docker images uses the latest CA root certificates. |
And if you disable verify name; does it work? |
yes |
Thanks it was meant for @Smiggel . I should have been more clear :) |
Whoops. Sorry for the late reply. I did not get any notifications. :-) I tried it again today. I run this docker container on OpenMediaVault 6 (beta). I have no issues with other container running. . |
Interesting. Is the date and time on your server set correctly? It probably is, but let's rule it out. |
Yes, the date and time are correct. I think perhaps my underlaying OS is perhaps the problem. I run Raspberry Pi OS Bullseye. On top of that I run OpenMediaVault 6. Just now I removed everything related to spotweb. Did a new install in docker, with a stack. I ran the install.php script. When I verify my usenet connecting, I get a blank screen. When I skip the verification, I can continue. However, when I reach the last step, I get a blank again. dbsettings.inc.php is also not created on my disk. Manually creating the dbsettings.inc.php file works and can connect Spotweb. |
The underlying OS "shouldn't" have an impact on the docker container. I unfortunately don't have any ideas left. |
Thanks anyway for the help. :-) |
Issue is closed, but I just want to let you know, the issue seems somewhere in your image. I switched to erikdevries/rpi-spotweb docker image and SSL connection works there. Is perhaps your docker image not ment for a Raspberry Pi? |
Thanks for letting me know. @proddy are you using my latest image to connect to Eweka? |
yup, for years now |
I was encountering the same issue today with a fresh deployment on Raspberry Pi OS (Latest updated OS, Docker latest). Fixed by updating all packages inside the spotweb docker container ... This updated a ton of packages but not the OpenSSL package (I tried solely this package first, but remained the same version). Might help someone!
(With "spotweb" in the commands as name of your container) |
Yes, that’s it! I just now tried it and ask works again! Thank you! |
Having trouble connection to Eweka using SSL. I can not retrieve spots and see this output in the terminal:
PHP Warning: stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages:
error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed in /var/www/spotweb/vendor/spotweb/nntp/src/Protocol/Client.php on line 729
The text was updated successfully, but these errors were encountered: