YES!

Applets can use https://
e.g.
in the applet:

URL url = new URL("https://myserver/servlets/ServletName?whoami=seppi);
ObjectInputStream objectinputstream = new ObjectInputStream(new
GZIPInputStream(url.openStream()));

You have to lock the virtual path "servlets", which is constructed by
APACHE, or http-requests to the servlets will also be answered :-)

<Location /servlets>
    SSLRequireSSL
    Allow from yourdomain
</Location>

good luck, but it works almost fine, I've sometimes broken requests, but had
not succeeded to find the whole.


> -----Ursprüngliche Nachricht-----
> Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Im Auftrag von Sebastian Szuber
> Gesendet am: Freitag, 10. September 1999 09:25
> An: [EMAIL PROTECTED]
> Betreff: JServ (mod_java) and mod_ssl.
>
> Hi,
>
> Did anyone successfuly run Apache with mod_ssl and mod_java (JServ)
> together? Does this configuration allow servlet access to SSL session
> and client certificate parameters?
>
> Regards,
>       Sebastian Szuber.
>
> --
>
> /*
>  * Sebastian Szuber, Poznan Supercomputing and Networking Center
>  * email: [EMAIL PROTECTED]
>  * phone: (+48 61) 8528-503 ext. 294, fax: (+48 61) 8525-954
>  *
>  */
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
> User Support Mailing List                      [EMAIL PROTECTED]
> Automated List Manager                            [EMAIL PROTECTED]
>
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to