Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a client certificate is not transmitted from webkitdotnet/WebKitBrowserTest Sample. #162

Open
GoogleCodeExporter opened this issue Apr 15, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

Hi,
I need your advice.

I am trying to transmit the client certificate using webkitdotnet. 
https://github.com/webkitdotnet/webkitdotnet/tree/develop/webkitdotnet-develop.z
ip

However, although WebServer sends to Client Certificate Request Message, a 
client certificate is not transmitted from webkitdotnet/WebKitBrowserTest 
Sample. 

I'm searching a sample program. 
But there is no sample program which transmits a client certificate to 
somewhere.
Isn't someone known? 

Original issue reported on code.google.com by [email protected] on 19 Dec 2012 at 1:06

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

「WebMutableURLRequest::setClientCertificate()」 was not able to be built 
within the 「navigate()」 by WebKit.NET. 
----------
public void Navigate(string url)
 WebMutableURLRequest request = new WebMutableURLRequestClass();
 request.setClientCertificate(cert)⇒⇒⇒⇒I was not able to write this 
code.

Original comment by [email protected] on 20 Dec 2012 at 10:28

@GoogleCodeExporter
Copy link
Author

While doing many things, it came to pass along building.

In the following steps.
①setClientCertificate method is added to WebKit.idl. 
②Interfaces.vcproj is built.
③WebKIt.tlb file is generated. 
④WebKit.tlb file is brought to WebKit.NET and JSCore.vcproj is built. 

Original comment by [email protected] on 20 Dec 2012 at 10:40

@GoogleCodeExporter
Copy link
Author

but MyApplication falls by setClientCertificate execution. 

Original comment by [email protected] on 20 Dec 2012 at 10:42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant