cuprite icon indicating copy to clipboard operation
cuprite copied to clipboard

Add ability to specify ssl certificates

Open gregoryduckworth opened this issue 5 years ago • 1 comments

In our development environment we have certificates to allow us access to some things we want protected. It would be great if this functionality could be supported (https://github.com/ariya/phantomjs/blob/466ae257a91a88200976e81f0668dc309329e518/src/config.cpp#L76-L78)

gregoryduckworth avatar May 20 '19 10:05 gregoryduckworth

Is there a way to do this with CDP? If not, support would first need to exist in the protocol.

https://chromedevtools.github.io/devtools-protocol/

The other option is that it's already supported to add chrome command line options so if this exists there it's automatically supported.

betelgeuse avatar Apr 26 '20 22:04 betelgeuse