-
Notifications
You must be signed in to change notification settings - Fork 2
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
HTTPS issues: Self signed certificates #12
Comments
please test 1.1.0 on GitHub |
Hm ... not out of the box ...
|
ALso diese Fehlermeldung klingt eher so als ob ssl support gar nicht eingebaut wäre bei phanttomjs ... mist ... |
Ok, 1.1.1 removed es wieder |
Ok, ich glaub ich habs ... das Problem ist ... vielschichtig :) Scheint auch mit der Debian/OpenSSL Version zu tun zu haben. Ich gestehe, kann schon sein, dass ich das beim letzten Update des "Buanet" containers nicht gecheckt hab. Hab jetzt mal etwas auf der Kommandozeile gespielt: Jetzt mal mit dem vorgeschlagenem Fix:
AHA! Also ... alles auf Anfang.
Success!!! Bei der 1.1.0 klappt das nicht, da wird das --ignore-ssl-errors=true als settings angehängt, das kommt dann als Parameter ins rasterize.js und wird prompt ignoriert. Hilft das? Dass das Dings natürlich die OpenSSL Konfiguration finden muss und deswegen das Environment gesetzt werden muss ist ... unschön, aber machbar :) CU |
Ok bitte 1.1.2 vom GitHub checken und feedback geben |
Funktioniert jetzt einwandfrei! |
1.1.2 auf latest |
I switched the ioBroker web.0 also internally to https with my own certificate chain.
The phantom adapter cannot treat these certificate and results in
`
2020-01-24 11:32:47.478 - �[34mdebug�[39m: phantomjs.0 (573) viewportSize: {"height":600,"width":800}
clipRect: {"height":600,"left":0,"top":0,"width":800}
paperSize: {}
scrollPosition: {"left":0,"top":0}
URL: https://10.22.1.40:8082/flot/index.html ...........
Unable to load resource (#1URL:https://10.22.1.40:8082/flot/index.html? ... clipped loooong params ... )
Error code: 6. Description: SSL handshake failed
Unable to load the address!
phantomjs://code/rasterize.js:219
`
So loading flot diagrams and sending them with Telegram is not working.
The phantomjs CLI has quite some parameters to treat that, worst case with --ignore-ssl-errors=true. Can the adapter do something similar?
TNX
Werner
The text was updated successfully, but these errors were encountered: