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
The service started successfully, but accessing https://127.0.0.1:9195/ using a GM browser failed with the error message: ERR_SSL_VERSION_OR_CIPHER_MISMATCH.
Question
I expect to implement GM SSL by integrating the BGMProvider cryptographic suite from OpenEuler.
Maven
application.yml
Modify the NettyReactiveWebServerFactory configuration in the ShenyuNettyWebServerConfiguration class by adding the following code.
The service started successfully, but accessing https://127.0.0.1:9195/ using a GM browser failed with the error message: ERR_SSL_VERSION_OR_CIPHER_MISMATCH.
Modify code
Access to HTTPS is successful, but the port is set randomly and needs to be specified through .port(9443).
How to support GM/T SSL (or GMSSL)?
The text was updated successfully, but these errors were encountered: