I'm looking for either a way to create an https server ocx control, or find a ready made one open source. I'm writing an open source project that needs a simple secure control panel built into it. I've been searching, but I can't seem to find anything for a server, only clients. is it even possable to do this? or should I settle for standard http or use stdin/stdout to interface with apache or similar? I'd like to keep my app self contained and simple to install without requiring other programs if I can.