Automattic / studio

Studio by WordPress.com, a free desktop app that helps developers streamline their local WordPress development workflow.
https://developer.wordpress.com/studio/
GNU General Public License v2.0
201 stars 19 forks source link

Feature Request: SSL #191

Open mrjimhubbard opened 6 months ago

mrjimhubbard commented 6 months ago

What

We need SSL capabilities in Studio on Windows because we deal with sites that require SSL for processing credit cards and other sensitive information. Without it, this work cannot be done in Studio.

Why

Without SSL some forms and websites will not work. This is by design to safeguard people's personal and financial data.

How

If you download and try a Studio competitor like LocalWP you can see that they make it as easy as flipping a switch. i7 SNAG- 5-30-2024 3 22 23 AM

jartes commented 6 months ago

Also requested on 8242489-zd-a8c

github-actions[bot] commented 6 months ago

Support References

This comment is automatically generated. Please do not edit it.

darrenbarklie commented 5 months ago

Also encountered this issue trying to connect Delicious Brains' WP Migrate tool. Blocks my whole workflow, for now.

wojtekn commented 5 months ago

Also encountered this issue trying to connect Delicious Brains' WP Migrate tool. Blocks my whole workflow, for now.

@darrenbarklie, would you mind sharing more details, e.g., steps to reproduce and an error you are experiencing?

foundartfactory commented 4 months ago

Also encountered this issue trying to connect Delicious Brains' WP Migrate tool. Blocks my whole workflow, for now.

Also encountered this issue when trying to license Generate Press Premium; I can't move past this!

I get the error: stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages: error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure stream_socket_client(): Failed to enable crypto stream_socket_client(): Unable to connect to ssl://generatepress.com:443 (Unknown error)

mrdarrengriffin commented 4 months ago

Bump. A non-https site also disallows the use of Application Passwords which is disappointing. Any timeline on when we can get this added?

mrdarrengriffin commented 4 months ago

Bump. A non-https site also disallows the use of Application Passwords which is disappointing. Any timeline on when we can get this added?

Just to provide an update here, you can set your WP_ENVIRONMENT_TYPE to local to enable Application Passwords locally. However, the use of having a valid certificate running via HTTPS is a necessity

danielbachhuber commented 2 months ago

https://lcl.host/ is some potential prior art we could follow.