Allowing both SSL and non SSL connections #760
Replies: 2 comments 20 replies
-
Hmm, did not really look into it, but maybe you might want to assign unique ports? In your config you assign 9877 twice... |
Beta Was this translation helpful? Give feedback.
-
Sure this is the config, `[default] JdbcDriver=com.mysql.cj.jdbc.Driver [session] [session] I also call of course 2 times with the corresponding ports 9877 and 9878, providing my custom acceptors But as I said it only listen to the last definition wich is 9878, if i switch position then it's the port 9877 that is used, but i never can get both to work |
Beta Was this translation helpful? Give feedback.
-
Hi,
I would like to handle non ssl connection to a specific port and ssl on another one, i also want both of them to handle dynamic sessions.
So I:
It seems like the last definition override the first one and the app only listen to 9878 even thoI binded the 2 ports in acceptor.setSessionProvider.
Is it possible to have both ssl and non ssl ?
Beta Was this translation helpful? Give feedback.
All reactions