Re: Tomcat 8 doesn't listen in https

2016-08-29 Thread Hardibo Pierre-Jean
at for an HTTPS port to open, Tomcat needs to be able to find a keystore of some sort. -- JHHL - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org --

Tomcat 8 doesn't listen in https

2016-08-29 Thread Hardibo Pierre-Jean
Hello ! i get this connector for tomcat 8 to listen in port 8443 : but it doesn't work (it works on http) you can see at https://www.hardibopj.com (iptables redirect 443 to 8443) Thanks for your help ! -- Hardibo Pierre-Jean Développeur web <https://www.hardibopj.com>

Re: Tomcat 9 realm datasource digest attribute

2016-06-11 Thread Hardibo Pierre-Jean
yes finally i puted that inside of my Realm Tag : className="org.apache.catalina.realm.MessageDigestCredentialHandler" algorithm="md5" / > Le 11/06/2016 20:21, Felix Schumacher a écrit : Am 10. Juni 2016 22:12:02 MESZ, schrieb Har

Re: Problem with Apache in front of Tomcat

2016-06-11 Thread Hardibo Pierre-Jean
:8080/myapp ? From: Hardibo Pierre-Jean <cont...@hardibopj.com> Sent: Saturday, June 11, 2016 4:45 PM To: Tomcat Users List Subject: Re: Problem with Apache in front of Tomcat if there are only java websites in your server you can make a redirection with ip

Re: Problem with Apache in front of Tomcat

2016-06-11 Thread Hardibo Pierre-Jean
if there are only java websites in your server you can make a redirection with iptables, no need to use apache. Le 11/06/2016 18:43, Edwin Quijada a écrit : Hi! I am trying to put Apache in front of Tomcat , DEbian Jessie but it become a titanic work without success. I read all info about

Tomcat 9 realm datasource digest attribute

2016-06-10 Thread Hardibo Pierre-Jean
Hello, it seems realm's digest attribute is depreciated in tomcat9, how can i replace it ? (MD5) thanks - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: 403 Access Denied on manager app

2016-06-07 Thread Hardibo Pierre-Jean
you have to declare also tags role for admin and manager Le 07/06/2016 21:41, saved lion a écrit : were added. the problem still exists. On Tue, Jun 7, 2016 at 3:20 PM, Hardibo Pierre-Jean <cont...@hardibopj.com> wrote: try to add roles : manager and admin Le 07/06/2016

Re: 403 Access Denied on manager app

2016-06-07 Thread Hardibo Pierre-Jean
edl...@gmail.com> wrote: at the first, I added below entries, the problem is same. On Tue, Jun 7, 2016 at 3:09 PM, Hardibo Pierre-Jean <cont...@hardibopj.com wrote: me i put : manager, manager-ui, admin and admin-ui roles Le 07/06/2016 21:07, saved lion a écrit : Hi, I installed an

Re: 403 Access Denied on manager app

2016-06-07 Thread Hardibo Pierre-Jean
me i put : manager, manager-ui, admin and admin-ui roles Le 07/06/2016 21:07, saved lion a écrit : Hi, I installed an instance on /opt/tomcat9/apache-tomcat-9.0.0.M6/. No problems to browse http://host_ip:8080. There is one issue to access 'manager app," though I copied and pasted the two

Re: Need help to install GoDaddy's SSL certificates on Tomcat 8.0.32 (Amazon Linux)

2016-06-03 Thread Hardibo Pierre-Jean
there's the tuto : https://fr.godaddy.com/help/tomcat-generate-csrs-and-install-certificates-5239 use sha2 root and intermediate and for the last use my_certificate here's the repo : https://certs.godaddy.com/repository/ Le 04/06/2016 00:18, Hardibo Pierre-Jean a écrit : gdig2.crt

Re: Need help to install GoDaddy's SSL certificates on Tomcat 8.0.32 (Amazon Linux)

2016-06-03 Thread Hardibo Pierre-Jean
e person I presume the .csr request file; is there a way to add it to the KeyStore file I create when following the instructions on GoDaddy's site? Thank you very much for stepping in! -Conor On Fri, Jun 3, 2016 at 6:09 PM, Hardibo Pierre-Jean <cont...@hardibopj.com> wrote: there's all

Re: Need help to install GoDaddy's SSL certificates on Tomcat 8.0.32 (Amazon Linux)

2016-06-03 Thread Hardibo Pierre-Jean
there's all here no ? https://fr.godaddy.com/help/tomcat-generate-csrs-and-install-certificates-5239 Le 03/06/2016 22:37, Conor Skyler a écrit : Hi again, At this point I don't know what else to try: I carefully gone through the process stated at GoDaddy's website once again trying different

Re: Need help to install GoDaddy's SSL certificates on Tomcat 8.0.32 (Amazon Linux)

2016-06-03 Thread Hardibo Pierre-Jean
godaddy didn't give you instructions ? Le 03/06/2016 22:37, Conor Skyler a écrit : Hi again, At this point I don't know what else to try: I carefully gone through the process stated at GoDaddy's website once again trying different combinations with the certificates (as the instructions

Re: using SSLHostConfig on tomcat 9 in order to get 2 SSL certificates

2016-06-01 Thread Hardibo Pierre-Jean
Hello, when i add the second, or i put only the second (tomcat2) browser doesn't reach the website but doesnt stop with error message. Le 31/05/2016 18:52, Christopher Schultz a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hardibo, On 5/31/16 10:33 AM, Hardibo Pierre-Jean wrote

using SSLHostConfig on tomcat 9 in order to get 2 SSL certificates

2016-05-31 Thread Hardibo Pierre-Jean
Hello, i made two startSSL's certificates because i could only add 5 domains once. When i use SSLHostConfig for the domains of the first certificate all is working, but when i try to add other domains (2° certificate) websites are no more accessible, there's few documentation about that and no