Skip to content

Fixed SSL certificate problem by adding sslverify' => false to wp_remote... - #1

Open
engwerda wants to merge 1 commit into
ericalli:masterfrom
engwerda:ssl-fix
Open

Fixed SSL certificate problem by adding sslverify' => false to wp_remote...#1
engwerda wants to merge 1 commit into
ericalli:masterfrom
engwerda:ssl-fix

Conversation

@engwerda

Copy link
Copy Markdown

Fixed SSL certificate problem by adding sslverify' => false to wp_remote...
Load scripts only on plugin page.
CSS fix for dropdowns not being completely visible.

…ote_get.

Load scripts only on plugin page.
CSS fix for dropdowns not being completly vissible.
@damonsharp

Copy link
Copy Markdown
Contributor

I had this issue with the plugin for a client tonight. I think a better option would be to replace the following so that the ssl check still takes place...

change line 26 in google-typography.php from

protected $fonts_url = "http://fonts.googleapis.com/css?family=";

to

protected $fonts_url = "//fonts.googleapis.com/css?family=";

Google will serve up the correct file. This works when referencing jQuery, etc. from googles CDN as well.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants