Connection reset by peer SSL accept attempt failed (peer: xxx.xxx.xxx.xxx)

Begonnen von ChristianH, 31 Januar 2018, 11:56:33

Vorheriges Thema - Nächstes Thema

ChristianH

Hallo in die Runde,

ich habe ein Problem mit dem Zugriff aus dem WAN aufs LAN (andere Dienste wie webif von der VU+, Kodi webfrontend usw haben kein Problem) und ich habe auch keine Ämderung von der Portweiterleitung vorgenommen - es hat schon mal funktioniert, warum sollte ich also was ändern.

Externer Port 12083 wird auf port 8083 auf meiner FHEM Instanz umgeleitet. Der interessant Part der cgf sieht wie folgt aus:


define WEB FHEMWEB 8083 global
attr WEB HTTPS 1
attr WEB JavaScripts codemirror/fhem_codemirror.js hausautomatisierung-com/custom.js
attr WEB confirmDelete 0
attr WEB defaultRoom System
attr WEB editConfig 1
attr WEB endPlotNow 2
attr WEB group FHEM
attr WEB hiddenroom ProfileRoom
attr WEB longpoll websocket
attr WEB menuEntries Update,cmd=update,UpdateCheck,cmd=update+check,Restart,cmd=shutdown+restart
attr WEB roomIcons Bad_Oben:scene_bathroom Bad_Unten:scene_bathroom Dash:dash_button Dashboard:system_fhem Galerie:scene_livingroom Heizung:sani_heating_level_60 Kueche:hue_room_kitchen
attr WEB stylesheetPrefix hausautomatisierung_com
#attr WEB iconPath fhemSVG:$styleSheetPrefix:openautomation:dk

define WEBphone FHEMWEB 8084 global
attr WEBphone HTTPS 1
attr WEBphone hiddenroom ProfileRoom
attr WEBphone stylesheetPrefix darksmallscreen

define WEBtablet FHEMWEB 8085 global
attr WEBtablet HTTPS 1
attr WEBtablet hiddenroom ProfileRoom
attr WEBtablet stylesheetPrefix touchpad


Wenn ich von aussen ddrauf zugreifen will, sehe ich folgende LOG Einträge.

root@fhempi:/opt/fhem/www#  tail -f /opt/fhem/log/fhem-2018-01.log
2018.01.31 11:29:03 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: xxx.xxx.xxx.xxx)
2018.01.31 11:29:03 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: xxx.xxx.xxx.xxx)
2018.01.31 11:36:47 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: xxx.xxx.xxx.xxx)
2018.01.31 11:36:51 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: xxx.xxx.xxx.xxx)
2018.01.31 11:37:00 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: xxx.xxx.xxx.xxx)
2018.01.31 11:37:00 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: xxx.xxx.xxx.xxx)
2018.01.31 11:37:00 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: xxx.xxx.xxx.xxx)
2018.01.31 11:37:00 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: xxx.xxx.xxx.xxx)
2018.01.31 11:37:00 1: FHEMWEB SSL/HTTPS error:  SSL accept attempt failed (peer: xxx.xxx.xxx.xxx)
2018.01.31 11:37:00 1: FHEMWEB SSL/HTTPS error:  SSL accept attempt failed (peer: xxx.xxx.xxx.xxx)
2018.01.31 11:37:44 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: xxx.xxx.xxx.xxx)
2018.01.31 11:37:44 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: xxx.xxx.xxx.xxx)
2018.01.31 11:37:44 1: FHEMWEB SSL/HTTPS error:  SSL accept attempt failed (peer: xxx.xxx.xxx.xxx)
2018.01.31 11:43:24 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: xxx.xxx.xxx.xxx)
2018.01.31 11:43:24 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: xxx.xxx.xxx.xxx)
2018.01.31 11:43:24 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: xxx.xxx.xxx.xxx)
2018.01.31 11:43:24 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: xxx.xxx.xxx.xxx)
2018.01.31 11:43:24 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: xxx.xxx.xxx.xxx)
2018.01.31 11:43:24 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: xxx.xxx.xxx.xxx)
2018.01.31 11:43:24 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: xxx.xxx.xxx.xxx)
2018.01.31 11:43:24 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: xxx.xxx.xxx.xxx)
2018.01.31 11:43:24 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: xxx.xxx.xxx.xxx)
2018.01.31 11:43:24 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: xxx.xxx.xxx.xxx)
2018.01.31 11:43:24 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: xxx.xxx.xxx.xxx)
^C
root@fhempi:/opt/fhem/www# vi /opt/fhem/fhem.cfg
root@fhempi:/opt/fhem/www#



Das Verhalten ist bei FF, Chrome und MS Edge gleich - nur Edge meckert über TLS.

Übershe ich was? Hat sich etwas mit den (von mir installierten) FHEM Updates geändert.

Danke!

Christian

CoolTux

Kann ich nicht lesen. Irgendwas stimmt mit Deiner Codesektion nicht. Die ist ja winzig klein.
Tipp wäre allowFrom im allow Device setzen.
Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net

ChristianH

Tja, habe nur den Code zwischen den Code-tags eingefügt, dass allow hat nichts gebracht:

2018.01.31 12:25:21 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: 217.70.211.18)
2018.01.31 12:25:21 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: 217.70.211.18)
2018.01.31 12:25:21 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: 217.70.211.18)
2018.01.31 12:25:21 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: 217.70.211.18)
2018.01.31 12:25:21 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: 217.70.211.18)
2018.01.31 12:25:21 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: 217.70.211.18)
2018.01.31 12:25:21 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: 217.70.211.18)
2018.01.31 12:25:21 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: 217.70.211.18)
2018.01.31 12:25:22 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: 217.70.211.18)
2018.01.31 12:25:22 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: 217.70.211.18)
2018.01.31 12:25:22 1: FHEMWEB SSL/HTTPS error:  SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.0.148)
2018.01.31 12:25:24 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: 217.70.211.18)
2018.01.31 12:25:24 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: 217.70.211.18)
2018.01.31 12:25:24 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: 217.70.211.18)
2018.01.31 12:25:24 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: 217.70.211.18)
2018.01.31 12:25:24 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: 217.70.211.18)
2018.01.31 12:25:24 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: 217.70.211.18)
2018.01.31 12:25:25 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: 217.70.211.18)
2018.01.31 12:25:25 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: 217.70.211.18)
2018.01.31 12:25:25 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: 217.70.211.18)
2018.01.31 12:25:25 1: FHEMWEB SSL/HTTPS error: Connection reset by peer SSL accept attempt failed (peer: 217.70.211.18)


Gruss

Christian

CoolTux

Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net

ChristianH