Using HTTPS in Cocoa/Java ?
Using HTTPS in Cocoa/Java ?
- Subject: Using HTTPS in Cocoa/Java ?
- From: Thomas Deniau <email@hidden>
- Date: Wed, 30 Jul 2003 23:01:19 +0200
Hi !
I've been coding in Cocoa/ObjC for two years now, but I've to use Java
to connect to a servlet and I'm stuck.
I want to use HTTPS to connect to the servlet ; but when I create the
HTTPS URL (new URL("
https://....")), the exception
"java.net.MalformedURLException: unknown protocol: https" is raised.
Plain HTTP works fine.
However, it only happens if this code is ran within my Cocoa
application. (using the Cooca/ObjC bridge). If I run it 'standalone',
using javac and java in the Terminal, it works perfectly. Any clue ?
--
Thomas Deniau
"Unix is user friendly. It's just selective when choosing friends."
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.