Unable to setup HTTP + HTTPS #1941
Replies: 3 comments
-
|
hey peter,
correct. i stumbled upon this during the migration. spring boot does not open 2 ports/connectors by default. and trying to bend this behaviour would have caused a lot of code. spring boot's default application properties/yml structure does not even presume/support multiple connectors:
since one of the motivations to move to spring boot was adhering to conventions etc. i accepted this situation. i thought i documented this in a message, comment, or javadoc. if not, sorry for this.
not at the moment, not really. if many request this, if this is really a blocker then we can reconsider. what is your use case for this? |
Beta Was this translation helpful? Give feedback.
-
|
Hello, thanks for your answer. I tested with latest git pull from today. HTTP + HTTPS is working parallel again. I needed both because our Webasto Live did not connect with wss:// and only works with ws://. I see handshake in the steve logs but the handshake timestamp is not updated in the steve web UI. |
Beta Was this translation helpful? Give feedback.
-
|
Heartbeat was refreshed now. Problem with HyperCharger from other topic is still open |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
It is not possible to setup HTTP + HTTPS together anymore.
application-prod.properties:
https.port = 443 is ignored. The SSL Server listens on port 80.
I think the reason is the Springboot update. Current build configuration does only setup 1 connector. So https disables http:
https://stackoverflow.com/questions/30896234/how-set-up-spring-boot-to-run-https-http-ports
Is there a plan to get parallel HTTP+HTTPS working again?
Beta Was this translation helpful? Give feedback.
All reactions