RE: Accessing Credential handler inside the web application always returns null

2023-11-12 Thread Усманов Азат Анварович
г. 18:16 Кому: users@tomcat.apache.org Тема: Re: Accessing Credential handler inside the web application always returns null Азат, On 10/31/23 13:53, Усманов Азат Анварович wrote: > Hi everyone! CredentialHandler became not null, as soon as I > transferred Realm definition from serv

RE: Accessing Credential handler inside the web application always returns null

2023-10-31 Thread Усманов Азат Анварович
is the necessity to have realm defined inside context. xml for accessing CredentialHandler a design decision or a possible bug in tomcat itself?. It wasn't mentioned in tomcat documentation. Perhaps it should be added in the docs. От: Усманов Азат Анварович Отправлено: 30

RE: Accessing Credential handler inside the web application always returns null

2023-10-30 Thread Усманов Азат Анварович
I did recheck using 9.0.82, unfortunately nothing has changed CredentialHandler is still null От: Christopher Schultz Отправлено: 30 октября 2023 г. 18:52 Кому: Tomcat Users List ; Усманов Азат Анварович Тема: Re: Accessing Credential handler inside the web

Accessing Credential handler inside the web application always returns null

2023-10-29 Thread Усманов Азат Анварович
Hi everyone!I'm trying to test CredentialHandeler functionality onour test server (Tomcat 9.0.64) inside the web-app I Our realm is defined as follows( excerpt from server.xml ) Currently pwd column defined as Oracle (RAW) only stores md5 hashes, I was hoping to upgrade

RE: CredentialHandler tomcat 7

2023-10-23 Thread Усманов Азат Анварович
От: Christopher Schultz Отправлено: 23 октября 2023 г. 19:24 Кому: users@tomcat.apache.org Тема: Re: CredentialHandler tomcat 7 Chuck, On 10/22/23 13:55, Chuck Caldarale wrote: >> On Oct 22, 2023, at 10:02, Усманов Азат Анварович wrote: >> >> Hi everyone!

CredentialHandler  tomcat 7

2023-10-22 Thread Усманов Азат Анварович
Hi everyone! I'm trying to use CredentialHandler with tomcat to increase security since our db at $work still has pwd stored as md5 hashes. Some of our servers still use tomcat 7.092/ I was looking at this presentation by Christopher Shultz

Ответить: tomcat timeouts on startup and on context deployment

2023-08-19 Thread Усманов Азат Анварович
Hello everyone! I use tomcat at $work, both on windows with Eclipse and on Linux without Eclipse. I believe that those timeouts the OP is talking about,are used for tomcat itself, not individual apps inside Tomcat. When such timeouts are reached Eclipse typically just ends tomcat java

any plans for tomcat-native 1.2.36

2022-11-03 Thread Усманов Азат Анварович
Hi Everyone! I'm wondering if there are plans to release the next version of tomcat native 1.2 branch?I've scheduled a big server migration as well as tomcat upgrade 7.0.92 to -9.0.48   (everything seems to work  on test-enviroment) at $work on weekend(Oct 5th-6th) .I usually build 

tomcat presentations on ApacheCon 2021

2021-09-27 Thread Усманов Азат Анварович
Hi everyone! Does anybody know where/when to find the video/audio/slides (if any) from the last weeks's tomcat track on ApacheCon 2021?Because I completely missed it last week. I'm assuming all of these would be added to tomcat presentations page http://tomcat.apache.org/presentations.html

Ответить: Tomcat 10 and import org.apache.commons.fileupload.FileItem problem

2021-05-14 Thread Усманов Азат Анварович
Hi John! Current version of the migration tool available on Tomcat's website is 1.0.0, not 0.2.0. .try using it,and see if that solves the issue. С уважением, Азат Усманов Отдел разработки программного обеспечения Казанский инновационный университет имени В.Г.Тимирясова

RE: version change failure

2021-04-10 Thread Усманов Азат Анварович
Dana, Please see the migration -guide (https://tomcat.apache.org/migration-10.html) here is a quote from it " Apache Tomcat 10 supports the Jakarta Servlet 5.0, Jakarta Server Pages 3.0, Jakarta Expression Language 4.0, JakartaWebSocket 2.0 and Jakarta Authentication 2.0

info: illegal access: this web application instance has been stopped already w/Parallel deployment

2021-01-07 Thread Усманов Азат Анварович
Hi everyone! About a year ago I asked the following question on the users-list about getting a illegal state exception when using parallel deployment in tomcat 7 https://www.mail-archive.com/users@tomcat.apache.org/msg133549.html since I wasn't able to find a solution we kinda avoided using

Tomcat nested

2020-01-21 Thread Усманов Азат Анварович
Hello everyone! I was recently reading this mailing list and found the question by jonmcalexander about currently supported digest algorithms, looking through replies,I found a great presentation by

Ilegal state excepton and parallel deployment

2019-12-13 Thread Усманов Азат Анварович
Ĺ Hello everyone!I have only recently discovered a wonderful posibility of parallel deployment in tomcat 7 and it works great for jsp and most of the servlets . however there is a small problem .Amongs regular jsp and servlets we have around 300 different reports developed with BIRT designer

Add date and app name to catalina,out

2019-12-06 Thread Усманов Азат Анварович
Hello everyone! Is it possible to add app name and error date to catalina.out in case of an exception ?(both in console and in catalina.out file) I amd using follow logginng properties in tomcat .handlers = 1catalina.org.apache.juli.FileHandler, java.util.logging.ConsoleHandler

Re: Tomcat doesn't refreshes and still gives me an old error again and again

2019-09-05 Thread Усманов Азат Анварович
Hi Karen, I´m not sure if it's still valuable to you. But make sure to double click on your tomcat server in eclipse, and check the value od server location field. Should be something like [eclipse workspace location]\.metadata\.plugins\org.eclipse.wst.server.core\tmpX where X is any number

Re: Need help with image file location

2019-07-14 Thread Усманов Азат Анварович
Hi! I believe that you are writing to the wrong mailing list. "Apache" is an organisation, which groups together many different open-source software "products" or "projects". See : http://apache.org/index.html#projects-list One of these is "Apache httpd", a webserver, and that seems to be

Ocsp must staple and bz 56148

2019-06-27 Thread Усманов Азат Анварович
Hello everyone! I was wondering if it is reasonable for me to expect ocsp stapling (bz56148 )to be fixed by the end of August. The reason I ask is that our corporate DV SSL certificate expires at the end of August. And I was thinking about getting a new one with the ocsp must staple

RE: OCSP with openSSL

2019-05-27 Thread Усманов Азат Анварович
Just a quick follow up , trying to get some answers, I added include to sslutils.c (which has alll the ocsp functions ) to print some info.I added printf calls to every function defined in this file. Interestingly enough when I issue the openssl s_client -connect debug.ieml.ru:8443

Re: OCSP with openSSL

2019-05-23 Thread Усманов Азат Анварович
2018] От: Christopher Schultz Отправлено: 23 мая 2019 г. 18:04:29 Кому: Усманов Азат Анварович Тема: Re: OCSP with openSSL Азат, On 5/22/19 14:02, Усманов Азат Анварович wrote: > [root] ~# openssl version > OpenSSL 1.1.1a 20 Nov 2018 Great. Is thi

RE: OCSP with openSSL

2019-05-22 Thread Усманов Азат Анварович
, Усманов Азат Анварович wrote: > Mark, I installed it just by downloading tcnative src tar.gz > file from tomcat website and issued ./configure > --with-apr=/usr/local/apr --with-java-home=/usr/java/jdk1.7.0_79 > -with-ssl=/usr/local/openssl && make && make install

RE: OCSP with openSSL

2019-05-22 Thread Усманов Азат Анварович
specify any ocsp related configure options when building tomcat nativefrom source От: Mark Thomas Отправлено: 22 мая 2019 г. 13:41 Кому: users@tomcat.apache.org Тема: Re: OCSP with openSSL On 22/05/2019 11:28, Усманов Азат Анварович wrote: > Hi everyon

OCSP with openSSL

2019-05-22 Thread Усманов Азат Анварович
Hi everyone! I have a web app running on tomcat and java 7 using apr for TLS related issues. I m still unable to have OCSP verification working with tomcat. I'm NOT talking about the client- certificate based auth here, just the opposite. I want tomcat to present it's OCSP status to the

session caching on tomcat 7 with APR

2019-02-09 Thread Усманов Азат Анварович
Hello everyone! I have a webapp running on tomcat 7.0.92 with java 7 with APR/tomcat native 1.2.19 on RHEL 6 I've tested website(debug.ieml.ru) on which my webapp is running on ssllabs server test and one thing I've noticed is the orange warning line saying Session resumption (caching)No

Tomcat 9 ocsp via proxy

2018-11-02 Thread Усманов Азат Анварович
Hi everyone! Is it possible to specify proxy server address for server-side ocsp checking on tomcat when using apr /tomcat native for tls connections ? Something apache-like SSLStaplingForceURL http://internal-proxy.example.org:port or something nginx-like directive ssl_stapling_file file;

Re: OCSP stapling in tomcat 7 with APR

2018-10-23 Thread Усманов Азат Анварович
. 23:28:14 Кому: users@tomcat.apache.org Тема: Re: OCSP stapling in tomcat 7 with APR -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Усманов, On 10/23/18 13:04, Усманов Азат Анварович wrote: > Hi everyone! I did manage to run ocsp check manually without a > proxy (some network issue)

Re: OCSP stapling in tomcat 7 with APR

2018-10-23 Thread Усманов Азат Анварович
dea how to identify which command tomcat sends to ocsp_responder ? От: Усманов Азат Анварович Отправлено: 19 октября 2018 г. 15:29:54 Кому: Tomcat Users List Тема: Re: OCSP stapling in tomcat 7 with APR Hi !turns out to be a proxy issue because once I modify the opens

Re: OCSP stapling in tomcat 7 with APR

2018-10-19 Thread Усманов Азат Анварович
Users List Тема: Re: OCSP stapling in tomcat 7 with APR On 17/10/18 15:02, Усманов Азат Анварович wrote: > Unfortunately, I still got the same issue with the slash > openssl ocsp -issuer /home/idis/authorities.crt -cert > /home/idis/STAR_ieml_ru.crt -text -url http://ocsp.comodoca.co

Re: OCSP stapling in tomcat 7 with APR

2018-10-17 Thread Усманов Азат Анварович
OCSP responder 139868527687424:error:27076072:OCSP routines:parse_http_line1:server response error:crypto/ocsp/ocsp_ht.c:260:Code=301 От: Rainer Jung Отправлено: 17 октября 2018 г. 16:41:27 Кому: Tomcat Users List; Усманов Азат Анварович Тема: Re: OCSP stapling

Re: OCSP stapling in tomcat 7 with APR

2018-10-17 Thread Усманов Азат Анварович
в 0s 2018-10-17 16:03:12 (488 KB/s) - «index.html.7» saved [5/5] [root] ~# less index.html.7 0^C ^A^A index.html.7 (END) any ideas what might be the problem? ____ От: Усманов Азат Анварович Отправлено: 15 октября 2018 г. 18:20:14 Кому: users@tomcat.apache.org Т

Re: OCSP stapling in tomcat 7 with APR

2018-10-15 Thread Усманов Азат Анварович
__ От: Mark Thomas Отправлено: 15 октября 2018 г. 15:01:58 Кому: users@tomcat.apache.org Тема: Re: OCSP stapling in tomcat 7 with APR On 14/10/18 18:45, Усманов Азат Анварович wrote: > Hello everyone! I have an java 7 web app running on tomcat 7 with > APR/tom

OCSP stapling in tomcat 7 with APR

2018-10-14 Thread Усманов Азат Анварович
Hello everyone! I have an java 7 web app running on tomcat 7 with APR/tomcat-native ON Linux .(OpenSSL 1.1.1) I would like to enable OCSP stapling on tomcat so that When OCSP is enabled, a server will pre-fetch the OCSP response for its own certificate and deliver the response to the user's

Re: TLS1.3 support for tomcat 7 with APR/tomcat-native

2018-10-10 Thread Усманов Азат Анварович
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Усманов, On 10/6/18 17:27, Усманов Азат Анварович wrote: > I've been searching the web for any idea why Chrome can do throw > empty response error with tls1.3 and found this bug > https://bugzilla.redhat.com/show_bug.cgi?id=1619389 at fedora , i

Re: TLS1.3 support for tomcat 7 with APR/tomcat-native

2018-10-06 Thread Усманов Азат Анварович
limited, so could anyone please look at the patch provided by these guys and see if it is of any use in case of tomcat-native ? От: Усманов Азат Анварович Отправлено: 25 сентября 2018 г. 11:39 Кому: Tomcat Users List Тема: Re: TLS1.3 support for tomcat 7

Re: TLS1.3 support for tomcat 7 with APR/tomcat-native

2018-09-25 Thread Усманов Азат Анварович
native . (https://bz.apache.org/bugzilla/show_bug.cgi?id=53952) От: Усманов Азат Анварович Отправлено: 20 сентября 2018 г. 12:05:07 Кому: users@tomcat.apache.org Тема: Re: TLS1.3 support for tomcat 7 with APR/tomcat-native I did file a feature -enhancement

Re: TLS1.3 support for tomcat 7 with APR/tomcat-native

2018-09-20 Thread Усманов Азат Анварович
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Усманов, On 9/19/18 05:56, Усманов Азат Анварович wrote: > Hi Christopher! I did remove supportedProtocols attribute entirely > (SSL Labs server test confirms it ). You mean that SSL Labs then tells you that other protocols are available (e.g. T

Re: TLS1.3 support for tomcat 7 with APR/tomcat-native

2018-09-19 Thread Усманов Азат Анварович
, On 9/19/18 05:56, Усманов Азат Анварович wrote: > Hi Christopher! I did remove supportedProtocols attribute entirely > (SSL Labs server test confirms it ). You mean that SSL Labs then tells you that other protocols are available (e.g. TLSv1.0, etc.)? SSL Labs should tell you if TLSv1.3 is availab

Re: TLS1.3 support for tomcat 7 with APR/tomcat-native

2018-09-19 Thread Усманов Азат Анварович
2018 г. 23:27 Кому: users@tomcat.apache.org Тема: Re: TLS1.3 support for tomcat 7 with APR/tomcat-native -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Усманов, On 9/18/18 6:43 AM, Усманов Азат Анварович wrote: > I have a java7 web application that runs on tomcat 7.0.70 I'm > using Apr/

TLS1.3 support for tomcat 7 with APR/tomcat-native

2018-09-18 Thread Усманов Азат Анварович
Hi everyone! I have a java7 web application that runs on tomcat 7.0.70 I'm using Apr/tomcat-native w OpenSSL for TLS connections .(Tomcat-native 1.2.17 APR 1.6,OpenSSL 1.1.1 RHEL 6 ) Latest stable OpenSSL release (1.1.1) has TLS 1.3 support ,I have upgraded to it successfully. My question