B4J Question Building a https server with custom certificates

basicuser27

Member
Licensed User
Longtime User
Hi community,

wonder if it is possible to build a custom https server who is accepting only custom certificates stored in the java keystore
the server should only accept / validate the client certificates and when is a match , then present a method to sync (insert/update/select) to a mysql database

I have my own ca ...

frontend: custom b4a app
backend: custom b4j server


I have already thought a lot of dealing with the security and this was my conclusion.
No dealing with api keys / other enryptions / etc....



any help or directing me in the right way is highly appreciated.
thanks
Regards
 
Top