You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Excuse this delayed reply. Our development teams are already having a look to what you reported. We will get back to you as soon as they provide us with their feedback.
Environment: Windows based CubeIDE/CubeMX and a Nucleo-H753ZI
Is someone able to post a working 'hello world' web page example using the HTTPS server? One that works with Chrome and Firefox?
Right now in Firefox I get SSL_ERROR_NO_CYPHER_OVERLAP Chrome I get:
I have tried several combinations of cipher suites with no luck. Most of the config is from this example:
https://github.com/STMicroelectronics/x-cube-azrtos-h7/blob/main/Middlewares/ST/netxduo/samples/demo_netxduo_https.c
Similar to this the page does work in IE11 but enabling AEAD via CubeMX which defines NX_SECURE_ENABLE_AEAD_CIPHER doesn't seem help in Chrome and Firefox.
https://community.st.com/s/question/0D53W00000nZEvLSAW/http-to-https-web-server-on-stm32h735gdk-based-on-examples
CubeMX Crypto Core Settings:
CubeMX TLS Core settings:
Other references:
https://docs.microsoft.com/en-us/azure/rtos/netx-duo/netx-secure-tls/chapter2
https://docs.microsoft.com/en-us/azure/rtos/netx-duo/netx-duo-web-http/chapter2
https://github.com/STMicroelectronics/x-cube-azrtos-h7/tree/main/Projects/STM32H735G-DK/Applications/NetXDuo/Nx_WebServer
I now have nearly have working the basis of a functional system:
The text was updated successfully, but these errors were encountered: