https Server access

hi

i want to connect to a https server

but i need to login with my username and password to continue

i even tried:

class MyAuth extends Authenticator {

protected PasswordAuthentication getPasswordAuthentication() {

return new PasswordAuthentication("username", "password".toCharArray());

}

}

but it doesn't work.

pls help me

[394 byte] By [headya] at [2007-10-3 4:45:33]
# 1
Doesn't work how? Was it ever called?
ejpa at 2007-7-14 22:49:52 > top of Java-index,Core,Core APIs...