I have created web services based on Jersey, so now I try to secure it with ssl protocol, so what I did, I created a pair keys client and server and I changed the file configuration server.xml by adding definition, The web service can be deployed with https url, but when I try to access to some resources (e.g https://localhost:8443/WebS/book), It give me nothing, while when I deployed by http url it works fine, so please if any one has yet secured REST Jersey andTomcat, please tell me the steps to follow it, thanks in advance
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|