Click here to Skip to main content
15,899,313 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MessageBox french Pin
James R. Twine15-Jun-06 2:08
James R. Twine15-Jun-06 2:08 
GeneralRe: MessageBox french Pin
dungpapai16-Jun-06 0:29
dungpapai16-Jun-06 0:29 
QuestionAdd/Remove files on remote computer Pin
RanjanShrestha14-Jun-06 23:47
RanjanShrestha14-Jun-06 23:47 
AnswerRe: Add/Remove files on remote computer Pin
Graham Bradshaw15-Jun-06 0:02
Graham Bradshaw15-Jun-06 0:02 
AnswerRe: Add/Remove files on remote computer Pin
Milton Karimbekallil15-Jun-06 1:49
Milton Karimbekallil15-Jun-06 1:49 
QuestionEuropean keyboard Alt Gr? Pin
jayart14-Jun-06 23:42
jayart14-Jun-06 23:42 
AnswerRe: European keyboard Alt Gr? Pin
FarPointer15-Jun-06 2:08
FarPointer15-Jun-06 2:08 
QuestionSSL support in HTTP API Pin
S-Andy14-Jun-06 23:39
S-Andy14-Jun-06 23:39 
Hi
I needed to develop HTTP listener in C++. This listener should support SSL. After searching for the technology for this I chose HTTP API which seems to support SSL. First I developed all the functionality of the listener and added request handlers. So now HTTP works well.

I started to add SSL support. Step-by-step I did all the recommendations found in MSDN: added certificate to the store with HttpSetServiceConfiguration (checked with httpcfg - it is there), and changed scheme in URLs to "https".

And... HTTPS does not work. I have absolutely no idea why. I even do not have an idea how to get know why. There are no errors (no errors even in HTTP API logs). HTTP Requests are not accepted. Port is opened but when I try to send data server just disconnects. The requests is not received by the service. Seems like it is rejected inside HTTP API.

Please help! How can I get this work? How, at least, I can get the reason why it does not work?

Thanks,
Andriy

Andriy Lesyuk
AnswerRe: SSL support in HTTP API Pin
kakan15-Jun-06 4:10
professionalkakan15-Jun-06 4:10 
GeneralRe: SSL support in HTTP API Pin
S-Andy15-Jun-06 6:35
S-Andy15-Jun-06 6:35 
Questionhow can i set font to my edit contol Pin
happy_ram14-Jun-06 23:24
happy_ram14-Jun-06 23:24 
AnswerRe: how can i set font to my edit contol [modified] Pin
_AnsHUMAN_ 14-Jun-06 23:25
_AnsHUMAN_ 14-Jun-06 23:25 
GeneralRe: how can i set font to my edit contol Pin
happy_ram14-Jun-06 23:27
happy_ram14-Jun-06 23:27 
AnswerRe: how can i set font to my edit contol Pin
Viorel.14-Jun-06 23:36
Viorel.14-Jun-06 23:36 
GeneralRe: how can i set font to my edit contol Pin
happy_ram15-Jun-06 0:03
happy_ram15-Jun-06 0:03 
AnswerRe: how can i set font to my edit contol Pin
Hamid_RT15-Jun-06 0:43
Hamid_RT15-Jun-06 0:43 
AnswerRe: how can i set font to my edit contol Pin
James R. Twine15-Jun-06 2:11
James R. Twine15-Jun-06 2:11 
Questionproperty sheet Pin
amit.code14-Jun-06 23:19
amit.code14-Jun-06 23:19 
AnswerRe: property sheet Pin
Cool Ju15-Jun-06 1:11
Cool Ju15-Jun-06 1:11 
GeneralRe: property sheet Pin
amit.code15-Jun-06 2:25
amit.code15-Jun-06 2:25 
QuestionDiffenrence between two dates Pin
si_6914-Jun-06 23:10
si_6914-Jun-06 23:10 
AnswerRe: Diffenrence between two dates Pin
Cedric Moonen14-Jun-06 23:16
Cedric Moonen14-Jun-06 23:16 
AnswerRe: Diffenrence between two dates Pin
Hamid_RT14-Jun-06 23:17
Hamid_RT14-Jun-06 23:17 
QuestionCFileDialog / GetOpenFileName - bizarre behaviour Pin
Richard Aston14-Jun-06 22:36
Richard Aston14-Jun-06 22:36 
AnswerRe: CFileDialog / GetOpenFileName - bizarre behaviour Pin
Laxman Auti14-Jun-06 22:47
Laxman Auti14-Jun-06 22:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.