Skip to content

Commit

Permalink
port conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
domschl committed Aug 17, 2023
1 parent 56814e6 commit 01f333d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion selftest/fhem-config-addon.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ attr allowTelPort2 validFor telnetPort2
# HTTPS requires IO::Socket::SSL, to be installed with cpan -i IO::Socket::SSL
# or apt-get install libio-socket-ssl-perl
# or pacman -S perl-io-socket-ssl
define WEBS FHEMWEB 8084 global
define WEBS FHEMWEB 8086 global
attr WEBS HTTPS 1
attr WEBS sslVersion TLSv12:!SSLv3
attr WEBS longpoll 1
Expand Down
2 changes: 1 addition & 1 deletion selftest/selftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def create_device(fhi, name, readings):
"password": "secretsauce",
},
{"protocol": "telnet", "port": 7072},
{"protocol": "https", "port": 8084},
{"protocol": "https", "port": 8086},
{
"protocol": "https",
"port": 8085,
Expand Down

0 comments on commit 01f333d

Please sign in to comment.