RE: Browser's accepting certificates that Java does not

2020-07-08 Thread Mark A. Claassen
I think - it would not hurt to get access to it. > > > -- > http://bernd.eckenfels.net > -- > -- > *Von:* security-dev im Auftrag > von Daniel Fuchs > *Gesendet:* Wednesday, July 8, 2020 11:09:26 AM > *An:* M

Browser's accepting certificates that Java does not

2020-07-07 Thread Mark A. Claassen
I was curious if there has been any thought to allowing accessing to other certificate stores in Windows besides the "Trusted Root Certification Authorities" and the "Personal" ones. It seems like web servers omitting intermediate certificates in the certificate chain is pretty common. Browser

RE: DefaultProxySelector should use system defaults on Windows, MacOS and Gnome

2016-12-14 Thread Mark A. Claassen
+1 As our product is changing, this is becoming a big concern of ours. People have told us that they can access our website with InternetExplorer, but our Swing application can't access our services because of proxy issues. If the proxy setting could be automatically obtained (already authenti

RE: HTTP client API

2016-11-29 Thread Mark A. Claassen
I realize that no one probably knows who I am, however I have been using Java since the 1.x days. I have probably spoken to several of you at previous JavaOne’s. I am also a member of the CAP program. Anyway, I would like to say that I like the idea of the incubator modules. These things are

RE: Proxies

2016-10-06 Thread Mark A. Claassen
45 + schrieb "Mark A. Claassen" : > After asking some questions at JavaOne, I was told I could get more > complete answers here. My question is about authentication mechanisms > and support for native network configurations. > > Is the new client going t

Proxies

2016-10-06 Thread Mark A. Claassen
After asking some questions at JavaOne, I was told I could get more complete answers here. My question is about authentication mechanisms and support for native network configurations. Is the new client going to have access to the system proxy configuration settings? It would be nice if ther